html {
    font-size: 60px;
}

img {
    display: block;
}

/*错误信息*/
.public-container {
    width: 100%;
    float: left;
    text-align: center;
    /*display: none;*/
}

.error-images {
    margin-top: 75px;
    width: 100%;
    /*                height: 80px;
        margin: 50px auto 10px auto;*/
}

.error-msg {
    width: 100%;
    float: left;
    line-height: 30px;
    text-align: center;
    padding: 0px 15px;
    box-sizing: border-box;
    color: #666666;
    font-size: 15px;
}

.modal {
    z-index: 19999;
}

.modal-body h1 {
    font-size: 20px;
    margin: 0 0 20px;
    text-align: center;
}

.modal-body input {
    width: 90%;
    height: 40px;
    margin-bottom: 10px;
    font-size: 18px;
    background: #f1f1f2;
    border: 0px;
    padding: 0 10px;
}

.modal-body button {
    width: 80%;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    color: #FFFFFF;
    border: 0px;
    background: #e94359;
    border-radius: 5px;
}

.mui-toast-container {
    bottom: 50% !important; /*离布局底部的距离*/
    z-index: 29999;
}

.box-act {
    color: white;
    position: fixed;
    top: 202px;
    left: 30%;
    width: 160px;
    height: 33px;
    background: #141212;
    z-index: 99999909999999;
    border-radius: 5px;
    text-align: center;
    line-height: 33px;
    display: none;
}
#safe-notice{
    display:none;
}
#article_error{
    display:none;
}
.modal-body{
    text-align: center;padding:20px;
}
.safe-notice p font{
    font-weight: 500;color: #333333;
}

/* agreements 部分 */
.agreements {
    text-align: center;
    color: #999;
    font-size: 12px;
    line-height: 20.5333px;
    font-weight: 400;
    background: #f8f8f8;
    /*    position: fixed;*/
    bottom: 0;
    width: 100%;
    pointer-events: auto;
    z-index: 6;
    padding-bottom: env(safe-area-inset-bottom);
}
.agreements .agreements-tip {
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 11.7333px 0;
    background: #f8f8f8;
}
.agreements .agreements-tip-top, .agreements .agreements-tip_institutions {
    margin-bottom: 8.8px;
}
.agreements .agreements-tip_privacy {
    color: #4e90ff;
    cursor: pointer;
}
.agreements-mask_popup {
    position: relative;
    box-sizing: border-box;
    /*width: 298px;*/
    height: 524px;
    padding: 48px 0 24px;
    background: #fff;
    border-radius: 2px;
    max-height: calc(100vh - 20px);
    display: flex;
    flex-direction: column;
}
.agreements-mask_popup_close {
    font-size: 25.6px;
    position: absolute;
    top: 8.53333px;
    right: 17.0667px;
    color: #000;
}
.agreements-mask_body {
    flex: 1 1 0;
    box-sizing: border-box;
    font-size: 14.8px;
    color: #333;
    font-weight: 400;
    width: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 27.6px;
    padding: 0 21.3333px;
    text-align: left;
}

.agreements-mask_title {
    text-align: center;
    font-size: 17.2px;
    font-weight: 500;
    color: #333;
    margin-bottom: 16px;
    margin-top: 2px;
}
.agreements-mask_bottom {
    border-top: 1px solid rgba(22,24,35,.12);
    display: flex;
    justify-content: center;
    padding: 0 16px;
    height: 45px;
    line-height: 45px;
}
.agreements-mask_agree {
    color: #000;
    font-size: 16px;
    height: 46.9219px;
    line-height: 46.9333px;
    font-weight: 700;
    cursor: pointer;
}

/* tpl_mobile_code.css */

.modal-body h1 {
    font-size: 18px;
    font-weight:700;
    margin: 0 0 20px;
    text-align: center;
}
.modal-body input{
    width: 90%;
    height: 40px;
    margin-bottom: 10px;
    font-size:14px;
    background: #f1f1f2;
    border:0px;
    padding:0 10px;
}
.modal-body .modal-body_button{
    width: 100%;
    height:50px;
    line-height: 50px;
    font-size: 20px;
    font-weight:bold;
    color: #FFFFFF;
    border:0px;
    background: #e94359 !important;
    border-radius: 5px;
}
.text_input {
    width: 100%;
    display: flex;
    /*    height: 0.85rem;*/
    height: 40px;
    font-size: 18px;
    box-sizing: border-box;
    /*    line-height: 0.8rem;
        border-bottom: 1px solid #ddd;*/
    /*    margin: 0rem auto;*/
    padding: 0 15px;
    padding: 0 5%;
    margin-bottom: 15px;
    display:none;
}
.text_input input {
    width: 50%;
    height: 100%;
    border: none;
}
/*.text_input .right {
    width: auto;
    height: 100%;
    display: flex;
    padding-left:10px;
    line-height: 40px;
}*/
.text_input .right {
    width: auto;
    font-size:15px;
    height: 40px;
    display: flex;
    padding-left:11px;
    padding-right:11px;
    margin-left: 15px;
    line-height: 40px;
    color: #fff;
    background: #e94359;
    border-radius:5px
}

