.pdt_70 {
    padding-top: 70px;
}

.mg_t50{
    margin-top: .5rem;
}

body, section {
    background-color: #fff;
}

/*论坛技术支持代码*/
.forum {
    font-size: 15px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}


.forum a {
    display: inline-block;
    color: #f08519;
    padding: 2px 10px;
    border: 1px solid #f08519;
    border-radius: 5px;
    margin-left: 10px;
}

.forum a img {
    animation: movedu 2s linear infinite;
}

.forum a img:last-child {
    display: none;
}

.forum a:hover {
    border-color: #0a4296;
    color: #0a4296;
}

.forum a:hover img:first-child {
    display: none;
}

.forum a:hover img:last-child {
    display: inline-block;
}


@keyframes movedu {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(1px);
    }

    50% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(-1px);
    }

    100% {
        transform: translateY(0);
    }
}


/*粘性导航样式*/
.et-hero-tabs{
    align-items: center;
    position: relative;
    text-align: center;
}

.et-slide {
    position: relative;
}

.et-hero-tabs {
    /*z-index: 12;*/
}



.et-hero-box {
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 0px;
}

.et-slide {
    /*min-height: 100vh;*/
}

.et-hero-tabs h1,
.et-slide h1 {
    font-size: 2rem;
    margin: 0;
}

.et-hero-tabs h3,
.et-slide h3 {
    font-size: 1rem;
    letter-spacing: 0.3rem;
    opacity: 0.6;
}


.et-hero-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    color: #333;
    letter-spacing: 0.08rem;
    transition: all 0.5s ease;
    font-size: 16px;
    max-width: 120px;
}

.et-hero-tab:hover {
    color: white;
    background: rgba(102, 177, 241, 0.8);
    transition: all 0.5s ease;
}

.et-hero-tab:active,.et-hero-tab:focus{
    color: #11181f;
    text-decoration: none;
}

.et-hero-tab-slider {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 6px;
    background: #66B1F1;
    transition: left 0.3s ease;
}

@media (min-width: 800px) {
    .et-hero-tabs h1,
    .et-slide h1 {
        font-size: 3rem;
    }

    .et-hero-tabs h3,
    .et-slide h3 {
        font-size: 1rem;
    }

    .et-hero-tab {
        /*font-size: 1rem;*/
    }
}

/*响应式粘性导航*/
.et-hero-tabs-container{
    display: none;
    padding-left: 30px;
}

.et-hero-tabs-container.menu{
    display: none;
    background-color: transparent;
    box-shadow: none;
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 5;
    bottom: auto;
    height: auto;
    width: auto;
}

.et-hero-tabs-container .title{
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #333;
    cursor: pointer;
}

.et-hero-tabs-container.menu.ashow{
    display: block;
}

.et-hero-tabs-container.menu a{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #2659b3;
    margin-bottom: 15px;
    position: relative;
    display: block;
    color: #333;
}

.et-hero-tabs-container.menu a:hover{
    color: #333;
}

.et-hero-tabs-container.menu li span{
    display: none;
    white-space: nowrap;
    padding: 5px 7px;
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: -11px;
    background-color: #fff;
    border-radius: 5px;
}

.et-hero-tabs-container.menu li.active a{
    background-color: #F08519;
}

.et-hero-tabs-container.menu li.active span{
    display: block;
}



.et-hero-tabs-container .hero-menu-list{

}

.et-hero-tabs-container .menu-btn{

}



.left {
    float: left !important;
}

.right {
    float: right !important;
}


/*内容*/
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


/*产品简介*/
.product-body .crumbs-content-link{
    padding-top: 30px;
}

.product-info{
    padding-left: 15px;
    padding-right: 15px;
}

.product-synopsis .img-box {
    width: 450px;
    max-width: 100%;
    margin: 0 auto;

}


.product-synopsis .img-big, .product-synopsis .img-small li {
    background-color: #ffffff;
}

.product-synopsis .img-small li img{
    border: #eee solid 1px;
}


.product-synopsis .img-big, .product-synopsis .img-small li.active {
    box-shadow: 0 0 10px rgb(210 210 210);
}

.product-synopsis .img-small li:hover {
    cursor: pointer;
}

