html{
    font-size: 16px;
}
body{
    color: black;
    font-size: 16px;
}

header .topbtn {
    padding-right: 7%;
    position: relative;
    z-index: 10;
}

header .search-box {
    position: absolute;
    right: 0;
    top: -20px;
    line-height: 80px;
    z-index: 99;
}

header .search-box .butn {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: url(/jingsh/assets/images/ico_60.png) no-repeat center;
}

header .search-box .butn.hov {
    background: none;
}

header .search-box .butn.hov i {
    display: block;
}

header .search-box .butn i {
    width: 38px;
    height: 38px;
    display: none;
    background: url(/jingsh/assets/images/sou.png) no-repeat center;
    margin: 0 auto;
    border: 1px solid white;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

header .search-box .share-sub {
    position: absolute;
    right: 40px;
    top: 0px;
    width: 0;
    height: 48px;
    overflow: hidden;
    background: white;
    border-radius: 5px;
}

header .search-box .share-sub .tex {
    width: 220px;
    font-size: 14px;
    height: 100%;
    line-height: 20px;
    padding: 14px 10px;
    color: #666;
    border: none;
    background: white;
    outline: none;
}

header .search-box .share-sub .sub-btn {
    border: none;
    width: 48px;
    height: 48px;
    cursor: pointer;
    outline: none;
    background: url(/jingsh/assets/images/sou.png) no-repeat center #E74C3C;
}

@media (min-width: 1500px) {
    .container {
        max-width: 1280px !important;
    }
}

@media (min-width:780px) and (max-width: 1300px)  {
    .container{
        padding-left: 20px;
        padding-right: 20px;
    }
} 
@media (max-width: 1080px)  {
    html{
        font-size: 14px;
    }
} 