html,body{
    	background-color: #FFF;
	    width: 100%;
	    height: auto;
	    font-size: 12px;
	    overflow-x: hidden;
	    overflow-y: visible;
	    box-sizing: border-box;
    }
    ::-webkit-input-placeholder{color: #888888;}
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    #login_all{height: auto;width: 100%;overflow: hidden;}
    #login_all header{width: 100%;height: 0.82rem;background-color: rgb(2,1,1);line-height: 0.82rem;overflow: hidden;position: relative;}
    .header_left{width: 0.24rem;height: 0.46rem;position: absolute;left: 0.3rem;top: 0.18rem;}
    .header_title{text-align: center;width: 100%;height: 100%;line-height: 0.82rem;font-size: 16px;color: #FFF;}
    .header_right{position: absolute;right: 0.3rem;width: 0.5rem;height: 0.45rem;top: 0.185rem;}

    #toast_tip{display: flex;-webkit-display:flex;width: 100%;height: auto;justify-content: center;position: fixed;bottom: 0.7rem;left: 0;z-index: 9999;}
    .toast_tip_{padding: 0.1rem 0.3rem;background-color: rgba(0,0,0,.4);color: #FFF;border-radius: 15px;    font-size: 15px;}

    .logo_img{width: 2.26rem;height: 1.36rem;margin: 0 auto;margin: 2.5rem;margin-bottom: 0.68rem;}
    .all_login_input{width: 5.3rem;height: auto;overflow: hidden;margin-left: 1.1rem;}
    .phone_row{width: 100%;height: 0.76rem;line-height: 0.76rem;background-color: rgb(240,240,240);border-radius: 8px;margin-bottom: 0.28rem;}
    .phone_row img{width: 0.3rem;height: 0.38rem;float: left;margin: 0.19rem 0.22rem 0.19rem 0.26rem;}
    .phone_row input{width: 3rem;outline: none;border:none;height: 0.76rem;font-size: 14px;float: left;background-color: transparent;}
    .pass_row{width: 100%;height: 0.76rem;line-height: 0.76rem;background-color: rgb(240,240,240);border-radius: 8px;-webkit-display:flex;justify-content: space-between;align-items: center;margin-bottom: 1rem;display: flex;}
    .pass_one{width: 0.3rem;height: 0.38rem;margin-left: 0.26rem;margin-right: 0.22rem;}
    .pass_row input{width: 0;flex:1;outline: none;border:none;height: 0.76rem;font-size: 14px;background-color: transparent;}
    .is_view{width: 0.44rem;height: 0.39rem;margin-right: 0.26rem;}
    #login_btn{width: 100%;background-color: rgb(152,20,20);border-radius: 8px;color: #FFF;font-size: 14px;font-weight: bold;text-align: center;line-height: 0.76rem;height: 0.76rem;}
    input:-webkit-autofill{
    	-webkit-box-shadow:0 0 0px 1000px rgb(240,240,240) inset;
    	-webkit-text-fill-color: #888888;
    }