
.freemake .common-banner{
    background: linear-gradient(to bottom, #46a79d, #68a3b9);
    height: 250px;
    overflow: hidden;


}
.common-banner dt {
    text-align: left;
    margin-left: 760px;
    color: #f5fff3;
}
.common-banner dl {
    padding-top: 30px;


}
.common-banner dt .title {
    padding-top: 115px;
    font-size: 22px;

}
.common-banner .txt {
    margin: 40px auto;
    font-size: 14px;
    line-height: 0;
}

.common-banner dd {
    margin-top: 58px;
    margin-right: 175px;
}
 .page-box{
     margin-bottom: 20px;
     background: #ffffff;
     text-align: center;
 }

.page-box .btn{
    background: #dfdfdf;

}

.page-box ul li{
    margin: 20px 0;
    display: inline-block;
    margin-right: 7px;
    min-width: 30px;
    padding: 3px 5px;
    background: #ede9e9;
    cursor: pointer;
    border-radius: 6px;

}




.page-box ul li:hover, .page-box .active{
    background: none;
    font-weight: bold;
    box-shadow: 0 0 3px 1px rgba(106, 106, 106,0.4);
}
.page-box a{
    display: inline-block;
    color: #777876;
    width: 100%;
}
 .lastLi:hover .myItem {
     display: block;
 }

.exampleAll .titleBox ul li.curon {
    color: #f86b02;
}

.showExample {
    display: block;
    width: 134px;
    height: 44px;
    color: #808080;
    margin: 50px auto auto;
    line-height: 44px;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #fff;
    margin-bottom: 30px;
}

.hidemore {
    display: none;
}

.agent .common-banner dd {
    width: auto;
    margin-right: 12%;
}
 #nav-box {
     background-color: #fff;
     height: auto;
     overflow: hidden;
     padding: 5px;
     font-size: 15px;
 }
#nav-box a{
    color: #403d3d;
    text-decoration: none;
}
.row-box{
    padding: 16px 20px;
    width: 100%;
    background-color:#fff;
    border-bottom: 1px dashed #efcfe2;
}

.row_left{
    display: inline-block;
    color: #7e8793;
}
.row_left a,.item_list{
    display: inline-block;
    margin: 0 5px;
    padding: 4px 10px;
    border-radius: 17px;
    font-size: 14px;
}

.active{
    background-color: #ddf3fd;
    color: #b96c6c !important;
}
.item_list{
    margin-left: 60px;
    line-height: 36px;
}

.item_list span{
    display: inline-block;
    margin: 0 26px;
}
  #product-box{
      padding: 20px 0;
      width: 1200px;
      height: 100%;
      background:#fff;
      overflow: hidden;
  }

#product-box .item{
    display: inline-block;
    margin-left:64px ;
    margin-bottom: 10px;
    width: 220px;
    height: 400px;
}
.product-box .item img{
    margin-top: 20px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom:8px;
    background-image: url(__STATIC_PATH__/images/app/phone.png);
    background-size:100% 100% ;
    box-shadow: 0 0 13px rgb(70 70 70 / 27%);
}
.item .title{
    margin: 20px 0;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