.product-synopsis .img-big {
    margin-bottom: 15px;
}

.product-synopsis .img-big img {
    display: none;
}

.product-synopsis .img-big img.active {
    display: block;
}

.product-synopsis .img-small {
    display: flex;
    justify-content: space-between;
}

.product-synopsis .img-small li {
    width: 22%;
    transition: .2s all;
}

.product-synopsis .img-small li.active {
    box-shadow: 0 0 10px rgb(208 202 202);
    cursor: pointer;
}

.product-synopsis .img-small li:hover {
    cursor: pointer;
}

.product-synopsis .text-info {
    font-size: 8px;
    line-height: 28px;
    text-align: left;
    color: #666666;
    padding-left: 0;
    box-sizing: border-box;
    padding-top: 30px;
    box-sizing: border-box;
}

.product-synopsis .text-info  a{
    color: inherit;
}

.product-synopsis .text-info h1 {
    margin: 0;
    color: #0a4296;
    letter-spacing: 1px;
    font-size: clamp(18px, .36rem, 36px);
    font-family: 'SourceHanSansCN-Heavy';
}

.product-synopsis .text-info h2 {
    font-size: clamp(16px, .26rem, 26px);
    color: #333;
    margin: 5px 0 10px;
    letter-spacing: 1px;
    font-family: "SourceHanSansCN-Medium";
}

.product-synopsis .detail-lsit {
    margin-bottom: 15px;
    color: #666666;
    font-size: inherit;
}

.product-synopsis .detail-lsit span {
    color: #f08519;
}

.product-synopsis .text-info .btn-group {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.text-info .text-bot {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: .3rem;
    line-height: 1.2;
    color: #f08519;
}



/*one*/
#tab-one {
    padding-top: 0;
    margin-top: 0;
}


#tab-one .banner {
    height: 200px;
    box-sizing: border-box;
    text-align: center;
    padding: 0 15px;
    background: url("/public/static/modules/cms/css/../images/banner_bg.jpg") no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

#tab-one .banner-title {
    margin: 0 auto;
    margin-bottom: 2px;
    color: #fffffc;
    font-size: clamp(24px,.48rem,48px);
    padding-bottom: 10px;
    background: url("/public/static/modules/cms/css/../images/first_banner_bot_bg.png") no-repeat bottom;
    background-size: 100%;
}

#tab-one .banner-top{
    margin-bottom: 20px;
    text-align: center;
}


#tab-one .video-box {
    position: relative;
}

#tab-one .video-bg {
    width: 100%;
    height: 100%;
    display: block;
}

.video-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.video-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .4);
    display: none;
    z-index: 999;
}

.video-wrap .video-contain {
    position: relative;
    width: 70%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-wrap .video-close{
    font-size: 50px;
    position: absolute;
    right: 0;
    color: #002063;
    opacity: 0.8;
    transform: translateY(-100%);
    cursor: pointer;
    z-index: 999;
}

.video-wrap .video-contain video{
    display: block;
    width: 100%;
    margin: 0 auto;
}

.video-box-btn {
    z-index: 6;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    cursor: pointer;
}

.box-button {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 10px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
}

.box-button svg {
    fill: #fff;
    width: 100%;
    height: 100%;
}



.chip {
    min-height: 8rem;
    box-sizing: border-box;
    text-align: center;
    background: url("/public/static/modules/cms/css/../images/JX8MPQ/chip_bg.jpg") no-repeat center;
    background-size: cover;
}


/*核心板、开发板框架图样式*/
.indicia{
    padding: 0 20px;
    position: relative;
}


.indicia-swiper{
    overflow: hidden;
    padding-bottom: 5px;
}
/*end*/

.i-title,.module-default h2 {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0;
    color: #333333;
    margin-bottom: 12px;
    word-wrap:break-word;
    text-align: center;
}

.o-title,.module-default h5 {
    color: #666666;
    line-height: 1.6;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

.i-detail {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}

.indicia{
    padding: 0 20px;
    position: relative;
}



.guarantee .img-box,.case .img-box,.indicia .img-box{
    margin-top: 20px;
    text-align: center;
}

/*核心板标注图、框架图*/
#tab-one .core-indicia .i-title {
    color: #000000;
}

#tab-one .core-indicia .i-detail {
    color: #333;
    margin-bottom: 50px;
}



