input::-webkit-input-placeholder { /* WebKit browsers */
    color: #666;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #666;
}

input {
    -webkit-user-select: auto !important;
}

.logo {
    text-align: center;
    background: #f7691a;
    width: 100%;
    padding: 4em 0;
}

.logo h2 {
    line-height: 100px;
    color: #fff;
    font-size: 108px;
    text-shadow: #f00 3px 4px 5px;
    letter-spacing: 10px;
}

.oto {
    padding: 10px 5% 25px 5%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.nameimg {
    width: 80px;
    height: 80px;
    overflow: hidden;
    float: left;
    display: block;
    border-radius: 50%;
}

.nameimg img {
    width: 100%;
    height: 100%;
}


.bj {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    opacity: 0.3;
}

.anniu {
    width: 80%;
    margin: 30px auto;
}

.saoma {
    width: 80%;
    margin: 30px auto;
}

.ipn {
    width: 80%;
    margin: 40px auto;
    border-bottom: 1px solid #ddd;
}

.ipn input {
    width: 100%;
    height: 46px;
    background: none;
    color: #333;
    border: none;
}

.anniu button {
    width: 100%;
    text-align: center;
    background: #f7691a;
    color: #fff;
    height: 46px;
    border: 1px solid #f7691a;
    border-radius: 30px;
    font-size: 16px;
}

.saoma button {
    width: 100%;
    text-align: center;
    background: #f6f6f6;
    color: #333;
    height: 46px;
    border-radius: 30px;
    font-size: 16px;
    border: none;
    text-indent: 24px;
}

.saoma button img {
    width: 24px;
    height: 24px;
    position: absolute;
    margin-left: -24px;
    margin-top: -2px;
}

.indextext {
    margin-left: 10px;
}

.indextext p {
    color: #fff;
    padding: 0;
    margin: 0;
}

.indexsmrz {
    margin-top: 5px;
}

.indexsmrz span {
    background: #eee;
    overflow: hidden;
    display: block;
    float: left;
    font-size: 12px;
    margin-right: 10px;
    padding: 0px 10px;
    border-radius: 20px;
    color: #F0AD4E;
}

.indexczxf {
    width: 80%;
    background: #f7691a;
    line-height: 46px;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    position: fixed;
    bottom: 20px;
    left: 10%;
}

.indexicon {
    width: 30px;
    height: 30px;
}

.indexicon img {
    width: 26px;
    height: 26px;
}

.indexjdt {
    width: 100%;
    background: #eee;
    height: 10px;
    margin: 10px 0;
}

.liuliangjiankong {
    background: #fff;
    width: 90%;
    padding: 10px;
    margin: 0 auto;
    border-radius: 10px;
}

.mui-table-view.mui-grid-view .mui-table-view-cell {
    background: #fff !important;
}

.index-f1 {
    overflow: hidden;
    display: block;
    color: #666;
}

.index-f1 .losl {
    width: 90%;
    float: left;
    font-size: 14px;
}

.index-f1 .losla {
    float: right;
    color: #999;
    font-size: 13px;
}

.index-f1 .loslb {
    width: 50%;
    float: left;
    font-size: 13px;
    color: #999;
}

.zhongbiao {
    background: #f7691a;
    height: 10px;
    border-radius: 10px;
}

.bjlisnal {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
}

.bjlisnal img {
    width: 100%;
    height: 100%;
}

.gonggaolist {
    width: 100%;
    background: #fff;
    padding: 20px;
    margin: 10px auto 80px;
}

.gonggaolist h5 {
    color: #f7691a;
    border-left: 4px solid #f7691a;
    text-indent: .4em;
    font-size: 16px;
    margin-bottom: 10px;
}

.gonggaolist p {
    border-top: 1px solid #eee;
    padding-top: 10px;
}

/* 遮罩层 */
.indexMask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 998;
    display: none;
}

/* 弹窗 */
.indexAgreementPop, .indexNotificPop {
    width: 80%; /*  background-color: #fff; */
    -webkit-border-radius: 3%;
    border-radius: 3%;
    position: fixed;
    top: 42%;
    left: 50%;
    z-index: 999;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 648px;
    display: none;
}

.indexAgreementPop .indexAgreementTitle, .indexNotificPop .indexNotificTitle {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 0.9rem;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}

