/*logo  + search*/
.header-middle{
    height:80px;
    width:1200px;
    margin:0 auto;
}
/*logo*/
.sc-logo{
    width:215px;
    height:100%;
    float: left;
    position: relative;
}
.sc-logo img{
    position: absolute;
    top:0;
    bottom:0;
    left:5px;
    margin:auto;
}
/*搜索*/
.sc-search{
    height:100%;
    width:985px;
    float: left;
    position: relative;
}
.sc-search-kuang{
    height:34px;
    width:622px;
    border-radius: 10px;
    border:3px solid #22a198;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    margin: auto;
}
.sc-search-text{
    height:32px;
    border:0;
    margin-left: 10px;
    width: 70%;
}
.sc-search-btn{
    height:34px;
    width:100px;
    background:#22a198 ;
    float: right;
    border-radius: 5px;
    font-size:22px;
    text-align: center;
    line-height: 34px;
    color:#fff;
}
.real-sc{
    width:1200px;
    margin: 0 auto;
    min-height:1080px;
}
/*商品分类+nav*/
.header-bottom{
    height:50px;
    width:1200px;
    margin: 0 auto;
}
.sc-change{
    width:210px;
    height:40px;
    line-height:40px;
    background: #22a198;
    text-align: center;
    color:#fff;
    font-size:22px;
    margin-top:10px;
    float: left;
}
/*左侧选项卡*/
.real-sc-left{
    height:1080px;
    width:210px;
    background: #333333;
    float: left;
}
.sc-change-list ul li{
    font-size:14px;
    color:#fff;
    padding-left:20px;
    line-height:75px;
    cursor: pointer;
}
.sc-change-list ul li.active{
    color:#22a198;
}
/*右侧内容*/
.real-sc-right{
    width:990px;
    float: left;
    height:1080px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-x:hidden ;
    overflow-y: auto;
}
.real-sc-right::-webkit-scrollbar{
    display: none;
}
.sc-nav-list{
    height:50px;
    width:100%;
    line-height:50px;
    font-family: 黑体;
}
.sc-nav-list ul li{
    width:123px;
    float: left;
    text-align: center;
    font-size:20px;
}
.sc-nav-list ul li a{
    color:#030303;
}
.sc-nav-list ul li.active a{
    color:#22a198;
}
/*banner*/
.sc-banner{
    height:360px;
}
/*商家信息内容*/
/*亚米云商家后台管理系统*/
.sc-container{
    width:944px;
    margin: 0 auto;
    min-height:1120px;
}
.sc-text1{
    margin-bottom: 10px;
}
.sc-text1-bottom{
    margin: 0;
}
.sc-text1-title{
    line-height:40px;
    height:40px;
    border-left:4px solid #010101 ;
    padding-left:15px;
    font-size: 30px;
    color:#020202;
    margin:39px 0 28px;
}
.sc-text1-img{
    width:100%;
    height:242px;
    margin-bottom:39px;
}
.sc-text1-img ul li{
    height:100%;
    width:296px;
    float: left;
    margin-right:28px;
}
.sc-text1-img ul li:nth-child(3){
    margin-right:0px;
}
.sc-text1-img ul li img{
    height:100%;
    width:100%;
}
.sc-text1-btn{
    width:177px;
    height:32px;
    text-align: center;
    line-height: 32px;
    margin: 39px auto 0;
    background: #00867f;
    clear: both;
    font-size:22px;
    border-radius: 5px;
    color:#fff;
}
.sc-text2-img{
    height:527px;
}
.sc-text3-img{
    height:520px;
}
.sc-text4-img{
    height:790px;
}
.sc-text4-img ul li{
    width:448px;
}
.sc-text4-img ul li:nth-child(2){
    margin-right: 0;
}