.product.ani .p-table{
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
.product.ani .p-list{
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 0.5s;
}

.download.ani{
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

body{
    position: relative;
}


.tab-title{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.tab-title a{
    display: block;
    padding: 0 10px 0 10px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    float: left;
    color: #000000;
    text-align: center;
    user-select: none;/*文字不能被选中*/
    -moz-user-select: none;
    -webkit-user-select: none;
    text-decoration: underline;
}

.tab-select{
    background-color: #206bd1;
    color: #ffffff !important;

}

.product .title{
    height: 50px;
}
.product-b .tab-title a{
    width: 330px;
    text-align: center;
}

.product-c .tab-title a
{
    width: 200px;
    text-align: center;
}

.tab-title .tab0{
    width: 50px !important;
}

.goods{width: 100%;}
.goods-list{width: 100%; margin-top: 150px; display: flex; display: -webkit-flex; flex-wrap: wrap; justify-content: space-between;}
.goods-list .item{width: 30%;}
.goods-list .item .icon{
    text-align: center;
    width: 100%;
    height: 258px;
    border: 1px solid #a2a2a2;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.goods-list .item .icon .cover{
    width: 100%;
    height: 100%;
    background-color: #0f51b2;
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.goods-list .item .icon .cover>a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.goods-list .item .icon .cover>a .btn-view{
    width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -85px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    display: none;
}
.goods-list .item .name{
    height: 40px;
    font-size: 14px;
    padding: 20px;
    text-align: center;
}

.download{
    width: 100%;
    height: 380px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 100px;
}
.download .item{
    width: 40%;
    height: 100%;
    background-color: #f1f1f1;
    position: relative;
}
.download .item a{
    width: 126px;
    height: 126px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -63px;
    margin-left: -63px;
}
.download .d1{
    background: url("../images/Product-d1.png") no-repeat center;
    background-size: contain;
}
.download .d2{
    background: url("../images/Product-d2.png") no-repeat center;
    background-size: contain;

}

.p-list{
    margin-bottom: 40px;
}

.transmitters .item:nth-child(even),
.repeaters .item:nth-child(even),
.exciter .item:nth-child(even),
.signal-processing .item:nth-child(even),
.rf-components .item:nth-child(even),
.test-components .item:nth-child(even){
    background-color: #f1f1f1;
}

.p-list .content{
    width: 100%;
}
.p-list .content .item{
    width: 100%;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;

}
.p-list .content .item .box{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.p-list .content .info .btn-product{
    margin-top: 20px;
}

.p-list .content .photo{
    width: 20%;
    height: 100%;
    text-align: center;
}
.p-list .content .photo img{

}
.p-list .content .info{
    width: 78%;
    margin-left: 2%;
}
.p-list .content .info .name{
    color: #206bd1;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 2px solid #206bd1;
    position: relative;
}
.p-list .content .info .name::before{
    content: '';
    position: absolute;
    left: 0;
    width: 150px;
    height: 100%;
    border-bottom: 7px solid #206bd1;
}
.p-list .content .info .type{
    font-size: 16px;
    color: #206bd1;
    margin-top: 10px;
}

.p-list .content .info .blurb{
    font-size: 16px;
    margin-top: 20px;
}

.p-list .content .info .btn-see,
.p-list .content .info .btn-eject{
    display: block;
    font-size: 16px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background-color: #206bd1;
    color: white;
    text-align: center;
    float: left;
    margin-right: 20px;
}
.p-list .content .info .btn-eject{
    width: 200px;
}



.layer-bg{
    width: 100%;
    height: 100%;
    background-color: #666666;
    position: absolute;
    top: 0;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.3s, opacity 0.3s 0s;
}
.layer{
    width: 60%;
    height: 500px;
    position: fixed;
    left: 20%;
    top: 50%;
    margin-top: -250px;
    background-color: #ffffff;
    z-index: 1100;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.3s, opacity 0.3s 0s;
}
.is-visible-bg{
    visibility: visible;
    opacity: 0.8;
    -webkit-transition: visibility 0s 0s, opacity 0.3s 0s;
    -moz-transition: visibility 0s 0s, opacity 0.3s 0s;
    transition: visibility 0s 0s, opacity 0.3s 0s;
}
.is-visible{
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s 0s, opacity 0.3s 0s;
    -moz-transition: visibility 0s 0s, opacity 0.3s 0s;
    transition: visibility 0s 0s, opacity 0.3s 0s;
}

.layer .head{
    width: 100%;
    height: 40px;
    background-color: #206bd1;
    position: relative;
}
.layer .head .title{
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 18px;
    margin-left: 30px;
}
.layer .head .btn-close{
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    right: 15px;
    top: 7.5px;
    background: url("../images/btn-close2.png") no-repeat center;
    background-size: contain;
    cursor: pointer;
}

.layer .content input{
    width: 70%;
    height: 30px;
    border: 1px solid #adadad;
    margin-top: 10px;
    border-radius: 2px;
    margin-left: 30px;
    text-indent: 5px;
}
.layer .content textarea{
    width: 90%;
    height: 200px;
    margin-top: 10px;
    border: 1px solid #adadad;
    border-radius: 2px;
    margin-left: 30px;
    text-indent: 5px;
}

.layer .foot .btn-submit{
    width: 150px;
    height: 40px;
    background-color: #206bd1;
    color: #ffffff;
    font-size: 16px;
    margin-top: 20px;
    margin-left: 30px;
    border-radius: 2px;
}
@media screen and (max-width: 1184px){
    .goods-list .item .icon{
        height: 200px;
    }
    .goods-list{
        margin-top: 100px;
    }
}
@media screen and (max-width: 970px) {

}
@media screen and (max-width: 900px) {
    .download{
        height: 280px;
    }
    .download .item a{
        width: 90px;
        height: 90px;
        margin-left: -45px;
        margin-top: -45px;
    }
}
@media screen and (max-width: 750px) {
    .tab-title{
        justify-content: space-between;
    }
    .tab-title a{
        width: 23%;
        font-size: 14px;
        height: 32px;
        line-height: 32px;
        overflow: hidden;  /*溢出隐藏*/
        text-overflow: ellipsis; /*以省略号...显示*/
        white-space: nowrap;  /*强制不换行*/
        margin: 5px 1% 0 1%;
    }

    .tab-title .tab0{
        display: none;
    }

    .product-b .tab-title a{
        width: 42%;
    }

    .product-c .tab-title a{
        width: 25%;
    }

    .goods-list .item{
        width: 45%;
        margin: auto;
    }
    .goods-list{
        margin-top: 50px;
    }
    .download{
        height: 250px;
    }
    .download .item a{
        width: 90px;
        height: 90px;
        margin-left: -45px;
        margin-top: -45px;
    }

    .layer{
        width: 90%;
        left: 5%;
    }
    .layer .content input,.layer .content textarea,.layer .foot .btn-submit{
        margin-left: 10px;
    }
}
@media screen and (max-width: 600px){
    .download{
        height: 200px;
    }
}
@media screen and (max-width: 500px) {
    .goods-list .item{
        width: 100%;
    }
    .download{
        height: 150px;
    }
}
@media screen and (max-width: 415px) {
    .p-list .content .photo{
        width: 70%;
    }
    .p-list .content .info{
        width: 90%;
        margin-top: 30px;
        margin-left: 0;
    }
    .p-list .content .info .name{
        font-size: 16px;
    }
    .p-list .content .info .name::before{
        width: 70px;
    }
    .p-list .content .info .btn-see{
        margin-top: 20px;
    }
    .p-list .content .info .btn-eject{
        margin-top: 20px;
    }
}

@media screen and (max-width: 375px) {
    .download{
        margin-top: 70px;
    }
}
@media screen and (max-width: 320px) {
    .tab-title a{
        font-size: 14px;
    }
    .product-b .tab-title a{
        width: 100%;
    }
    .product-c .tab-title a{
        width: 24%;
    }
    .download{
        margin-top: 50px;
    }
    .p-list .content .info .btn-eject{
        margin-top: 10px;
    }
}