/* 公共样式start */

html,
body {
    width: 100%;
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    /* box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; */
    line-height: 1;
}

ul,
li {
    list-style-type: none;
}

header {
    width: 100%;
    height: 44px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.header_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 14px;
}

.header_wrap i {
    font-size: 15px;
}

.header_back {
    width: 70px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: lighter;
}

.icon-po {
    position: relative;
    top: 6%;
}

.header_title {
    width: 70px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: 0;
    font-weight: lighter;
}

.header_more {
    width: 70px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: lighter;
}

.weidu_message {
    position: absolute;
    padding: 0 6px;
    background: red;
    border-radius: 18px;
    color: white;
    font-size: 12px;
    font-weight: lighter;
    text-align: center;
    height: 20px;
    line-height: 20px;
    right: 4px;
    top: 4px;
}

.content {
    width: 100%;
    /* height: 100%; */
    position: relative;
    top: 0;
    left: 0;
    /* overflow: scroll; */
}

.register-bar {
    width: 93%;
    margin: 0 auto;
    margin-top: 26%;
}

.register-but {
    margin: 0 auto;
    margin-top: 3rem;
    width: 5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    background-color: #fff;
    border-radius: 1rem;
    color: #69727f;
    border: 1px solid #69727f;
}

.tips {
    width: 10rem;
    height: 5rem;
    margin: 0 auto;
    background-color: #000;
    color: #fff;
    border-radius: 0.95rem;
    position: relative;
    top: -4rem;
}

.tips-img {
    width: 2rem;
    height: 1.5rem;
    margin: 0 auto;
}

.tips-img img {
    margin-top: 1rem;
}

.tips-content {
    margin-top: 1rem;
    text-align: center;
}

.content .public_user_info {
    margin-top: 44px;
}

.public_user_head_img {
    width: 1.72rem;
    margin-right: 5px;
    display: block;
}

.public_user_others {
    margin-left: 0.6rem;
}

.public_user_name {
    font-size: 0.48rem;
    color: #5e5e5e;
}

.personal-bar {
    width: 100%;
    margin: 0 auto;
    margin-top: 13%;
}

.shuxian {
    width: 0.2rem;
    height: 0.9rem;
    background-color: #1aa4fc;
    display: block;
}

.weui-cells {
    border-radius: 1rem;
}

.ios-alert,
.ios-alert-cover {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

.ios-alert {
    box-sizing: border-box;
}

.ios-alert-cover {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 19891017;
}

.ios-alert-pop {
    width: 250px;
    height: 150px;
    position: absolute;
    left: calc(50% - 125px);
    top: calc(50% - 75px);
    /* background-image: radial-gradient(circle at 50% 50%, #fff 30%,#EFEFED 90%, #eee 90%); */
    background: white;
    z-index: 19891018;
    border-radius: 5px;
}

.ios-alert-pop-content {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    height: calc(100% - 35px);
    text-align: center;
    padding: 0 2rem;
    line-height: 1.6rem;
}

.ios-alert-pop-footer {
    position: absolute;
    width: 100%;
    height: 35px;
    bottom: 0;
    left: 0;
    display: flex;
    flex-grow: 1;
    border-top: #EBEBEB 1px solid;
}

.ios-alert-pop-footer a:first-child {
    border-bottom-right-radius: 5px;
    color: rgb(147, 144, 139);
}

.ios-alert-pop-footer a {
    flex-basis: 50%;
    height: 100%;
    line-height: 35px;
    background-color: transparent;
    text-align: center;
    /* border-right: #EBEBEB 1px solid; */
    text-decoration: none;
    color: #3392FC;
}

.weui-cells-bar {
    margin-top: 1.17647059em;
    background-color: #fff;
    font-size: 12px;
    overflow: hidden;
    position: relative;
    height: 2rem;
    line-height: 1.2rem;
}

.position-img {
    width: 2rem;
    height: 2rem;
    position: fixed;
    bottom: 20%;
}

.position-img img {
    width: 100%;
}

.home {
    position: fixed;
    width: 44px;
    height: 44px;
    bottom: 73px;
    left: 83%;
    -moz-border-radius: 54px;
    -webkit-border-radius: 54px;
    border-radius: 54px;
    background-color: rgba(105, 115, 127, .3);
    z-index: 9;
}

.home-nei {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 40px;
    height: 40px;
    background: #69737f;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    z-index: 9;
}

.homeImg {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 50%;
    top: 50%;
    margin-top: -7.5px;
    margin-left: -7.5px;
}