

/*---------------------------------------------------------------------------------------------------------------手机站导航开始----------*/
.sp_header {
    height: 60px;
    overflow: hidden;
    background: #fff;
    position: fixed;
    z-index: 999;
    width: 100%;
   border-bottom:1px solid #eee;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.sp_logo {
    float: left;
    height: 50px;
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.sp_logo img {
    margin: auto;
	max-width: 200px;
}

.sp_nav {
    width: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sp_nav span {
    display: block;
    background: #999;
    height:4px;
    position: absolute;
    left: 10px;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    width: 30px;
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    width: 15px;
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    width: 30px;
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: fixed;
    z-index: 111;
    background: #fff;
    width: 100%;
    height: calc(100% - 80px);
    font-size: 14px;
    line-height: 40px;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
    box-shadow: 0px 0px 17px 1px #ccc;
}

.nav_show {
    top: 60px
}

.sjj_nav > ul > li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav > ul > li:first-child > a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav > ul > li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav > ul > li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #eee solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #eee solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #eee solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.head_sj input{
    outline: none!important;
}
.sjj_nav > ul > li:last-child {
    border-bottom: 1px #eee solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    width: 80%;
    font-size: 15px;
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
    font-size: 14px;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #999;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #168EE1
}

.sjj_nav ul li ul li > ul {
    margin-left: 10px
}

/*---------------------------------------------------------------------------------------------------------------手机站导航结束----------*/
.sjj_nav ul li:first-child{
    border-top: 1px solid #eee;
}
.soso-input-content {
    position: relative;
    margin-top: 15px;
    padding-bottom: 15px;
    width: 90%;
}

.soso-input {
    width: 90%;
    margin-left: 5%;
    height: 40px;
    border: 1px solid #ccc;
    text-align: left;
    line-height: 39px;
    color: #666;
    font-size: 14px;
    padding-right: 35px;
    position: relative;
    top: 0px;
    border-radius: 30px;
    right: 0px;
    padding-left: 10px;
}

.soso-input-img {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 10px;
    right: 11%;
}
