@import url("../../layui/css/layui.css");

:root {
    --color: #273de1
}

body {
    background-image: url("../image/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.rui-head {
    height: 60px;
    line-height: 60px;
    padding-top: 15px;
}

.rui-head-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rui-head-logo {
    position: relative;
}

.rui-head-logo img {
    height: 70px;
    /* 	position: absolute;
    border-radius: 50%;
    left: 0;
    top: -8px; */
}

/* .rui-head-name {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}

.rui-head-desc {
	font-size: 12px;
	color: #999;
	line-height: 20px;
} */
.rui-wrapper {
    position: relative;
}

.rui-form {
    display: flex;
    align-items: center;
    border: 2px solid var(--color);
    border-radius: 15px;
    overflow: hidden;
    max-width: 650px;
    margin: 40px auto;
    background: var(--color);
}

.rui-input {
    height: 48px;
    width: calc(100% - 100px);
    border: none;
    padding: 0 20px;
    font-size: 16px;
}

.rui-button {
    width: 100px;
    height: 48px;
    border: none;
    background: var(--color);
    color: #fff;
    font-size: 16px;
    box-shadow: none;
    cursor: pointer;
}

.rui-name {
    text-align: center;
    font-size: 32px;
}

.rui-body {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 100%;
}

.rui-footer {
    font-size: 12px;
    color: #666;
    line-height: 22px;
    text-align: center;
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
    overflow: hidden;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    display: none;
}

.rui-footer-nav a {
    margin: 0 10px;
}

.rui-result {
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .07);
    max-width: 700px;
    padding: 40px 30px 5px;
    border-radius: 15px;
    margin: 60px auto 40px;
}

.rui-result-logo {
    text-align: center;
}

.rui-result-logo img {
    height: 125px;
    margin: 0 20px;
}

.rui-result ul {
    margin: 60px 0;
}

.rui-result-info {
    padding: 0 60px;
}

@media screen and (max-width: 767.98px) {
    .rui-result-info {
        padding: 0;
    }

    .rui-name {
        font-size: 24px;
    }

    .rui-result {
        margin: 60px auto 40px;
    }
    .rui-result-logo img{
        height: 60px;
        margin: 0 10px;
    }
    .rui-result-info table{
        margin: 20px 0!important;
    }
    .rui-body {
        position: inherit;
        top: unset;
        left: unset;
        transform: unset;
        width: 100%;
    }
}

.rui-result-info table {
    margin: 50px 0;
    font-size: 16px;
}

.rui-result-info .rui-result-value {
    width: 500px;
    padding: 15px;
}

.rui-result-info .rui-result-label {
    width: 115px;
    text-align: center;
    padding: 0 10px;
}

.rui-footer-h {
    height: 80px;
}

.rui-body-h {
    height: 200px;
}

.rui-result-empty {
    text-align: center;
    margin: 100px 0
}

.rui-result-empty i {
    font-size: 70px;
    color: #999;
}

.rui-result-empty-text {
    margin-top: 10px;
}