/**
 * login page
 */
/*buttons*/
.com_btn_orange_normal {
    background-color: #ff8831;
    max-width: 442px;
    width: 100%;
    height: 46px;
    font-size: 18px;
    border: none;
    border-radius: 4px;
    color: white;
}
.com_btn_gray_normal {
    background-color: #a7a7a7;
    max-width: 442px;
    width: 100%;
    height: 46px;
    font-size: 18px;
    border: none;
    border-radius: 4px;
    color: white;
}
.com_btn_orange_normal:hover,.com_btn_gray_normal:hover {
    opacity: 0.9;
    color: white;
}
.com_btn_login {
    background: #ff8830;
    width: 100%;
    height: 40px;
    line-height: 37px;
    font-size: 16px;
    letter-spacing: -0.2px;
    border-radius: 4px;
    color: #fff;
    border: none;
    outline: none;
}

.com_btn_facebook {
    width: 100%;
    height: 40px;
    line-height: 37px;
    font-size: 16px;
    letter-spacing: -0.4px;
    border: none;
    color: #fff;
    border-radius: 4px;
    background: #4267b2 url("/lite/images/pub/social_login.png") no-repeat;
    background-size: 26px;
    background-position: 12px 7px;
    outline: none;
}
.com_btn_google {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 4px;
  color: #fff;
  margin: 16px 0px 0px 0px;
  background: #4285f4 url("/lite/images/pub/social_login.png") no-repeat;
  background-size: 26px;
  background-position: 12px -53px;
  text-align: center;
}
.com_btn_google_item {
  margin: 0px auto;
  width: 60%;
  min-width: 288px;
}
.com_btn_facebook:hover,.com_btn_google:hover,.com_btn_login:hover {opacity: 0.9;}

.com_btn_facebook-unavailable {
    background-color: #AFC4F2;
}
.com_btn_google-unavailable {
    background-color: #AFC4F2;
}
.text-require-par {
    padding-bottom: 0;
    position: relative;
}
.text-require-par .text-require {
    position: absolute;
    left: -1px;
    right: auto;
    bottom: -3px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
}
.text-require {
    height: 56px;
    line-height: 56px;
    margin-left: 8px;
    color: #fe8830;
    font-weight: normal;
}

.loginPage {width:100%;background-color: white;}
.loginBox {width:100%;
    max-width: 304px;
    padding:0;min-height:0;
    margin: 0px auto;
    margin-top: 15px;}

.login {

}
._4z_b {
    width: 300px !important;
    height: 50px !important;

}
.login_tip {
    min-height: 30px;
    line-height: 16px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    margin-top: 12px;
}
.login_wave {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    margin-top: 3px;
}
#login_load {

}
.login_top_label {
    color: #bcbcbc;
    font-size: 18px;
    font-weight: normal;
}
.login_top_or {
    background: none;
    text-align: center;
    color: rgba(0, 0, 0, 0.3);
    font-size: 14px;
    letter-spacing: -0.2px;
    text-transform: uppercase;
}
.login_input {
    width: 100%;
    line-height: 20px;
    margin-bottom: 19px;
    border:1px #b9b9b9 solid;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 14px;
    background: #fff;
    -webkit-appearance: none;
}

.login_input:focus {outline: none;}
.login_input_nick {
    background: url("../../images/login/signup.png") no-repeat;
    background-size: 17px;
    background-position: 10px 12px;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 21px 18px;
    border-right: 1px white solid;
}
.login_input_email {
    background: url("../../images/login/signup.png") no-repeat;
    background-size: 17px;
    background-position: 10px -38px;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 21px 18px;
    border-right: 1px white solid;
}
.login_input_pwd {
    background: url("../../images/login/signup.png") no-repeat;
    background-size: 17px;
    background-position: 10px -88px;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 21px 18px;
    border-right: 1px white solid;
}
.login_sign_link {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    color: #595959;
}
.login_sign_href {
    color: #ff8830;
    font-size: 16px;
    text-decoration: underline;
}


.skip-back {
    display: none;
}
.slogan {
    display: none;
}

/* login page shown for the first time */
.firstly .header {
    display: none;
}

.firstly .loginPage {
    z-index: 9999; /* for hiding app download bottom link */
    background-color: #000;
    box-sizing: border-box;
    top: 0;
    height: 100% !important;
}

