blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    background: #fff;
}

body {
    max-width: 750px;
    min-height: 100vh;
    margin: 0 auto;
    background-image: url(image/beijing.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    position: relative;
    line-height: 1.6;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
}

a {
    color: #333;
    text-decoration: none;
}

img {
    display: inline-block;
    border: none;
    vertical-align: middle;
}

li {
    list-style: none;
}

button, input, optgroup, option, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
}

.logoBox {
    padding-top: 116px;
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.logo {
    text-align: center;
    padding-bottom: 60px;
}

.logo img {
    max-width: 210px;
    height: auto;
}

.logo p {
    margin: 0;
    font-size: 20px;
    color: #1e1d42;
    line-height: 30px;
}

.index-form {
    width: 70%;
    margin: 0 auto;
}

.index-form .layui-form-item {
    margin-bottom: 30px;
    position: relative;
}

.index-form .layui-form-label {
    display: block;
    width: 100%;
    padding: 0;
    text-align: left;
    float: none;
    font-size: 17px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 5px;
}

.index-form .layui-input-block {
    margin: 0;
}

.index-form .layui-input,
.index-form select {
    box-sizing: border-box;
    width: 100%;
    border: none !important;
    box-shadow: none !important;
    background: #efefef;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #999999;
    padding-left: 15px;
    padding-right: 50px;
}

.layui-form select {
    display: none;
}

.layui-unselect {
    user-select: none;
    -webkit-user-select: none;
}

.layui-form-select {
    position: relative;
    color: #5f5f5f;
}

.layui-select-title {
    position: relative;
}

.layui-form-select .layui-input {
    cursor: pointer;
}

.layui-form-select .layui-edge {
    position: absolute;
    border: none !important;
    width: 16px;
    height: 8px;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    background-image: url(image/xiala1.png);
    background-size: 16px 8px;
    background-repeat: no-repeat;
    cursor: pointer;
    pointer-events: none;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.layui-form-select dl {
    display: none;
    position: absolute;
    left: 0;
    top: 56px;
    padding: 5px 0;
    z-index: 899;
    min-width: 100%;
    border: 1px solid #eee;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);
    box-sizing: border-box;
}

.layui-form-select dl dd,
.layui-form-select dl dt {
    padding: 0 10px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.layui-form-select dl dd {
    cursor: pointer;
}

.layui-form-select dl dd:hover {
    background-color: #f8f8f8;
    -webkit-transition: .5s all;
    transition: .5s all;
}

.layui-form-select dl dd.layui-this {
    background-color: #f8f8f8;
    color: #1a0e40;
    font-weight: 700;
}

.layui-form-selected dl {
    display: block;
}

.layui-form-selected .layui-edge {
    margin-top: -4px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.layui-anim {
    animation-duration: .3s;
    animation-fill-mode: both;
}

.layui-anim-upbit {
    animation-name: layui-upbit;
}

@keyframes layui-upbit {
    from {
        opacity: .3;
        transform: translate3d(0, 30px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.sousuo {
    position: absolute;
    bottom: 0;
    right: 0;
    border: none;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1c0d44;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

.sousuo img {
    width: 24px;
    height: 24px;
}

.ban {
    position: absolute;
    left: 0;
    bottom: 35px;
    width: 100%;
}

.ban p {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
}

.ban p a {
    color: #8373e5;
    text-decoration: dashed;
}

.result-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 50px;
    width: 90%;
}

.result-form .layui-form-item {
    width: calc(50% - 5px);
}

.result-form .layui-form-item:last-child {
    width: 100%;
}

.result-box {
    padding-top: 40px;
    background-image: url(image/touying.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top left;
    padding-bottom: 50%;
}

.result {
    width: 90%;
    margin: 0 auto;
}

.result-tt {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px;
}

.result-tt span {
    color: #8373e5;
}

.result-tt i {
    font-style: normal;
}

.result ul li {
    border-radius: 5px;
    margin-bottom: 10px;
}

.result ul li h4 {
    background: #1a0e40;
    color: #fff;
    line-height: 30px;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}

.resultLi {
    display: none;
}

.liBox {
    background: #e8e6ec;
    padding: 20px 15px;
    display: flex;
    justify-content: flex-start;
}

.liL {
    width: 35%;
}

.liL img {
    max-width: 100%;
    height: auto;
}

.liR {
    width: 65%;
    padding-left: 15px;
}

.liR h4 {
    font-weight: 400;
    color: #1a0e40;
    padding: 5px 10px;
    border: 1px solid #1a0e40;
    border-radius: 20px;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.liR h6 {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    font-weight: 700;
}

.liR p {
    line-height: 24px;
    font-size: 14px;
    color: #666666;
}

.liR p span {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.result ul li.current h4 img {
    transform: rotate(180deg);
}

.tips-box {
    position: fixed;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    z-index: 1001;
    width: 60%;
    color: rgb(255, 255, 255);
    height: auto;
    line-height: 22px;
    padding: 15px 0;
    top: 260px;
    left: 40%;
    margin-left: -20%;
    opacity: 0;
    pointer-events: none;
    background: rgb(0, 0, 0);
    transition: opacity .2s;
}

.tips-box.show {
    opacity: .8;
}
