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;
}

.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: 0px;
    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: 0px;
}
.index-form  .layui-input,
.index-form .layui-form-select .layui-input {
    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;
}

.index-form .layui-form-select .layui-edge {
    border: none !important;
    width: 16px;
    height: 8px;
    right: 15px;
    background-image: url(../../image/xiala1.png);
    background-size: 16px 8px;
    margin-top: -4px !important;
}

.index-form .layui-form-select dl {
    top: 56px;
}
.index-form .layui-form-select dl dd.layui-this{
    color: #1a0e40;
}
.sousuo{
        position: absolute;
    bottom: 0px;
    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;
}
.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 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 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);
}