.indexAgreementPopBox, .indexNotificPopBox {
    width: 90%;
    margin: 0 auto;
    height: 76%;
    overflow-y: auto;
    font-size: 0.6rem;
    text-align: justify;
}

.indexAgreementPopBox *, .indexNotificPopBox * {
    line-height: normal;
}

.indexAgreementPopBox .mal, .indexNotificPopBox .mal {
    text-indent: 1rem;
}

.indexAgreementClose, .indexNotificClose {
    width: 1.62rem;
    height: 1.62rem;
    background: url(../img/index_agreement_close.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    bottom: -18%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.indexNotificClose {
    bottom: -10.4%;
}

.indexAgreementPopBox p {
    margin-bottom: 20px;
    line-height: 28px;
}

.indexAgreementPopBox p:not(:first-child) {
    color: red;
}

.indexAgreementPop img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 3%;
    border-radius: 3%;
}


.message-box {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 640px;
    position: fixed;
    _position: absolute;
    bottom: 0px;
    _bottom: auto;
    z-index: 5100;
    overflow: hidden;
    display: none;
}

.message-box .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.message-box .content {
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 53;
    border-radius: 6px;
}

.message-box .content .hd {
    width: 100%;
    height: 40px;
    background: #F4F5F9;
    position: relative;
    border-radius: 6px 6px 0 0;
}

.message-box .content .hd:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #DDDDDD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 200%;
    height: 200%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.message-box .content .hd span {
    width: 50%;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 10px;
}

.message-box .content .hd a {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/close-gray.png) center center no-repeat;
    background-size: 14px auto;
}

.message-box .content .hd a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    border-left: 1px solid #DDDDDD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 200%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

/*实名认证：刷新*/
.card-realname-check-box {
    width: 80%;
    height: 200px;
    margin: -200px 0 0 -40%;
}

.card-realname-check-box .check {
    width: 100%;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -35px;
}

.card-realname-check-box .check .icon {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -18px;
}

.card-realname-check-box .check .loadding {
    background: url(../img/load.gif) center center no-repeat;
    background-size: 20px auto;
}

/*加载中*/
.card-realname-check-box .check .successful {
    background: url(../img/icon-success.png) center center no-repeat;
    background-size: 36px auto;
}

/*已实名*/
.card-realname-check-box .check .await {
    background: url(../img/icon-wait.png) center center no-repeat;
    background-size: 36px auto;
}

/*待实名*/
.card-realname-check-box .check .warning {
    background: url(../img/icon-notice.png) center center no-repeat;
    background-size: 36px auto;
}

/*错误*/
.card-realname-check-box .check .text {
    width: 100%;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 46px;
    left: 0;
    text-align: center;
    font-size: 14px;
    color: #000;
}

.card-realname-check-box .title {
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
}

.card-realname-check-box .title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #EFEFF4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 200%;
    height: 200%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.card-realname-check-box .title .blod {
    width: 100%;
    height: 14px;
    line-height: 14px;
    position: absolute;
    top: 15px;
    left: 0;
    text-align: center;
    font-size: 15px;
    color: #000;
}

.card-realname-check-box .title .text {
    width: 100%;
    height: 12px;
    line-height: 12px;
    position: absolute;
    top: 35px;
    left: 0;
    text-align: center;
    font-size: 11px;
    color: #FF0000;
}

.card-realname-check-box .video {
    width: 94%;
    height: 150px;
    position: absolute;
    top: 70px;
    left: 3%;
    background: #F4F4F4;
}

.card-realname-check-box .video video {
    width: 100%;
    height: 150px;
}

.card-realname-check-box .telecom {
    width: 94%;
    height: 160px;
    position: absolute;
    top: 18px;
    left: 3%;
}

.card-realname-check-box .telecom .text {
    width: 100%;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 20px;
    left: 0;
    text-align: center;
    font-size: 14px;
    color: #777;
}

.card-realname-check-box .telecom .number {
    width: 100%;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 50px;
    left: 0;
    text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.card-realname-check-box .telecom .btn {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 100px;
    left: 0;
    background: #07C160;
    border-radius: 3px;
}

.card-realname-check-box .telecom .btn a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 15px;
    color: #FFF;
}

.card-realname-check-box .unicom {
    width: 94%;
    height: 160px;
    position: absolute;
    top: 230px;
    left: 3%;
}