.img-box .bor {
    height: 0;
    padding-bottom: 66.66%;
    border: solid 1px #0a4296;
    position: relative;
    display: flex;
    align-items: center;
    /*padding: 1px;*/
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    /*padding: 40px 0;*/
}

.img-box .bor>div{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-box .bor img{
    max-height: 100%;
}

.bor img:hover {
    cursor: pointer;
}

img.zoomify.zoomed{
    background-color: #fff;
}

.img-box .img-text {
    margin-top: 24px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #000000;
    opacity: 0.7;
}

.img-big {
    position: relative;
    text-align: center;
}

.img-big .magnifier, .bor .magnifier {
    position: absolute;
    bottom: 10px;
    right: 20px;
    display: block !important;
}

/*保证*/

.guarantee {
    background-color: #e0ecfb;
    text-align: center;
}

.guarantee .i-title {
    color: #000000;
}

#tab-one .guarantee .tab-box {
    margin-top: 30px;
}

.guarantee-test .swiper-pagination{
    bottom: 5px;
}

.certificate-box {
    position: relative;
}

.certificate-box .swiper{
    padding-bottom: 30px;
}

.certificate-box .swiper-slide{
    width: 200px;
}
.certificate-box .swiper-pagination{
    bottom: 0;
}

/*tab鼠标移入切换样式*/
.nav-tabs-hover {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.nav-tabs-hover li {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    background-color: #265398;
    font-size: 16px;
    color: #fff;
    transition: .3s all;
}
.nav-tabs-hover li:hover {
    cursor: pointer;
}
.nav-tabs-hover li.active {
    background-color: #f08519;
}
.nav-tabs-hover li:first-child {
    margin-right: 20px;
}
.tab-box .tab-content li {
    display: none;
}
.tab-box .tab-content li.active {
    display: block;
}
/*end*/





/*性能稳定 品质可靠*/
.quality {
    text-align: center;
    background: url("http://myir-tech.com/product/JX8MPQ/quality_bg.jpg") no-repeat center;
}

/*开发资源*/
.resources {

    background: #e0ecfb;
}

.resources .i-title {
    letter-spacing: 2px;
    color: #000000;
    font-weight: normal;
}

.resources-imgs {
    text-align: center;
}

/*应用范围*/


.case .i-title {
    color: #000000;
}

.case .swiper-pagination{
    bottom: 5px;
}

.case .img-box .swiper-wrapper>div:last-child img{
    margin-bottom: 0;
}


/*two开发板标注*/
#tab-two {
    padding-top: 0;
}

.development{
    background-size: cover;
}

.img-left{
    margin-bottom: 50px;
}

/*规格参数*/
.i-btn-group {
    margin-top: 20px;
    text-align: left;
}

.i-btn-group a.active {
    border-bottom: 1px solid #f08519;
}



.i-btn-group a:first-child {
}

.i-btn-group a {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    padding-bottom: 4px;
    display: inline-block;
}

.tab-list-box{
    margin: .4rem 0 0;
}

.tab-list-box table,.tab-style table{
    width: 100%;
}

