/*PE页面样式*/

/*大图样式开始*/
.fixed-size{
    position: relative;
}
.fixed-size div img{
    width: 100%;
    height: 100%;
}
.zoom{
    max-height: 48.5%;   /*兼容样式*/
    -webkit-animation-name: Move1;
    -moz-animation-name: Move1;
    animation-name: Move1;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes Move1{
    from{
        -webkit-transform:scale(1.1);
    }to{
         -webkit-transform:scale(1);
     }
}
@-moz-keyframes Move1{
    from{
        -moz-transform:scale(1.1);
    }to{
         -moz-transform:scale(1);
     }
}
@-o-keyframes Move1{
    from{
        -o-transform:scale(1.1);
    }to{
         -o-transform:scale(1);
     }
}
@keyframes Move1 {
    from{
        transform: scale(1.1);
    }to{
         transform: scale(1);
     }
}
/*大图样式结束*/
/*内容块样式开始*/
.product-title-size{
    text-align: left;
    padding-bottom: 5px;
    font-size:24px;
    font-weight: bold;
}
.box-border{
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom:1px solid #f2f1f1 ;
    border-top:1px solid #f2f1f1 ;
}
.img-border{
    border: 10px #f3f3f3 solid;
}
.img-margin{
    margin: 30px auto;
    width: 70%;
}
.PE-img-fill{
    display: inline;
    width: 15%;
    padding-bottom: 10px;
}
.model-fill{
    margin-bottom: 10px;
}
.model-fill ul li{
    padding-top: 10px;
    padding-right: 10px;
}
.phone-border{
    padding-top: 13px;
    border-top:1px solid #f2f1f1 ;
}
.phone{
    font-size: 30px;
    color: red;
}
.phone-font{
    font-family: Stencil Std;
    font-size: 20px;
    color: red;
}
.product_top_fill{
    padding-top: 30px;
}
.product-second-title{
    text-align: left;
    font-size:20px;
    font-weight: bold;
}
.icon_size2{
    font-size: 20px;
    color: #036f43;
}
.adv-title{
    padding-left: 10px;
    line-height: 40px;
    font-weight: bold;
}
.case-border{
    border: 1px solid #d0cece ;
}

/*模态框样式*/
.PE-modal-bg{
    background: rgba(0, 0, 0, .6);
}
.close-bg {
    color: white;
}
.modal-dialog{
    width: 100%;
    margin: 0 auto;
}
.modal-dialog div {
    /*margin-top: 250px;*/
    text-align: center;
}
/*.icon_color{*/
    /*padding: 0 10px 0 10px;*/
    /*color: red;*/
/*}*/
/*内容区样式结束*/
@media (min-width: 992px) and (max-width: 1200px) {
    .product-title-size{
        font-size:22px;
    }
    .product-second-title{
        font-size:19px;
    }
    .phone{
        font-size: 23px;
    }
    .phone-font{
        font-size: 16px;
    }

    .modal-dialog div img{
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .product-title-size{
        font-size:20px;
    }
    .product-second-title{
        font-size:17px;
    }
    .phone{
        font-size: 20px;
    }
    .phone-font{
        font-size: 15px;
    }
    .modal-dialog div img{
        width: 100%;
    }
}
@media (max-width: 767px) {
    .product-title-size{
        font-size:18px;
    }
    .product-second-title{
        font-size:15px;
    }
    .img-margin{
        margin: 10px auto;
        width: 80%;
    }
    .tab-content{
        padding-top: 10px;
    }
    .phone{
        font-size: 18px;
    }
    .phone-font{
        font-size: 14px;
    }
    .case_font_size{
        line-height: 10px;
        font-size: 12px;
    }
    .case-border{
        border: none;
    }
    .modal-dialog div img{
        width: 100%;
    }
}