/**
 * @copyright 泰格医药
 * @license https://www.tigermedgrp.com
 * @author ocean<honghai.chen@tigermed.net>
 */
html, body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: Microsoft YaHei UI, PingFangSC-Semibold, PingFang SC, sans-serif;
    color: #333333;
}

ul, li {
    list-style: none;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.division-5 {
    margin-top: 5px;
}

.division-10 {
    margin-top: 10px;
}

.division-20 {
    margin-top: 20px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.flex-row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: left;
}

.flex-1 {
    flex: 1;
    text-align: left;
}

a {
    color: #0065B2;
    text-decoration: none;
}

a:hover {
    color: #009144;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

#container {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 600px;
    font-weight: 400;
    margin-top: calc((100vh - 600px) / 2)
}

#failure_msg {
    position: fixed;
    left: calc(50vw - 170px);
    top: 40px;
    width: 340px;
    height: 60px;
    line-height: 60px;
    background: #FFF6F6;
    border-bottom: 4px solid #F56B6B;
}

#failure_msg .msg {
    padding: 5px 0 5px 10px;
    line-height: 18px;
    max-height: 50px;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    align-items: center;
    display: flex;
}

#failure_msg .msg_btn {
    width: 24px;
    height: 60px;
    line-height: 60px;
    margin-left: 18px;
}

#failure_msg img {
    vertical-align: middle;
}


#result-success {
    position: fixed;
    top: calc(50vh - 150px);
    left: calc(50vw - 200px);
    width: 400px;
    height: 300px;
    background: #FFFFFF;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.19);
    border-radius: 4px;
    text-align: center;
    margin: 0 auto;
    z-index: 100;
    display: none;
}

#result-success-model {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.3;
    z-index: 99;
    display: none;
}

#result-success img {
    margin-top: -19px;
}

#result-success p {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-block-start: 10px;
    margin-block-end: 10px;
}

#result-success .btn {
    width: 242px;
    height: 40px;
    background: #1D9D93;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 40px;
    margin-left: 80px;
}

#submit-success {
    text-align: left;
    display: none;
    margin-top: 20%;
    margin-left: 70px;
}

.submit-success-master {
    height: 45px;
    font-size: 32px;
    font-weight: 600;
    color: #333333;
    line-height: 45px;
    margin-bottom: 80px;
}

.submit-success-secondary {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
}