.firstly .slogan {
    display: block;
    background: url("/lite/images/active/logo_white@2x.png") no-repeat center 70px;
    background-size: 136px;
    color: #fff;
    padding: 150px 5px 0;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.45;
    letter-spacing: 0.2px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

.firstly .loginBox {
    padding: 0 15px;
    position: absolute;
    bottom: 16px;
    left: 0;
    max-width: none;
}

.firstly .login_top_or {
    color: rgba(255, 255, 255, 0.8);
}

.firstly .skip-back {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: -0.1px;
    text-align: center;
    margin-top: 20px;
}

.firstly .login_using_email {
    display: none;
}
/** upload pop tip **/
.upload_pop_tip {position: absolute;bottom: 80px;width: 100%;display: none;}
.upload_pop_show {display: block !important;}
.upload_pop_con {
    max-width: 220px;
    min-width: 20px;
    border-radius: 3px;
    min-height: 36px;
    line-height: 20px;
    padding: 6px;
    color: white;
    text-align: center;
    margin: 0px auto;
    background-color: rgba(0, 0, 0, 0.5);
}
/*
    upload
 */
.pub_load {
    background:none !important;
    display: block;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 2px solid #ffffff;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
.pub_load-orange {
    border-top: 2px solid rgba(255, 136, 48, 0.8);
    border-right: 2px solid rgba(255, 136, 48, 0.8);
    border-bottom: 2px solid rgba(255, 136, 48, 0.8);
    border-left: 2px solid #ffffff;
}
.pub_load-orange2 {
    border-top: 2px solid rgba(255, 136, 48, 0.8);
    border-right: 2px solid rgba(255, 136, 48, 0.8);
    border-bottom: 2px solid rgba(255, 136, 48, 0.8);
    border-left: 2px solid #f4f4f4;
}
.pub_load ,
.pub_load:after {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    margin: 0px auto;
}

.pub_load_absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -9px;
    margin-left: -9px;
}
.upload_title {
    float: left;
    height: 56px;
    width: 80px;
    color: white;
    margin-left: 40px;
    font-size: 18px;
    line-height: 56px;
}
.upload_header {height: 56px;background-color: #ff8830;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.48);
}
.upload_back {
    background: url('../../lite/images/pub/lite_items.png?x=5') no-repeat;
    background-size: 227px;
    background-position: -134px -141px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: relative;
    float: left;
    top: 16px;
    left: 10px;
}
.upload_cate_page, .upload_loc_page {
   /*position: absolute;*/
   top: 0px;
   left: 0px;
   width: 100%;
   background-color: white;
}
.upload_cate_body,.upload_loc_body {background-color: white;}
.get_current_location {
    width: 300px;
    border-radius:2px;
    height: 44px;
    position:relative;
    text-align:center;
    font-size: 18px;
    color:white;
    line-height: 44px;
    background-color: #ff8830;
    margin: 24px auto;
    cursor: pointer;
}
.current_location_split_wapper {
    padding:1px;
}
.current_location_split {
    position: relative;
    width: 310px;
    display:block;
    margin: 16px auto;
    margin-bottom: 24px;
    border-top: 1px solid rgba(36, 36, 36, 0.3);
}
.current_location_split_content {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 40px;
    padding: 0px 0px 5px 10px;
    line-height: 18px;
    height: 18px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.54);
    background-color: white;
}
.upload_loc_zipcode {
    width: 300px;
    display:block;
    margin: 16px auto;
    margin-top: 0px;
    height: 44px;
    border: none;
    border-bottom: 2px #ff8830 solid;
    text-indent: 6px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.upload_loc_save {
    width: 300px;
    height: 40px;
    position:relative;
    text-align:center;
    color: #ff8830;
    font-size: 16px;
    line-height: 40px;
    margin: 10px auto;
    cursor: pointer;
}
.upload_loc_tip {
    text-align: center;
    width: 100%;
}
.upload_loc_save_load {
    display: none;
}

.upload_loc_text {
    width: 300px;
    margin: 10px auto;
    font-size: 14px;
    text-align: left;
    word-wrap: break-word;
    color: rgba(0, 0, 0, 0.3);
}

.pub_load_hide .pub_load_name {display: block;}
.pub_load_hide .pub_load{display: none;}
.pub_load_show .pub_load_name {display: none;}
.pub_load_show .pub_load{display: block;}
