* {
    padding: 0;
    margin: 0
}
#mark {
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 98;
    display: none;
    overflow: hidden;
    outline: 0;
    padding-top: 0;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
.videoPlayDiv {
    display: none;
    width: 64.7916vw;
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    background: #000;
}
/* .videoPlayDiv.shu{
    height: 90vh;
    background: #000;
} */
.videoPlayDiv .videoPlayInfo {
    background: #000;
    padding: 1.302083vw 1.510416vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    top: -78px;
    width: 100%;
}
.videoPlayDiv .videoPlayInfo .videoPlayTitle {
    color: #fff;
    font-size: 1.14583vw;
}
.videoPlayDiv .videoPlayInfo .closeVideo {
    width: 1.4583vw;
    cursor: pointer;
    z-index: 2;
}
.videoPlayDiv .videoPlayInfo .closeVideo img {
    width: 100%;
}
.videoPlayDiv video {
    width: 100%;
    height: 60vh;
}
.yincangMax{
    opacity:0;
    line-height: 1px;
    font-size: 1px;
}
.pageDiv{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 18px;
}
.pageDiv .pager{
    display: flex;
    align-items: center;
}
.pageDiv .pager .prevBtn{
    padding: 9px 16px;
    border: 1px solid #EBEBEB;
    color: #8B8B8B;
    font-size: 12px;
    line-height: 22px;
    cursor: pointer;
}
.pageDiv .pager .nextBtn{
    padding: 9px 16px;
    border: 1px solid #EBEBEB;
    color: #8B8B8B;
    font-size: 12px;
    line-height: 22px;
    cursor: pointer;
}
.pageDiv .pager .pagerDivNum{
    display: flex;
    margin: 0;
}
.pageDiv .pager .pagerDivNum li{
    padding: 9px 16px;
    border: 1px solid #EBEBEB;
    color: #5b5b5b;
    font-size: 12px;
    line-height: 22px;
    margin: 0;
    cursor: pointer;
}
.pageDiv .pager .pagerDivNum li.cur{
    background: #EEF8FC;
}
html {
    font-size: 10px
}

.main-center {
    max-width: 1110px;
    margin: 0 auto
}


.ant-input-group-addon {
    background-color: transparent !important
}

.pc {
    display: block
}

.mb {
    display: none
}

.flex-block {
    display: flex
}

.DownloadIcon {
    width: 20px
}
.VideoplayIcon {
    width: 20px
}

.ant-modal-header {
    display: none
}

li,
ul {
    list-style: none
}

@media screen and (max-width:768px) {
    .pc {
        display: none !important
    }

    .mb {
        display: block !important
    }
    .pageDiv {
        justify-content: center;
    }
    .pageDiv .pager .prevBtn{
        padding: 9px 12px;
        line-height: 1.5;
    }
    .pageDiv .pager .nextBtn{
        padding: 9px 12px;
        line-height: 1.5;
    }
    .pageDiv .pager .pagerDivNum li{
        padding: 9px 12px;
        line-height: 1.5;
    }
    .videoPlayDiv {
        width: 100%;
        top:50%;
    }
    .videoPlayDiv .videoPlayInfo {
        padding: 16px;
        position: static;
    }
    .videoPlayDiv .videoPlayInfo .videoPlayTitle {
        font-size: 14px;
    }
    .videoPlayDiv .videoPlayInfo .closeVideo {
        width: 14px;
    }
    .videoPlayDiv .videoPlayInfo .closeVideo img {
        width: 100%;
    }
    .videoPlayDiv video {
        width: 100%;
        height: auto;
    }
}

.DownloadList ul li {
    display: flex;
    width: 100%;
    background-color: #EEF8FC;
    padding: 14px 20px;
}
.DownloadList ul li:nth-child(odd) {
    background-color: #f8fcfd;
}

.DownloadList ul li span {
    display: none
}

.DownloadList ul li>div>div {
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    font-size: 16px;
    color: #383838
}

.DownloadList ul li .fileName {
    margin-right: 30px;
    margin-left: 0;
    line-height: 24px;
    text-align: justify
}

.DownloadList ul li .fileSize {
    margin-right: 0;
    margin-left: auto;
    white-space: nowrap;
    min-width: 100px;
    text-align: right;
}

.DownloadList ul li .fileUpDate {
    margin-left: 50px;
    margin-right: 0;
    white-space: nowrap;
    min-width: 100px;
    text-align: right;
}
.DownloadList ul li .fileDownLoad {
    font-size: 0;
    margin-right: 0;
    margin-left: 50px;
    cursor: pointer;
    min-width: 20px;
    margin-top: auto;
    margin-bottom: auto;
}
.DownloadList ul li .videoPlay {
    font-size: 0;
    margin-right: 0;
    margin-left: 50px;
    cursor: pointer;
    min-width: 20px;
    margin-top: auto;
    margin-bottom: auto;
}