.tab-list-box .tab-tip{
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

.tab-list-box .tab-tip i{
    color: #f08519;
}

.i-btn-group a{
    margin-right: 5px;
}


/*购买链接*/
.i-btn-group a.p-btn{
    height: 100px;
    width: 100%;
    line-height: 100px;
    font-size: 36px;
    letter-spacing: 13px;
    margin-bottom: 20px;
}

.i-btn-group>div:last-child a.p-btn{
    margin-bottom: 0;
}

.buy .i-btn-group{
    padding-left: 0;
    margin-top: 30px;
}

.i-btn-group a.p-btn{
    display: inline-block;
    transition: all .3s;
    color: #fff;
    border-radius: 2px;
    box-shadow: 0px 2px 5px #da9249;
    background-color: #f08519;
    text-align: center;
    text-decoration: none;
}

.p-btn:hover, p-btn-b:hover {
    cursor: pointer;
    opacity: .7;
}

/*产品相关新闻*/
.news ul{
    padding-left: 15px;
}

.news ul li{
    font-size: 14px;
    color: #666;
    font-family: "SourceHanSansCN-Regular";
    margin-bottom: 12px;
    list-style-type: disc;
    transition: .3s all;
}

.news ul li:hover{
    color: #0a4296;
}

/* 其他产品推荐 */
.related-product{
    margin-top: .5rem;
}

.related-product .title{
    color: #000;
}

.related-product a{
    display: block;
    border: 1px solid #e3e3e3;
    padding: 10px 10px;
    height: 100%;
}

.related-list{
    display: flex;
    flex-wrap: wrap;
}

.related-box{
    text-align: left;
    transition: .3s all;
    margin-top: .2rem;
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
}

.related-box:nth-of-type(2n){
    margin-right: 0;
}



.relevant-img{
    text-align: center;
    margin-bottom: 15px;
}

.related-box:hover{
    transform: translateY(-5px);
}

.related-box img{
    max-width: 80%;
}

.related-box .relevant-core{
    color: #8d8d8d;
    margin-top: 5px;
    line-height: 1.2;
}


.et-main{
    padding-bottom: 1rem;
}



/*后面的公用样式*/
.tab-title {
    color: #000;
    letter-spacing: 2px;
    font-size: 24px;
    font-weight: normal;
    padding-left: 24px;
    margin-bottom: 12px;
    position: relative;
    text-align: left;
}

.tab-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #f08519;
}

.tab-title-text {
    color: #888;
    font-size: clamp(14px,.18rem,18px);
    font-weight: normal;
    line-height: 1.3;
    padding-left: 24px;
    margin-bottom: .3rem;
    text-align: left;
}

/*表格样式*/
.tab-list,.tab-style{
    font-size: 12px;
}

table {
    background: white;
    border-spacing: 0;
    border-collapse: collapse;
    border: none;
}

table a{
    color: #2555a4;
    text-decoration: underline;
}


table th{
    background: #56a2cf;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 12px;
    text-align: left;
}

table th, table td{
    padding: .1rem .12rem;
}

table tr, table th, table td{
    border: none;
    border-bottom: 1px solid #e4ebeb;
}

table tr:nth-of-type(2n+2) td {
    background: #ffffff;
}

table tr td {
    background: #eaf3f5;
    color: #999999;
}

table.no-bg tr td{
    background-color: #ffffff;
    border: 1px solid #eaf3f5;
}

#tab-three{
}

.tab-style {
    overflow-x: auto;
}

.post .img:hover{
    cursor: pointer;
}

/*规定样式*/
.module-h-deafult{
    min-height: 8.4rem;
}




/*通用模版*/
.module-default{
    padding: .5rem 0;
    background:no-repeat center;
    background-size: cover;
}

.module-default h2{
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 12px;
}

.module-default h5{
    margin-bottom: .5rem;
    color: #888;
    letter-spacing: 0px;
    line-height: 1.5;
    font-size: 18px;
    font-weight: normal;
}
.module-default img{
    text-align: center;
}


@media (min-width: 576px){

    #tab-one .banner{
        height: 3.3rem;
    }

    /*字体大小响应式*/


    .product-synopsis .text-info{
        font-size: 12px;
    }

    .tab-list-box .tab-tip{
        display: none;
    }

    .et-hero-box{
        padding-top: 30px;
    }


}