.card-realname-check-box .unicom .qrcode {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
}

.card-realname-check-box .unicom .qrcode .image {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.card-realname-check-box .unicom .image img {
    width: 100px;
    height: 100px;
}

.card-realname-check-box .unicom .step1 {
    width: 100%;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    font-size: 12px;
    color: #FF0000;
    text-indent: 110px;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    z-index: 1;
}

.card-realname-check-box .unicom .step2 {
    width: 100%;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 25px;
    left: 0;
    text-align: left;
    font-size: 12px;
    color: #FF0000;
    text-indent: 110px;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    z-index: 1;
}

.card-realname-check-box .unicom .text {
    width: 100%;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 50px;
    left: 0;
    text-align: left;
    font-size: 12px;
    color: #000;
    text-indent: 110px;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    z-index: 1;
}

.card-realname-check-box .unicom .number {
    width: 100%;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 75px;
    left: 0;
    text-align: left;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    text-indent: 110px;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    z-index: 1;
}

.card-realname-check-box .unicom .btn {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 110px;
    left: 0;
    background: #07C160;
    border-radius: 3px;
}

.card-realname-check-box .unicom .btn a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 15px;
    color: #FFF;
}

.card-realname-check-box .close {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.card-realname-check-box .close a {
    width: 36px;
    height: 36px;
    display: block;
    background: url(../img/close-gray.png) center center no-repeat;
    background-size: 14px auto;
}

.card-realname-check-box .close a:after {
    border: none;
}

/*用户绑定*/
.message-box .card-user-box {
    width: 80%;
    height: 260px;
    margin: -130px 0 0 -40%;
}

.message-box .card-user-box .hd {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: none;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.message-box .card-user-box .hd:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #E2E2E2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 200%;
    height: 200%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.message-box .card-user-box .bd {
    width: 90%;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

.message-box .card-user-box .bd li {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    clear: both;
    position: relative;
    list-style: none;
}

.message-box .card-user-box .bd li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px #E2E2E2 solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 200%;
    height: 200%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.message-box .card-user-box .bd .left {
    width: 25%;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 14px;
    color: #000;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.message-box .card-user-box .bd .left i {
    color: #ff0000;
}

.message-box .card-user-box .bd .right {
    width: 75%;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.message-box .card-user-box .bd .input-text {
    width: 100%;
    height: 56px;
    line-height: 46px;
    border: none;
    position: absolute;
    top: 2px;
    left: 0;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.message-box .card-user-box .bd .input-text::-webkit-input-placeholder {
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

.message-box .card-user-box .bd .reset {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 6;
    display: none;
    background: url(../img/reset.png) center center no-repeat;
    background-size: 20px auto;
}

.message-box .card-user-box .bd .show {
    display: block;
}

.message-box .card-user-box .bd .code .reset {
    right: 105px;
}

.message-box .card-user-box .bd .btn {
    width: 90px;
    height: 36px;
    position: absolute;
    top: 12px;
    right: 0;
    z-index: 6;
}

.message-box .card-user-box .bd .btn a {
    width: 100%;
    height: 36px;
    line-height: 36px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #5573f1;
    color: #FFF;
    text-align: center;
    font-size: 13px;
    border-radius: 3px;
}

.message-box .card-user-box .bd .btn cite {
    width: 100%;
    height: 36px;
    font-style: normal;
    line-height: 36px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #DEDEDE;
    color: #FFF;
    text-align: center;
    font-size: 13px;
    border-radius: 3px;
}

.message-box .card-user-box .confirm {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 0;
    position: relative;
}

.message-box .card-user-box .confirm:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 200%;
    height: 200%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.message-box .card-user-box .confirm a {
    width: 90%;
    height: 50px;
    display: block;
    position: absolute;
    top: 15px;
    left: 5%;
    z-index: 5;
    text-align: center;
    font: 18px/50px microsoft yahei;
    color: #FFF;
    background: #e02e24;
    border-radius: 5px;
}

.message-box .card-user-box .confirm cite.load {
    width: 90%;
    height: 50px;
    display: block;
    position: absolute;
    top: 15px;
    left: 5%;
    background: #999 url(../img/load.gif) center center no-repeat;
    background-size: 16px auto;
    border-radius: 5px;
}