.DownloadList ul li .flex-block {
    width: 100%
}

.DownloadList ul li.Title {
    background-color: #fff
}

.ant-modal-body h3 {
    line-height: 30px;
    font-size: 20px;
    display: flex
}

.ant-modal-body h3 img {
    vertical-align: sub;
    margin: auto 0
}

.ant-modal-body h3 .DownloadIcon {
    vertical-align: sub;
    margin-right: 20px
}
.ant-modal-body h3 .VideoplayIcon {
    vertical-align: sub;
    margin-right: 20px
}

.ant-modal-body h3 .Close {
    width: 20px;
    margin-right: 0;
    margin-left: auto
}

.ant-modal-body .TextMain {
    height: 375px;
    overflow: auto;
    background: #f7f7f7;
    padding: 20px 30px;
    text-align: justify
}

.ant-modal-body .TextMain p {
    font-weight: 700
}

.DownloadCheckbox {
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    font-weight: 700
}

.DownloadFile {
    text-align: center;
    font-size: 16px;
    margin-top: 5px
}

.DownloadFile .ant-btn {
    height: auto;
    padding: 7px 20px;
    font-size: 16px;
    border-radius: 5px
}

@media screen and (max-width:768px) {
    .DownloadList ul li .flex-block {
        display: block
    }

    .home .NewUpData .main-center {
        display: block !important
    }

    .DownloadList ul li .fileUpDate {
        margin-left: 0;
        font-size: 12px;
        text-align: left;
    }

    .DownloadList ul li span {
        line-height: 20px;
        display: inline
    }

    .DownloadList ul li .fileSize {
        font-size: 12px;
        text-align: left;
    }

    .DownloadList ul li .fileName {
        font-size: 16px
    }

    .DownloadList ul li span.mb {
        display: inline;
        font-size: 12px
    }

    .DownloadList ul li .fileDownLoad {
        margin: auto 0
    }
    .DownloadList ul li .videoPlay {
        margin: auto 0
    }
}

.home .banner {
    text-align: center;
    background-image: url(../images/home-banner.jpg);
    background-size: cover;
    background-position: 50%;
    padding: 40px 0
}

.home .banner h2 {
    font-size: 30px;
    color: #fff
}

.home .banner p {
    font-size: 16px;
    color: #fff
}

.home h3 {
    font-size: 20px;
    margin-top: 30px
}

.home h3,
.home h4 {
    text-align: center;
    font-weight: 400
}

.home h4 {
    font-size: 14px;
    color: #8b8b8b
}

.home .MainSearch {
    width: 700px;
    margin: 20px auto;
    position: relative
}

.home .MainSearch .searchList {
    position: absolute;
    width: 100%;
    top: 100%;
    box-shadow: 0 0 4px 0 hsla(0, 0%, 80.4%, .5);
    padding: 5px;
    background-color: #fff;
    max-height: 300px;
    overflow: auto
}

.home .MainSearch .searchList li {
    padding: 5px 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}
.home .MainSearch .searchList li a{
    padding: 5px 10px;
    color:#000;
    display: block;
}
.home .MainSearch .searchList li:hover a{
    color: #fff
}
.home .MainSearch .searchList li.ActiveS,
.home .MainSearch .searchList li:hover {
    background-color: #88b6ff;
    color: #fff
}

.home .MainSearch .ant-input-search-button {
    border-radius: 0 5px 5px 0
}

.home .MainSearch .ant-input {
    line-height: 50px;
    border-color: #88b6ff;
    border-radius: 5px 0 0 5px
}

.home .MainSearch .ant-input:hover {
    border-color: #88b6ff;
    border-right: none
}

.home .MainSearch .ant-input:focus {
    box-shadow: none;
    border-right: none !important
}

.home .MainSearch .ant-input-search-button {
    height: 60px;
    width: 60px;
    pointer-events: none
}

.home .MainSearch .ant-input-search-button,
.home .MainSearch .ant-input-search-button:hover {
    border-left: none !important;
    border-color: #88b6ff
}

.home .MainSearch .ant-input-search-button:focus {
    box-shadow: none
}

.home .MainSearch .ant-input-search-button .anticon-search {
    font-size: 30px;
    color: #0465cb
}

