*{
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    list-style-type:none;
    outline: none;
}

body {
    background: url(../image/Bg.jpg)no-repeat;
    background-size: 100% 100%;
}

.forget_password:hover,
.forget_password:link,
.forget_password:visited,
.forget_passworda:active,
.forget_password:focus {
    color: #898989;
    text-decoration: none;
}

.forget_password:hover {
    color: black;
}
/* 悬浮球样式 */
#div {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../image/icon.png)no-repeat center center;
    background-size: 56px auto;
}
.show{
    
    display: none;
}
/* 悬浮球内容样式。。。 */
.home{
    width: 74%;
    height: 100vh;
    background-color: #F5F5F5;
    position: absolute;
    z-index: 99;
    left: -74%;
}
.off{
    width: 30px;
    height: 30px;
    background-image: url(../image/arrow.png);
    background-size: cover;
}
.users{
    width: 180px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.head {
    width: 100%;
    height: 8vh;
    background-color: #29ABE2;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile-menu-left{
    transition: all linear .5s;
}
.me{
    /* width: 100%; */
    height: 10vh;
    background: white;
    /* margin-top: 10px; */
    display: flex;
    /* margin-bottom: 10px; */
    margin: 10px;
}
.me_link{
    width: 100%;
    display: flex;
    align-items: center;
    /* justify-content: flex-start; */
    color: black;
}
.me_imgage{
    width: 50px;
    height: auto;
    margin: 0px 10px;
}
.me_img{
    border: 1px #e8e8e8 solid;
    border-radius: 50%;
}
.me_money{
    color: red;
}
.me_box{
    display: flex;
    align-items: center;
    flex: 2;
}
.me_imges{
    flex: .2;
}
.me_imges>img{
    width: 14px;
    height: 20px;
}

.public {
    background: #fff;
    margin: 0 10px 10px;
    box-shadow: 0px 0px 2px rgb(227 227 227 / 40%);
}
.user_attend li {
    clear: both;
    height: 30px;
    font-size: 14px;
    padding: 10px;
    position: relative;
}
.user_attend li a {
    background: url(../image/arrow_ico2.png) no-repeat right center;
    background-size: 9px auto;
    display: block;
    line-height: 30px;
    height: 30px;
}
.user_attend li.qibi_page p {
    background: url(../image/qb01.png) no-repeat left center;
    background-size: 32px auto;
    padding-left: 50px;
    color: black;

}
.user_attend li.my_mess {
    border-bottom: 1px solid #ebebeb;
}
.user_attend li a {
    background: url(../image/arrow_ico2.png) no-repeat right center;
    background-size: 9px auto;
    display: block;
    line-height: 30px;
    height: 30px;
    color: black;

}
.user_attend li.my_mess p {
    background: url(../image/qb06.png) no-repeat left center;
    background-size: 32px auto;
    padding-left: 50px;
    color: black;

}
.user_attend li.my_house {
    border-bottom: 1px solid #ebebeb;
}
.user_attend li.my_house p {
    background: url(../image/qb02.png) no-repeat left center;
    background-size: 32px auto;
    padding-left: 50px;
    color: black;

}
.user_attend li.my_box p {
    background: url(../image/qb03.png) no-repeat left center;
    background-size: 32px auto;
    padding-left: 50px;
    color: black;

}
.user_attend li.qibi_QQ p {
    background: url(../image/qb05.png) no-repeat left center;
    background-size: 32px auto;
    padding-left: 50px;
    color: black;

}
.user_attend li.qibi_password p {
    background: url(../image/shouj.png) no-repeat left center;
    background-size: 32px auto;
    padding-left: 50px;
    color: black;
}
.user_attend li.qibi_password {
    border-bottom: 1px solid #ebebeb;
}
.user_attend li.qibi_passwords p {
    background: url(../image/qb04.png) no-repeat left center;
    background-size: 32px auto;
    padding-left: 50px;
    color: black;
}
.user_attend li.qibi_passwords {
    border-bottom: 1px solid #ebebeb;
}
.log_off {
    margin: 20px 10px;
}
.log_off a {
    display: block;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #dfdfdf;
    color: #f50000;
    text-align: center;
    line-height: 46px;
    height: 46px;
    font-size: 16px;
}

/* 绑定手机号页面样式 */
.data{
    display: none;
}
.me_phone{
    /* width: 278px; */
    display: none;
    margin: 60px auto;
    text-align: center;
}
.me_phone .input{
    border: 1px #e8e8e8 solid;
    width: 90%;
    height: 36px;
    padding-left: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.me_phone_code{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.me_phone .input2{
    /* width: 74vw; */
    border: 1px #e8e8e8 solid;
    width: 60%;
    height: 36px;
    padding-left: 10px;
    border-radius: 5px;
    box-sizing: border-box;
}
.me_button{
    width: 30%;
    height: 36px;
    background-color: #29ABE2;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    /* margin-bottom: 20px; */
}
.me_button2{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    /* width: 47vw; */
}
.me_button2 ._btn, .login_psd_btn, .cancel_btn{
    width: 90%;
    height: 36px;
    background-color: #29ABE2;
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 16px
}
.account_security{
    margin:30px auto;
    width: 90%;
    height: 60px;
    background: url(../image/33.png)no-repeat;
    background-position-x: center;
    background-size: cover;
    color: white;
    border-radius: 5px;
    line-height: 60px;
    padding-left: 10px;
}
.items {
    margin:0px auto;
    width: 90%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
    /* border-bottom: 1px solid #f8f8f8; */
}
.phone_btn{
    background: #4693ff;
    width: 88px;
    border-radius: 4px;
    /* height: 30px;s */
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
#phone_btn2{
    display: none;
}
.items_text{
    color: red;
    padding: 10px;
}
.items_texts{
    font-size: 14px;
    color: #a5a5a0;
}

/* 内嵌框架样式 */
.iframe {
    width: 100vw;
    height: 100vh;
    display: none;
}
/* 登录界面样式 */
.container {
    width: 100vw;
    height: 100vh;
    background: url(../image/bg3.jpg)no-repeat;
    background-position-x: center;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 640px;
    /* min-width: 640px; */
    max-height: 100vh;
    background-size: 100% 100%;
    margin: 0 auto;
}

.login_box {
    width: 300px;
    height: 300px;
    background-color: #fff;
    padding: 16px;
    border-radius: 5px;
}

.title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 10px;
}

.title_type{
    display: flex;
    cursor:pointer;
    /* justify-content: space-around;
    align-items: center; */
}

.title_login{
    width: 50%;
    color: #FF9600;
    border-bottom: solid 2px #FF9600;
    text-align: center;
    padding: 8px 0px;
}

.title_register {
    width: 50%;
    /* border-bottom: solid 1px red; */
    text-align: center;
    padding: 8px 0px;
}

.register{
    display: none;
}

.phone, .password{
    border: 1px solid #c7c7c7;
    height: 40px;
    margin-top: 27px;
    border-radius: 5px;
    line-height: 40px;
}

.phone img, .password img{
    display: inline-block;
    width: 22px;
    height: 22px;
    position: relative;
    top: 4px;
    margin-left: 4px;
    margin-right: 6px;
}

.phone input, .password input{
    width: 70%;
    border: none;
    background: 0 0;
    font-size: 16px;
    padding: 0;
    outline: 0;
    position: relative;
    top: -2px;
    color: #9a9a9a;
    left: -10px;
    padding-left: 5px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.login_btn, .register_btn {
    display: block;
    width: 100%;
    height: 100%;
    background: #ff9600;
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    margin-top: 27px;
    cursor:pointer;
}

.test_box {
    border: 1px solid #c7c7c7;
    height: 40px;
    margin-top: 27px;
    border-radius: 5px;
    line-height: 40px;
}

.test_box img {
    display: inline-block;
    width: 22px;
    height: 22px;
    position: relative;
    top: 4px;
    margin-left: 4px;
    margin-right: 6px;
}

.test_box input{
    width: 46%;
    border: none;
    background: 0 0;
    font-size: 16px;
    padding: 0;
    outline: 0;
    position: relative;
    top: -2px;
    color: #9a9a9a;
    left: -10px;
    padding-left: 5px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.test{
    /* display: block; */
    width: 34%;
    height: 100%;
    background: #ff9600;
    color: #fff;
    text-decoration: none;
    /* line-height: 40px; */
    border-radius: 5px;
    text-align: center;
    /* margin-top: 27px; */
    cursor:pointer;
    border: none;
    float: right;
}

.forget_password{
    float: right;
    font-size: 12px;
    color: #898989;
    margin-top: 6px;
    cursor:pointer;

}
        /* < !-- 实名提示模块。。 --> */
.isVerified{
    background-color: white;
    display: none;
    border-radius: 5px;
    padding: 16px;

}
.isVerified_bottom{
    display: flex;
    justify-content: space-around;
    align-content: center;
}
.submit,
.cancel,
.submits,
.cancels {
    cursor: pointer;
    border: none;
    background-color: #FF9600;
    color: #fff;
    border-radius: 5px;
    margin-top: 10%;
    width: 80px;
    height: 30px;
}

/* < !-- 忘记密码模块。。 --> */

.reset_password{
    background-color: white;
    border-radius: 5px;
    display: none;
    padding: 16px;

}
.reset_password_title{
    font-weight: normal;
    text-align: center;
}


/* 登录后修改密码模块 */
.login_change_psd {
    display: none;
    margin: 20px auto;
    text-align: center;
}
.phone_num, .psd_num {
    border: 1px #e8e8e8 solid;
    width: 90%;
    height: 36px;
    padding-left: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.vcode_num {
    border: 1px #e8e8e8 solid;
    width: 60%;
    height: 36px;
    padding-left: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.get_psd_code {
    width: 30%;
    height: 36px;
    background-color: #29ABE2;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/* 礼包模块 */
.me_libao {
    display: none;
    margin: 20px auto;
    text-align: center;
}
