/*公用样式*/
.i-title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 24px;
    color: #7c7c7c;
}


.banner-product .banner-text{
    color: #333;
}

.crumbs-content{
    display: flex;
}

.crumbs-content-top{
    flex: 1;
}

.pro-contrast{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border: #f08519 2px solid;
    border-radius: 5px;
    margin: 0 10px 0 5px;
    color: #f08519;
    font-size: .24rem;
    padding: 0 .2rem;
    font-weight: bolder;
}

.pro-contrast:hover{
    cursor: pointer;
}

.pro-contrast em{
    display: none;
}






/*内容开始*/

#module-index ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#module-index .banner {
    background: url("/public/static/modules/cms/css/../images/banner.jpg") no-repeat center;
    /*height: 598px;*/
    background-size: cover;
    padding: 50px 0;
}

.banner-box {
    height: 100%;
}

.banner-box .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    color: #fefefe;
}

.banner-box h2 {
    margin-bottom: 24px;
    color: #fefefe;
}

.banner-box p {
    font-size: 18px;
    line-height: 30px;
}

.banner-img {
    margin: 0 auto;
    margin-top: 30px;
}


.features {
    text-align: center;
    background-color: #265397;
}

.features-list {
    /*padding: 35px 0;*/
    perspective: 500px;
    -webkit-perspective: 500px;
    transform-style: preserve-3d;
    min-height: 152px;
    overflow: hidden;

}

.features-list:hover .flip{
    cursor: pointer;
    transform: rotateY(
            180deg
    );
}

.features-list .flip {
    width: 100%;
    height: 100%;
    background-color: #265397;
    position: absolute;
    left: 0;
    transition: 0.6s;
    z-index: 3;
    transform-style: preserve-3d;
}

.features-list .flip:hover{

}

.features-list .front {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    box-sizing: border-box;
    padding-top: 25px;
    justify-content: center;
    align-content: center;
}

.features-list .front h5{
    margin-top: 15px;
}

.features-list .back {
    transform: rotateY(-180deg);
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
    justify-content: center;
    align-content: center;
    background-color: #f08519;
    color: #fff;
}

.features-list img {
    height: 53px;
}

.features-list h5 {
    margin-top: 8px;
    color: #fff;
    width: 100%;
    margin-bottom: 20px;
}


/*选择处理器架构*/


.framework-list {

}

.framework-list .list {
    border: 1px solid #E5E5E5;
    padding: 20px;
    margin-bottom: 30px;
}

.framework-list .list .img-box img{
    transition: .3s;
}

.framework-list .list:hover .img-box img{
    transform: scale(1.2);
}


.framework-list .list .desc {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 46px;

}

.framework-list .list h3 {
    margin-bottom: 3px;
}

.framework-list .list h3 > span {
    color: #265398;
}

.framework-list .list .trade-mark {
    font-size: 16px;
    vertical-align: top;
}

.framework-list .list > ul li {
    list-style: url("/public/static/modules/cms/css/../images/framework-list-style.png") inside;
}

.img-box {
    padding: 70px 50px;
    text-align: center;
    background-color: #E6E6E6;
    margin-bottom: 30px;
}

.view-btn {
    color: #000;
    line-height: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #e5e5e6;
    border-radius: 10px;
    margin-top: 12px;
    width: 100%;
    display: inline-block;
}

.view-btn:hover {
    cursor: pointer;
    background-color: #F08519;
    color: #fff;
}

/*选择处理器品牌*/
.select-brand {
    background: url("/public/static/modules/cms/css/../images/brand_bg.jpg") center no-repeat;
    background-size: cover;
}

.brand-box > div {
    background: #fff;
    padding: 50px 15px 10px;
}

.brand-list {
    margin-bottom: 50px;
    text-align: center;
    height: 260px;
    position: relative;
}


.brand-list:hover img{
    transform: scale(1.2);
}

.brand-img {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    overflow: hidden;
}

.brand-img > img {
    max-width: 100%;
    transition: .3s;
}

.brand-list .select-brand-text {
    font-size: 14px;
}

.brand-list .view-btn {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

/*brand切换按钮*/
.brand-control{
    text-align: center;
}

.brand-control span{
    cursor: pointer;
}

.brand-control i{
    font-size: 60px;
}

.brand-control i:first-child{
    margin-right: 20px;
}

.brand-control i:hover{
    color: #f08519;
}

/*处理器品牌箭头*/
.brand-control a:before {
    font-family: 'IcoFont';
    font-size: 20px;
    display: block;
    content: '';
    color: #2659b3;
    text-shadow: none;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #2659b3;
}

.brand-control a.flex-prev:before {
    content: '\ea5c';
}

.brand-control a.flex-next:before {
    content: '\ea5d';
}

.brand-control {
    z-index: 12;
    position: relative;
    bottom: 0;
}

.brand-control a:hover:before{
    border: 1px solid #f08519;
    background-color: transparent;
    color: #f08519;
}


.brand-control a {
    width: 50px;
    /*height: 30px;*/
    color: #fff;
    text-shadow: none;
    display: inline-block;
    top: 50%;
}

.brand-control .flex-next {
    /*text-align: right;*/
}



@media (min-width: 768px) {
    .banner-img {
        margin-top: 80px;
    }

    .pro-contrast{
        width: 2.5rem;
    }

    .pro-contrast em{
        display: block;
        animation: moveUpDown 2s linear infinite; /* 定义动画 */
    }

    @keyframes moveUpDown {
        0%, 100% {
            transform: translateY(0); /* 开始和结束时，元素位于原始位置 */
        }
        50% {
            transform: translateY(-5px); /* 元素向上移动 100px */
        }
    }
}

@media (max-width: 768px) {

}


@media (max-width: 991px) {
    .features-list {
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    .features-list:nth-child(2n) {
        border-right: none;
    }

    .features-list:nth-child(5), .features-list:nth-child(6) {
        border-bottom: none;
    }

}

@media (min-width: 992px) {
    .features-list {
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    .features-list:nth-child(4), .features-list:nth-child(5), .features-list:nth-child(6) {
        border-bottom: none;
    }

    .features-list:nth-child(3n) {
        border-right: none;
    }
}


@media (min-width: 1200px) {
    .banner-text {
        /*width: 100px;*/
    }
}