/* .top {
    background-color: #0038b9;
} */

.Llogo img {
    height: 34px;
}

@media (min-width: 1440px) {
    .Lnav>ul>li>a {
        font-size: 15px
    }
}

@media (min-width: 1600px) {
    .Lnav>ul>li>a {
        font-size: 16px
    }
}

@media (min-width: 1680px) {
    .Lnav>ul>li>a {
        font-size: 17px
    }
}

@media (min-width: 1920px) {
    .Lnav>ul>li>a {
        font-size: 20px
    }
}

.LavWrap,
.Lheader,
.LnavWrap {
    border-bottom: 1px solid #0053b9;
}
.Lheader {
    border-bottom: none !important;
    display: flex;
    width: 100%;
}

.Lheader {
    border: none !important;
    display: flex;
    width: 100%;
}

.LnavWrap{
    border: none !important;
}

.Lheader-ul li a {
    font-size: 16px;
    color: #fff;
    line-height: 54px;
    height: 54px;
    padding: 0px 10px;
}

.Lnav>ul>li>a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    /* color: #333; */
    text-transform: uppercase;
    padding: 0 15px;
    transition: all .3s ease;
    line-height: 42px;
    height: 42px;
    text-align: center;
}

.LSaaSmarket_buttom a{
    display: block;
    height: 52px;
    line-height: 52px;
    float: left;
    color: #fff;
    font-size: 16px;
    padding: 0px 20px;
    margin-right: 1px;
    background: none;
}

.LnavWrap {
    padding: 5px;
    max-width: 1200px;
    border: none !important;
    margin-left: 90px;
}

.Lheader .Llogo {
    float: left;
    width: 209px;
    height: 34px;
    padding-top: 9px;
    padding-left: 10px;
    padding-bottom: 5px;
}

.SaaSmarket_linktitle em {
    font-size: 15px;
    color: #666;
    line-height: 15px;
    margin-top: 8px;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.SaaSmarket_linktitle h1{
    margin-top:10px;
    color: #e35335;
}

.SaaSmarket_linktitle h1:before{
    content: "　　　　";
    text-decoration: line-through;
    color: #f0c;
    padding-right: 20px;
}

.SaaSmarket_linktitle h1:after{
    content: "　　　　";
    text-decoration: line-through;
    color: #f0c;
    padding-left: 20px;
}

.Lnav > ul > li:hover > a {
    color: #03cdff;
}

.LnavWrap li a.selectmenu {
    color: #03cdff;
}