* {
    padding: 0;
    margin: 0;
    list-style: none;
}

body {
    font-size: 1rem;
    line-height: 1.3rem;
    position: relative;
    display: flex;
    flex-direction: column;
    color: #333333;
    background: #F1F1F1;
}

[v-cloak] {
    display: none;
}

#apps {
    flex: 1;
}

#logo {
    background: url("../image/ban.png") 0 0 no-repeat;
    height: 8rem;
    background-size: 100%;
    color: #ffffff;
    font-size: 2.3rem;
    font-family: "方正工业黑-标准";
    line-height: 6rem;
    text-align: left;
}

#logo>div {
    width: 100%;
    height: 1rem;
}

#logos {
    background: url("../image/ban.png") 0 0 no-repeat;
    height: 6rem;
    background-size: 100%;
    color: #ffffff;
    font-size: 2.3rem;
    font-family: "方正工业黑-标准";
    line-height: 5.5rem;
    text-align: left;
}

#logo>p,
#logos>p {
    font-size: 1.06rem;
    font-family: "方正工业黑-标准";
    color: #3462B0;
    padding: 0 3%;
    margin: 0;
}

#header {
    margin: 2% .65rem;
}

#cont {
    display: flex;
    flex-direction: column;
    width: 88%;
    text-align: center;
    margin: -11% auto 0;
    background: #ffffff;
}

.shuru>div {
    width: 25%;
    text-align: left;
    margin: 3%;
}

.shuru>div>img {
    margin: .4rem .4rem 0 0;
}

.shuru {
    width: 18.5rem;
    height: 2.2rem;
    background: #ffffff;
    font-size: .88rem;
    margin: .5rem auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
}

.yzm {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.yzm>div {
    width: 12rem;
    margin: 1rem .5rem 1rem 2.5rem;
    height: 2.2rem;
    background: #ffffff;
    font-size: .88rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #dcdcdc;
}

.yzm>div>input {
    flex: 1;
    height: 2rem;
    border: none;
    background: #fafafa;
    color: #333333;
}

.yzm>div>div {
    color: #ffffff;
    text-align: center;
    margin: 3%;
    border-right: 1px solid #cccccc;
}

.yzm>div>div>img {
    margin: .4rem .4rem 0 0;
}

#canvas {
    width: 6rem;
    height: 2.2rem;
}

.shuru>input {
    flex: 1;
    height: 2rem;
    border: none;
    background: #ffffff;
    color: #333333;
}

#btn {
    width: 88%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1.5vh;
    padding: 5% 0;
    background: #ffffff;
}

#btn>div {
    font-size: 1rem;
    width: inherit;
    margin: 3%;
    color: #ffffff;
    text-align: center;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 3.3rem;
}

#btn>div:nth-child(1) {
    background: #3462B0;
    color: #ffffff;
}

#btn>div:nth-child(2) {
    background: #dfdfdf;
    color: #333333;
}

#bottom-word {
    width: 100%;
    height: 4.5rem;
    line-height: 3.5rem;
    text-align: center;
    color: #999999;
    font-size: .8rem;
}

input::-webkit-input-placeholder {
    color: #999999;
}

#detail {
    font-size: .95rem;
    margin: 1rem .8rem 1.5rem;
}

#detail>div>li:nth-child(1) {
    border-top: 1px solid #cccccc;
}

#detail>div>li {
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#detail>div>li>div:first-child {
    background: #f7f7f7;
    width: 33%;
    text-align: right;
}

#detail>div>li>div {
    padding: .65rem .5rem;
}

#detail>div>li>div:last-child {
    padding-left: 5%;
    background: #ffffff;
    flex: 1;
    text-align: left;
    border-left: 1px solid #cccccc;
}

#titles {
    color: #4394F4;
    font-size: .92rem;
    text-align: center;
    margin: 2.5rem 0 .8rem;
}

.title {
    font-size: 1.05rem;
    margin: .5rem .65rem .8rem;
    padding: .65rem 0;
}

.title>span:first-child {
    padding: .65rem 0;
    border-bottom: 2px solid #245399;
}

#detail>table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    min-height: 160px;
    color: #333333;
    border: 1px solid #cccccc;
}

#detail>table>tbody>tr>td {
    border: 1px solid #cccccc;
    padding: 3% 0;
}

#detail>table>tbody>tr>td:nth-child(1) {
    width: 36%;
    text-align: right;
    background: #f7f7f7;
    padding-right: 3%;
}

#detail>table>tbody>tr>td:nth-child(2) {
    padding-left: 3%;
    flex: 1;
    background: #ffffff;
}

.mui-popup-title {
    display: none;
}

.loaddiv {
    background-color: #000000;
    opacity: 0.6;
    border-radius: .65rem;
    position: absolute;
    left: 33%;
    top: 44%;
    width: 7.5rem;
    height: 7.5rem;
    text-align: center;
    display: none;
}

.loadimg {
    background-color: #000000;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: .65rem;
    margin: 0 auto;
    margin-top: .65rem;
    padding: .65rem;
}

.loadtext {
    color: #8f8f94;
}

#detail>table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    min-height: 160px;
    color: #333333;
    border: 1px solid #cccccc;
    margin: 3vh 0;
}

#detail>table>tbody>tr>td {
    border: 1px solid #cccccc;
    padding: 3% 0;
}

#detail>table>tbody>tr>td:nth-child(1) {
    width: 36%;
    text-align: right;
    background: #f7f7f7;
    padding-right: 3%;
}

#detail>table>tbody>tr>td:nth-child(2) {
    padding-left: 3%;
    flex: 1;
    background: #ffffff;
}

.mui-popup-title {
    display: none;
}

.datalist {
    margin: 0 .65rem;
    display: none;
}

.datalist>li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
    padding: 3.5% 1%;
    color: #333333;
}

.datalist>li>div:nth-child(1) {
    width: 20%;
}

.datalist>li>div:nth-child(2) {
    margin-left: 5%;
    flex: 1;
}

#last {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 37%;
    width: 80%;
    text-align: center;
    display: none;
}

#last>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#last>div>img {
    width: 33%;
}

#last>div>span {
    margin: 8% 0;
}