* {
    padding: 0px;
    margin: 0px;
    font-family: "微软雅黑", "microsoft yahei", Arial, '宋体';
}
.page{
    width:100%;
    display: none;
}
.pages0{
    display: block;
}

.joinBody {
    width: 100%;
    padding:20px 20px 0px 20px;
    box-sizing: border-box;
    margin: auto;
    background: #FFFFFF;
    border-radius: 13px;
}

.joinBody .joinBody-title {
    font-size: 22px;
    color: #2589FF;
    letter-spacing: 0;
    height: 42px;
    line-height: 42px;
}

.joinBody .item {
    margin-top: 20px;
    padding-left: 84px;
    position: relative;
    height: 33px;
    line-height: 33px;
    border-bottom: 1px solid #D9D9D9;
}

.joinBody .item .itemSpan {
    position: absolute;
    left: 0;
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
}

.joinBody .item input {
    border: none;
    font-size: 14px;
    color: #333;
    width: 210px;
    outline: none;
    height: 30px;
    padding-left: 5px;
    position: relative;
    top: -4px;
    cursor: pointer;
}

.joinBody .item ::-webkit-input-placeholder {
    font-size: 14px;
    color: #999;
}

.joinBody .item :-moz-placeholder {
    font-size: 14px;
    color: #999;
}

.joinBody .item ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 14px;
    color: #999;
}

.joinBody .item :-ms-input-placeholder {
    font-size: 14px;
    color: #999;
}

.joinBody .addsItem .city-picker-dropdown {
    /*top: 32px !important;*/
    /*width: 100% !important;*/
    left: -112px !important;
    /*width: 410px !important;*/
}

.joinBody .addsItem .city-select-content {
    box-sizing: border-box;
}

.joinBody .addsItem .city-picker-span > .placeholder {
    font-size: 14px;
    color: #999;
    margin-left: 0;
    padding-left: 5px;
}

.joinBody .addsItem .city-picker-span > .title {
    font-size: 14px;
    color: #333;
    width: 220px !important;
    display: inline-block;
    position: relative;
    top:3px;
    height: 30px;
    line-height: 30px;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.joinBody .addsItem .city-picker-span > .title > span {
    font-size: 14px;
    color: #333;
}

.joinBody .addsItem .city-picker-span {
    width: 230px !important;
    height: 100%;
    border: none !important;
    display: inline-block;
    outline: 0;
    background-color: #fff;
    color: #ccc;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
}

.joinBody .yzmItem input {
    width: 120px;
}

.joinBody .yzmItem .yzm {
    font-size: 14px;
    color: #2589FF;
    position: absolute;
    bottom: 0px;
    line-height: 33px;
    cursor: pointer;
    background: #fff;
    border: none;
    outline: none;
}

.joinBody .jt {
    margin-top: 39px;
}

.joinBody .jt button {
    background: #2589FF;
    border-radius: 6px;
    border: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    cursor: pointer;
}

.joinBody .kf {
    font-size: 14px;
    color: #2589FF;
    letter-spacing: 0;
    line-height: 14px;
    padding: 25px 0 35px;
    text-align: center;
}

.warning-tips-name,
.warning-tips-place,
.warning-tips-phone,
.warning-tips-code,
.warning-tips-mail{
    font-size: 12px;
    text-align: left;
    padding: 4px 5px;
    color: #f3382d;
}
.container{
     position: relative;
 }
.qrcode{
    position: absolute;
    right:100px;
    top:20px;
}
.qrcode-img{
    display: inline-block;
    height:100px;
    height:100px;
}

.qrcode-img img{
    height:100px;
    height:100px;
}
.qrcode-img-big-first,.qrcode-img-big-two{
    height:200px;
    height:200px;
    position: fixed;
    bottom:220px;
}
.qrcode-img-big-first img,.qrcode-img-big-two img{
    height:200px;
    height:200px;
}








