/*product-box-start*/
.product-box {
    background-color: #F7F8FA;
}

.product-box-c {
    background-color: #fff;
    /*padding: 60px 0;*/
}

.product-box .content {
    background-color: #F7F8FA;
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
}
.product-box .content .cont-title1{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
}

.product-box-c .content {
    background-color: #fff;
}

.product-box .top-product {
    display: flex;
}

.product-box .top-product .item {
    margin-right: 10px;
    height: 260px;
    width: 232px;
    background-color: #fff;
    flex-grow: 1;
    cursor: pointer;
}

.product-box .top-product .item img {
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.05);
}

.product-box .top-product .item:last-child {
    margin-right: 0;
}

.product-box .title-1 {
    color: #333;
    font-size: 16px;
    margin: 35px 0 15px 0;
    font-weight: bold;
}

.product-box .list-name {
    font-size: 0;
}

.product-box .fl-name {
    display: inline-block;
    border: 1px dashed #ddd;
    height: 40px;
    line-height: 40px;
    width: 120px;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    overflow: hidden;
    padding: 0 4px;
    cursor: pointer;
}

.product-box .fl-name:nth-child(2n) {
    border-left: none;
    border-right: none;
}

.product-box .fl-name:nth-child(10n) {
    border-right: 1px dashed #ddd;
}

.product-box .fl-name:nth-child(n+11) {
    border-top: none;
}
.product-box .fl-name:last-child {
    border-right: 1px dashed #ddd;
}

/*product-box-end*/

/*list-page-box-start*/
.list-page-box {
    background-color: #F7F8FA;
    padding-bottom: 110px;
    margin-top: 20px;
}

.list-page-box .box1 {
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
}

.list-page-box .box1 .left-c {
    width: 880px;
    margin-right: 20px;
    display: inline-block;
    font-size: 14px;
}

.list-page-box .box1 .right-c {
    width: 300px;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}

.list-page-box .box1 .list {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    background-color: #fff;
}

.list-page-box .box1 .list1 {
    margin-bottom: 20px;
    color: #999;
    font-size: 14px;
}
.list-page-box .box1 .list1 .brand-class{
    padding: 0 20px;
    padding-bottom: 20px;
}
.list-page-box .box1 .list1 .search-val {
    border-bottom: 1px solid #eee;
    padding: 23px 20px 10px 20px;
}

.list-page-box .box1 .list1 .show-val {
    display: inline-block;
    line-height: 24px;
    height: 24px;
    padding: 0 9px;
    border: 1px solid #ccc;
    color: #666;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.list-page-box .box1 .list1 .del-search{
    cursor: pointer;
    color: red;
    margin-left: 10px;
}
.list-page-box .box1 .list1 .show-val1{
    display: inline-block;
    font-size: 14px;
    color: #333;
    margin-right: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}
.list-page-box .box1 .list1 .act{
    color: #177EE6;
}
.list-page-box .box1 .list1 .in-block {
    display: inline-block;
    margin-left: 20px;
    width: 730px;
}
.list-page-box .box1 .list1 .in-block1 {
    display: inline-block;
    margin-left: 20px;
    width: 720px;
}
.list-page-box .box1 .list1 .brand1{
    padding: 18px 18px 8px 0;
    border-bottom: 1px solid #eee;
}
.list-page-box .box1 .list1 .brand1:last-child{
    border: none;
}
.list-page-box .box1 .list3 {
    width: 300px;
    height: 300px;
    margin-bottom: 20px;
}
.list-page-box .box1 .list3 img{
    width: 100%;
    height: 100%;
}

.list-page-box .list2 .title1 {
    line-height: 60px;
    height: 60px;
    font-size: 14px;
    color: #999;
    padding-left: 20px;
    border-bottom: 1px solid #DDDDDD;
    box-sizing: border-box;
}

.list-page-box .list2 .li {
    border-bottom: 1px solid #DDDDDD;
    padding: 21px 0 30px 20px;
    color: #999;
    position: relative;
}
.list-page-box .list2 .li:last-child{
    border: none;
}
.list-page-box .list2 .li .text-bz {
    font-size: 14px;
}

.list-page-box .list2 .li .name-1 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.list-page-box .list2 .li .name-sty {
    color: #177EE6;
}

.list-page-box .list2 .li .text-k {
    margin: 16px 0 4px 0;
}

.list-page-box .list2 .li .v-1 {
    color: #333;
    margin-right: 70px;
}

.list-page-box .list2 .li .xj-btn {
    position: absolute;
    width: 110px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #177EE6;
    color: #177EE6;
    text-align: center;
    box-sizing: border-box;
    right: 20px;
    top: 20px;
    border-radius: 4px;
    cursor: pointer;
}

