* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

body {
    font-family: "微软雅黑";
    background: url(../images/body-bg.jpg) center bottom no-repeat #f5f8fa;
    padding-bottom: 160px;
}

.ub-header {
    min-height: 50px;
    background: #0072bf;
}

.ub-header-content {
    width: 1000px;
    min-height: 50px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ub-header-content a:first-child {
    color: #fff;
    width: 80%;
    display: flex;
    align-items: center;
    font-size: 20px;
}
.ub-header-content a:last-child {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #fff;
}

.ub-header-logo {
    max-width: 40%;
    height: auto;
}

.ub-subhead {
    background: #fff;
    min-height: 110px;
    box-shadow: 0 1px 3px #ccc;
}

.ub-subhead-content {
    width: 1000px;
    min-height: 110px;
    margin: auto;
    font-size: 28px;
    font-weight: bold;
    color: #0072bf;
    display: flex;
    align-items: center;
    background: url(../images/head-ico.jpg)no-repeat right center;
}

.ub-subhead-content img {
    width: 68px;
    height: auto;
    border-radius: 50%;
    margin-right: 20px;
}

.ub-login {
    width: 1000px;
    margin: 50px auto 30px;
    display: flex;
    justify-content: space-between;
}

.ub-login-left,
.ub-login-right {
    width: 446px;
    height: 436px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 3px #e8e8e8;
    padding: 20px;
}

/* 登录左侧 */
.ub-title {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 12px;
}

.ub-title img {
    width: 34px;
    height: 34px;
    margin-right: 10px;
}

.ub-message-content {
    width: 416px;
    height: 204px;
    overflow-y: auto;
    border-bottom: 1px solid #efefef;
    margin: 0 auto 18px;
}

.ub-message-content p {
    font-size: 14px;
    line-height: 1.5;
    color: #646464;
    margin-bottom: 8px;
    text-align: justify;
}

.ub-message-content:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.ub-message-phone{
    height: 128px;
    /*display: flex;*/
    flex-direction: column;
    justify-content: space-between;
}
.ub-message-phone p{
    margin-bottom: 0;
}
/* 登录右侧 */
.ub-tab-title {
    width: 70%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #efefef;
}

.ub-tab-title li {
    width: 43%;
    height: 36px;
    text-align: center;
    cursor: pointer;
}

.ub-tab-title li.active {
    color: #0091f2;
    border-bottom: 2px solid #0091F2;
}

.ub-login-content {
    margin-top: 30px;
    display: none;
}

.ub-login-content.active {
    display: block;
}

.ub-form-item {
    border: 1px solid #d3d3d3;
    border-radius: 2px;
    height: 28px;
    margin: 26px 0;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    position: relative;
}

.ub-form-item img {
    margin-right: 10px;
    display: block;
}

.ub-form-item input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 14px;
}

.ub-form-item-tips {
    /*display: none;*/
    position: absolute;
    bottom: -16px;
    color: #f00;
    font-size: 12px;
    text-shadow: 1px 2px 3px #dbdbdb;
}
.ub-form-flex .ub-form-item-tips {
    left: 10px;
}

.ub-form-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.ub-form-flex .ub-form-item {
    width: 280px;
    margin: 0;
}

.ub-code {
    width: 100px;
    height: 38px;
    border: 1px solid #d3d3d3;
    border-radius: 2px;
}

.ub-code img {
    max-width: 100%;
    height: 100%;
    border-radius: 2px;
}

.ub-btn-confirm {
    width: 416px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    background: #0091f2;
    border: none;
    cursor: pointer;
    margin: 28px auto 0;
    /*letter-spacing: 4px;*/
    display: block;
}
.ub-btn-confirm:hover {
    color: #fff;
}
.ub-login-user {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.ub-login-user a {
    font-size: 14px;
    color: #008ce9;
}

.ub-login-type {
    width: 416px;
    margin: auto;
    height: auto;
    display: none;
}

.ub-login-type-list {
    font-size: 12px;
    color: #999;
    text-align: center;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}

.ub-login-type-list::before {
    content: "";
    width: 38%;
    height: 1px;
    display: block;
    background: #e4e4e4;
    margin-right: 12px;
}

.ub-login-type-list::after {
    content: "";
    width: 38%;
    height: 1px;
    display: block;
    background: #e4e4e4;
    margin-left: 12px;
}

.ub-login-list {
    display: flex;
    justify-content: space-around;
    margin-top: 14px;
}

.ub-login-list li {
    font-size: 14px;
    cursor: pointer;
    display: none;
}

.ub-login-list li span {
    display: flex;
    align-items: center;
}

.ub-login-list li img {
    width: 24px;
    margin-right: 4px;
}

/* 二维码 */
.ub-qrcode {
    width: 180px;
    height: 180px;
    margin: 16px auto 0;
    position: relative;
}

.ub-login-type-tips {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ub-login-type-tips img {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}

.ub-message-error {
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    overflow:hidden;
    -webkit-line-clamp:3;
    text-overflow: ellipsis;
}

.ub-qrcode-tips {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ub-qrcode-success,
.ub-qrcode-failed {
    display: none;
}

.ub-qrcode-tips img {
    width: 64px;
    height: 64px;
    margin-bottom: 6px;
}

.current {
    display: block !important;
}

/* 报名情况 */
.ub-status-list{
    width: 416px;
    margin: auto;
}
.ub-status-list li {
    border-bottom: 1px solid #efefef;
    padding: 16px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #646464;
    font-size: 16px;
}

.ub-status-list li span {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ub-status-list li span:first-child img {
    margin-right: 10px;
}

.ub-status-list li span:last-child {
    color: #0292ef;
    font-size: 22px;
    font-weight: bold;
}

/* 公告 */
.ub-notice {
    width: 960px;
    margin: auto;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 3px #e8e8e8;
}

.ub-notice-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #d7d7d7;
    color: #0d7fe9;
    font-size: 14px;
}

.ub-notice-list li a {
    color: #0d7fe9;
    font-size: 14px;
    padding: 12px 0;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

.ub-notice-list li a::before {
    content: "•";
    padding-right: 6px;
}

/* 版权 */
.ub-copyright {
    text-align: center;
    color: #808080;
    padding: 100px 0 50px 0;
    font-size: 14px;
}

.ub-copyright a {
    color: #808080;
    transition: all 0.3s;
}

.ub-copyright a:hover {
    color: #0091f2;
}
.form-btn {
    margin-top: 28px;
}
.refresh {
    cursor: pointer;
}
.ub-notice-list {
    padding: 0 14px;
}
.pagination {
    margin-top: 20px;
}

.sms-login-btn{
    width:262px;
    display:block;
    float:left;
    height:42px;
    text-align:center;
    line-height:42px;
    font-size:18px;
    color:#fff;
    border-radius:4px;
    background:#0091f2;
    font-family: "微软雅黑";
    border:none;
    cursor:pointer
}