*{
    margin: 0;
    padding: 0;
}
#more {
    /*display: none;*/
    position: fixed;
    right: 0;
}
.mask{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#282828 ;
    opacity: 0.7;
    z-index: 5;
}
#logo_two {
    width: 100%;
}
.nav_two {
    position: fixed;
    right: -210px;
    width: 210px;
    height: 100%;
    background-color: #fff;
}
.seg {
    height: 1px;
    width: 100%;
    margin: 8px 0;
    background-color: #CCCCCC;
}
.nav_two a:hover{
    color: red;
    transition: all .7s;
}
.nav_two a {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #3d92f1;
}
.searc {
    width: 100%;
}
.searc input {
    outline: none;
    border: 1px solid;
    margin-left: 30px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
label {
    display: inline-block;
    vertical-align: middle;
}
.searc label img {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.lx span {
    display: inline-block;
    width: 100%;
}
.lx {
    font-size: 16px;
    text-align: center;
}
.logn a{
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}
.logn {
    text-align: center;
}