.list-page-box .list2 .mun1 {
    color: #177EE6;
}

/*list-page-box-end*/

/*release-inquire-start*/
.inquire-box{
    padding: 25px 0;
    box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    background-color: #fff;
}
.inquire-title{
    width: 1000px;
    margin: 0 auto;
}
.inquire-title .item{
    display: inline-block;
}
.inquire-title .img1{
    height: 50px;
    width: 174px;
    vertical-align: top;
}
.inquire-title .img1 img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.inquire-title .name1{
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #333;
    margin-left: 50px;
    border-left: 1px solid #eee;
    padding-left: 50px;
}
.inquire-content{
    background-color: #F7F8FA;
    padding: 0 0 50px 0;
    margin-top: 20px;
}
.inquire-content .content{
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}
.inquire-content .release-btn{
    width:150px;
    background-color:rgba(23,126,230,1);
    border-radius:4px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    cursor: pointer;
    margin-left: 40px;
    margin-top: 10px;
}
.inquire-content .fj-box{
    margin: 40px 0;
    margin-bottom: 20px;
}
.inquire-content .del-fil{
    margin-left: 20px;
    color: red;
    cursor: pointer;
}
.inquire-content .fil-show{
    padding-left: 43px;
    line-height: 25px;
}
.inquire-content .fj-box .upbtn{
    width:80px;
    height:40px;
    border:1px solid #ddd;
    border-radius:4px;
    text-align: center;
    line-height: 40px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    display: inline-block;
    cursor: pointer;
}
.inquire-content .link-box{
    margin-bottom: 20px;
    background:rgba(255,253,238,1);
    border:1px solid #EDD28B;
    border-radius:4px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 18px;
    color: #FF7700;
    font-size: 14px;
}
.inquire-content .releaseTitle{
    margin-bottom: 20px;
}
.inquire-content .releaseTitle input{
    width: 898px;
    height: 34px;
    padding-left: 20px;
    border:1px solid #e6e6e6;
}
/*release-inquireinquire-end*/
/*my-admin-box-start*/
.my-admin-box{
    background-color: #F7F8FA;
    padding: 20px 0 100px 0;
}
.my-admin-box .content{
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
}
.my-admin-box .content .left{
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    margin-right: 20px;
}
.my-admin-box .content .my-info{
    width:260px;
    height:260px;
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius:4px;
    padding-top:50px;
    box-sizing: border-box;
    text-align: center;
}
.my-admin-box .content .my-info .head-sty{
    width: 80px;
    height: 80px;
    border-radius: 100%;
}
.my-admin-box .content .my-info .ntext{
    color: #333;
    margin: 22px 0 16px 0;
}
.my-admin-box .content .my-info .phone1{
   color: #999;
}
.my-admin-box .content .tabbox{
    margin-top: 20px;
    width:260px;
    min-height:320px;
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius:4px;
    padding: 20px 40px;
    box-sizing: border-box;
    text-align: center;
    color: #333;
}
.my-admin-box .content .tabbox .icons{
    margin-right: 10px;
    vertical-align: middle;
}
.my-admin-box .content .tabbox .item{
    line-height: 40px;
    margin-bottom: 6px;
}
.my-admin-box .content .tabbox .act{
    background:rgba(23,126,230,1);
    border-radius:20px;
    color: #fff;
}
.my-admin-box .content .right{
    display: inline-block;
    font-size: 14px;
    color: #666;
    width: 920px;
    min-height:730px;
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius:4px;
    box-sizing: border-box;
    padding: 0 20px 110px 20px;
}
.my-admin-box .content .right .title{
    line-height: 60px;
    border-bottom: 1px solid #ddd;
    height: 60px;
    color: #333;
    box-sizing: border-box;
}
.my-admin-box .content .right .list{
    padding: 16px 0 21px 0;
    position: relative;
    border-bottom: 1px solid #eee;
}
.my-admin-box .content .right .list .time{
    font-size: 16px;
    color: #177EE6;
}
.my-admin-box .content .right .list .text{
    color: #666;
    margin: 16px 0;
    width: 80%;
}
.my-admin-box .content .right .list .text1{
    color: #999;
    margin-left: 4px;
}
.my-admin-box .content .right .list .mr1{
    margin-left: 28px;
}
.my-admin-box .content .right .list .btn1{
    position: absolute;
    right: 0px;
    top: 16px;
    color: #177EE6;
    cursor: pointer;
}
.my-admin-box .content .right .list .btn2{
    position: absolute;
    width:90px;
    height:30px;
    background:rgba(23,126,230,1);
    border:1px solid rgba(23,126,230,1);
    border-radius:4px;
    right: 0;
    top: 66px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
}
/*my-admin-box-end*/