.home .ProductBg {
    background-color: #f1f1f1;
    background-image: url(data:image/jpeg;base64,/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwMBAQEBAQEBAgEBAgICAQICAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDA//dAAQAAf/uAA5BZG9iZQBkwAAAAAH/wAARCAABAAEDABEAAREBAhEB/8QASgABAAAAAAAAAAAAAAAAAAAACgEBAAAAAAAAAAAAAAAAAAAAABABAAAAAAAAAAAAAAAAAAAAABEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAAABEQIRAD8AfwD/2Q==);
    background-size: 100% 150px;
    background-position: top;
    background-repeat-y: no-repeat;
    padding-bottom: 30px;
    margin-top: 20px
}

.home .Product {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
}

.home .Product .ProductSelect {
    margin: 0 10px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 2px 4px 0 hsla(0, 0%, 80.4%, .5)
}

.home .Product .ProductSelect h3 {
    font-size: 16px;
    text-align: left;
    margin: 0;
    font-weight: 700;
    margin-bottom: 25px
}

.home .Product .ProductSelect .Close {
    width: 15px;
    margin-right: 20px
}

.home .Product .ProductSelect span {
    vertical-align: middle
}

.home .Product .ProductSelect .ProductInput {
    width: 200px;
    margin-right: 30px
}

.home .Product .ProductSelect .ProductInput .ant-select-selector {
    height: auto;
    padding: 4px 11px;
    border-color: #88b6ff
}

.home .Product .ProductSelect .ant-btn {
    height: 40px;
    padding: 7px 15px;
    vertical-align: top;
    background: #008ae3;
    border-radius: 5px
}

.home .Product .ProductType {
    width: calc(33.3333% - 24px);
    cursor: pointer;
    display: inline-block;
    box-shadow: 0 2px 4px 0 hsla(0, 0%, 80.4%, .5);
    padding: 10px;
    text-align: center;
    margin: 10px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 2px;
}
.home .Product .ProductType:hover {
    border: 2px solid #9CB9FF;
}

.home .Product .ProductType h5 {
    font-size: 16px;
    color: #2d2d2d
}

.home .Product .ProductType p {
    font-size: 12px;
    color: #929292;
    width: 80%;
    margin: 0 auto
}

.home .Product .ProductType img {
    width: 70%
}

.home .NewUpData {
    padding-bottom: 50px
}

.home .NewUpData .main-center {
    display: flex;
    flex-wrap: wrap;
}

.home .NewUpData .HomeDownload {
    width: 100%;
}

.home .NewUpData .HomeDownload h3 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px
}

.home .NewUpData .RoHs {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}
.home .NewUpData .RoHs a {
    display: block;
    border-right: 1px solid #797979;
    padding: 0 35px;
}
.home .NewUpData .RoHs a:last-child{
    border-right:0
}
.home .NewUpData .RoHs img {
    /* margin-top: 13px; */
    /* width: 150px; */
}

.home .mbSelect {
    display: none
}
.home .DownloadList ul li{
    display: flex;
    width: 100%;
    padding: 20px 18px;
    box-shadow: 0px 0px 4px 0px rgba(185, 185, 185, 0.5);
    border-radius: 9px;
    background: #FFFFFF;
    margin-bottom: 7px;
}
.home .DownloadList ul li .fileName {
    flex:1;
}
.home .DownloadList ul li .fileType {
    margin-right: 50px;
    white-space: nowrap;
    background: #E0F1FB;
    border-radius: 13px;
    color: #239AD5;
    background:#E0F1FB;
    padding:6px 13px;
}
.home .DownloadList ul li .DownloadIcon.blue{
    display: block;
}
.home .DownloadList ul li .DownloadIcon.white{
    display: none;
}
.home .DownloadList ul li .VideoplayIcon.blue{
    display: block;
}
.home .DownloadList ul li .VideoplayIcon.white{
    display: none;
}
.home .DownloadList ul li:hover{
    background: #5B7A98;
}
.home .DownloadList ul li:hover .fileName{
    color:#fff;
}
.home .DownloadList ul li:hover .fileSize{
    color:#fff;
}
.home .DownloadList ul li:hover .fileUpDate{
    color:#fff;
}
.home .DownloadList ul li:hover .DownloadIcon.blue{
    display: none;
}
.home .DownloadList ul li:hover .DownloadIcon.white{
    display: block;
}
.home .DownloadList ul li:hover .VideoplayIcon.blue{
    display: none;
}
.home .DownloadList ul li:hover .VideoplayIcon.white{
    display: block;
}
.home .DownloadList ul li:hover .fileType {
    color: #fff;
    background:rgba(255,255,255,0.1);
}
@media screen and (max-width:768px) {
    .home .mbSelect {
        display: block
    }

    .home .mbSelect .ant-select {
        display: block;
        margin: 10px 0;
        text-align: left
    }

    .home .mbSelect .ant-select .ant-select-selector {
        height: auto;
        padding: 4px 11px;
        border-color: #88b6ff
    }

    .home .mbSelect .ant-btn {
        height: 40px;
        padding: 7px 15px;
        vertical-align: top;
        background: #008ae3;
        border-radius: 5px
    }

    .home .banner {
        text-align: justify;
        padding: 40px 40px
    }

    .home .MainSearch {
        width: auto
    }

    .home .ant-input {
        border-right: none
    }

    .home .Product .ProductType {
        width: 100%;
        display: block;
        padding: 10px 30px
    }

    .home .Product .ProductType img {
        width: 40%
    }

    .main-center {
        padding-left: 20px;
        padding-right: 20px
    }

    .ProductSelect {
        display: none
    }

    .home .NewUpData .RoHs img {
        /* width: 100% */
    }

    .home .NewUpData .RoHs a:first-child {
        margin: 0 -20px;
        padding: 30px 20px 20px;
        border-bottom: 1px solid #d8d8d8;
        border-top:0;
    }
    .home .DownloadList ul li .fileType{
        display: inline-block;
        margin:10px 0;
    }
    .home .NewUpData .RoHs{
        flex-wrap: wrap;
        padding-top: 20px;
    }
    .home .NewUpData .RoHs a{
        padding: 20px 0;
        border-right:0;
        text-align: center;
        width: 100%;
    }
}

