@charset "UTF-8";

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: none;
    font-size: 1em;
    font-family: "Microsoft YaHei",arial,sans-serif;
}
.lf{
    float: left;
    font-size: 28px;
    font-family: "HanziPen SC";
    color: #F00
}
.rt{
    float: right;
}

.img-box {
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: 0;
    left: -100;
    top: 50%;
    left: 59%;
    background: red;
    background: url(http://www.latin-line.com/css/images/fly.png) no-repeat center center;
}

#echartsMap {
    width: 100%;
    height: 1080px;

}

.map-wrapper {
    background-color: #101724;
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

#app .z-tool{
    /* margin-top: 25px; */
    padding: 20px;
    background-color: #004976;
}
#app form>input[type="text"]{
    padding: 10px;
    border: 1px solid #004976;
    font-size: 18px;
    height: 45px;
    width: 350px;
}
#app form>input[type="text"]:focus{
    border: 1px dashed #f60;
}
#app form>input[type="submit"]{
    height: 45px;
    cursor: pointer;
    padding: 4px 8px;
    background-color: #00A1C3;
    color: #fff;
}
#app ul{
    width: 1000px;
    margin: 0 auto;
}
#app ul:after{
    content: "";
    display: block;
    clear: both;
}
#app ul>li{
    list-style: none;
}
#main{
    width: 90%;
    height: 750px;
    margin: 0 auto;
}
#ship{
    position: absolute;
    top: 670px;
    left: 1000px;
}

@media(max-width: 1000px){
    #app ul{
        width: 100%;
    }
}
@media(max-width: 500px){
    #app form>input[type="text"]{
        width: 100%;
    }
    #app form>input[type="submit"]{
        margin-top: 15px;
        width: 100%;
    }
}