@media (min-width: 768px) {

    .product-info {
        padding-bottom: .5rem;
        display: flex;
        justify-content: center;
    }

    .product-info .img-box{
        width: 4.5rem;
        margin: 0;
    }

    .et-hero-tabs-container.menu{
        display: none;
    }

    .et-hero-tabs-container{
        display: flex;
    }

    .et-hero-tabs{
        padding-bottom: 70px;
    }

    .et-hero-tabs-container.menu.ashow{
        display: none;
    }

    .product-synopsis .text-info {
        padding-bottom: 0;
        padding-top: .2rem;
        padding-left: .3rem;
    }

    .indicia-swiper-button,.certificate-swiper-button{
        display: block;
    }

    #tab-one .banner-title br{
        display: none;
    }



    .tab-style{
        font-size: 14px;
    }

    table th, table td{
        padding: .1rem .12rem;
    }


    /*字体大小响应式*/
    #tab-one .banner-title {
        /* font-size: 36px; */
    }


    .case .img-box .swiper-wrapper>div:last-child img{
        margin-bottom: 0;
    }



    .indicia{
        padding: 0 50px;
    }

    .nav-tabs-hover li:first-child {
        margin-right: 50px;
    }

    .nav-tabs-hover li{
        height:50px;
        line-height: 50px;
        font-size: 20px;
        padding: 0 30px;
    }

    .certificate-box {
        padding: 0 70px;
    }



    .product-synopsis .text-info h2{
        /* font-size: 22px; */
    }


    .tab-title-text{
        font-size: 14px;
    }

    .tab-title{
        font-size: 28px;
    }

    .i-title,.module-default h2{
        font-size: 28px;
    }

    .o-title,.module-default h5{
        font-size: 15px;
    }

    /*    技术论坛*/
    .forum{
        margin-bottom: 0;
        margin-left: .35rem;
        margin-top: .2rem;
    }

    .related-product a{
        padding: 20px;
    }

}

@media (min-width: 992px) {
    .et-hero-tabs-container--top {
        top: 1rem;
    }

    .product-info .img-box{
        width: 4.5rem;
    }

    .product-synopsis .text-info{

    }

    .product-info{
        justify-content: center;
    }


    .product-synopsis .text-info h2{
        /* font-size: 28px; */
    }

    .text-info .text-bot{
        margin-top: .3rem;
    }




    .i-title,.module-default h2{
        font-size: 32px;
    }

    .o-title,.module-default h5{
        font-size: 16px;
    }


    .development .img-left{
        margin-bottom: 0;
    }

    .tab-list-box .tab-tip{
        display: none;
    }

    .et-hero-tabs-container{
        padding: 0 75px;
    }

    .related-box{
        width: calc((100% - 30px) / 3);
    }

    .related-box:nth-of-type(2n){
        margin-right: 15px;
    }

    .related-box:nth-of-type(3n){
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .container{
        width: 800px;
    }

    .product-synopsis .container{
        width: 950px;
    }

    .product-info{
        padding: 0;
    }

    /*text-info*/
    /*字体大小响应式*/
    .product-synopsis .text-info {
        flex: 1;
        padding-top: .2rem;
    }



    .product-synopsis .text-info h2{
        margin: .15rem 0 .3rem;
    }

    .product-info .img-box{
        margin: 0;
    }

    .product-synopsis .text-info{
        margin: 0;
    }


    /*字体大小响应式*/
    #tab-one .banner-title {
        /* font-size: 48px; */
    }
    .product-synopsis .text-info h1{
        font-size: .36rem;
    }

    .text-info .text-bot{
        margin-top: .5rem;
    }




    .i-title,.module-default h2{
        font-size: clamp(18px,.36rem,36px);
        margin-bottom: 20px;
    }

    .o-title,.module-default h5{
        font-size: clamp(16px,.18rem,18px);
    }

    .tab-style{
        font-size: 12px;
    }

    .tab-title-text{
        font-size: clamp(16px,.18rem,18px);
    }

    .i-btn-group a{
        font-size: clamp(14px,.16rem,16px);
    }

    .tab-title{
        font-size: clamp(18px,.36rem,36px);
    }

    .related-box{
        width: calc((100% - 45px)/4);
    }

    .related-box:nth-of-type(3n){
        margin-right: 15px;
    }

    .related-box:nth-of-type(4n){
        margin-right: 0;
    }
}


@media (min-width: 1400px){

    .container{
        width: 1170px;
    }

    .product-synopsis .container{
        width: 1370px;
    }

    .product-synopsis .text-info{
        max-width: 800px;
        padding-left: .4rem;
        padding-top: .2rem;
    }

    .tab-style{
        font-size: 16px;
    }
}

@media (min-width: 1500px){
    .product-synopsis .text-info{
        max-width: 1000px;
    }
}




@media (max-width: 1200px) {
    .big_img .swiper-button{
        display: none;
    }
}

@media (max-device-width: 768px) {
    .big_img .swiper-pagination {font-size: 40px}
}