.search {
    padding-bottom: 10px
}

.search .banner {
    text-align: left;
    background-image: url(../images/home-banner.jpg);
    background-size: cover;
    background-position: 50%;
    padding: 40px 0
}

.search .banner h2 {
    font-size: 30px;
    color: #fff
}

.search .banner h3 {
    font-size: 20px;
    color: #fff
}

.search .banner h3 .discontinued {
    width: 70px;
    margin-left: 20px;
    vertical-align: text-bottom
}

.search .MainSearch {
    width: 700px;
    margin-top: -30px;
    position: relative
}

.search .MainSearch .searchList {
    position: absolute;
    width: 100%;
    top: 100%;
    box-shadow: 0 0 4px 0 hsla(0, 0%, 80.4%, .5);
    padding: 5px;
    background-color: #fff;
    max-height: 300px;
    overflow: auto
}

.search .MainSearch .searchList li {
    padding: 5px 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}
.search .MainSearch .searchList li a{
    padding: 5px 10px;
    color:#000;
    display: block;
}

.search .MainSearch .searchList li.ActiveS,
.search .MainSearch .searchList li:hover {
    background-color: #88b6ff;
    color: #fff
}
.search .MainSearch .searchList li.ActiveS,
.search .MainSearch .searchList li:hover a{
    color: #fff
}

.search .MainSearch .ant-input-search-button {
    border-radius: 0 5px 5px 0 !important
}

.search .MainSearch .ant-input {
    line-height: 50px;
    border-color: #88b6ff;
    border-radius: 5px 0 0 5px
}

.search .MainSearch .ant-input:hover {
    border-color: #88b6ff;
    border-right: none
}

.search .MainSearch .ant-input:focus {
    box-shadow: none;
    border-right: none !important
}

.search .MainSearch .ant-input-search-button {
    height: 60px;
    width: 60px;
    pointer-events: none
}

.search .MainSearch .ant-input-search-button,
.search .MainSearch .ant-input-search-button:hover {
    border-left: none !important;
    border-color: #88b6ff
}

.search .MainSearch .ant-input-search-button:focus {
    box-shadow: none
}

.search .MainSearch .ant-input-search-button .anticon-search {
    font-size: 30px;
    color: #0465cb
}

.search .searchBar {
    background-color: #f8fcfd;
    line-height: 70px;
    margin-top: 20px
}

.search .searchBar ul.tab li {
    display: inline-block;
    padding: 0 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.search .searchBar ul.tab li.active {
    background-color: #e1f0f5
}

.search .searchMain>.main-center>div {
    margin-bottom: 70px
}

.search .searchMain h4 {
    font-size: 16px
}

.search .searchMain .LoadMore {
    font-size: 14px;
    color: #0465cb;
    border-color: #88b6ff;
    border-radius: 5px;
    height: 40px;
    padding: 4px 27px
}

.search .searchMain .DownloadList ul li {
    margin-bottom: 1px
}

.search .searchMain .DownloadList ul li span {
    font-size: 14px
}

@media screen and (max-width:768px) {
    .search .MainSearch {
        width: auto
    }

    .search .ant-input {
        border-right: none
    }

    .search .searchBar ul.tab li {
        display: inline-block;
        padding: 0;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        width: 33.333%;
        text-align: center
    }

    .search .searchBar ul.tab li.active {
        background-color: #e1f0f5
    }

    .search .searchMain h4 {
        margin: 20px 0 10px
    }

    .search .searchMain>.main-center>div {
        margin-bottom: 40px
    }
}