/* 二级导航 */
.spear-nav{
    width: 100%;
    height: 35px;
    padding: 5px 15px;
    background-color: #333333;
    z-index: 99;
}
.space-nav-fixed{
    position: fixed;
    top: 0;
}
@media (max-width:992px){
    .spear-nav .spear-nav-list ul li{
        margin-left: 5px;
    }
}
.spear-nav .spear-nav-list{
    display: flex;
    color: #ffffff;
    justify-content: flex-end;
}
.spear-nav .spear-nav-list ul{
    display: flex;
    justify-content: space-around;
    margin-right: 25px;
}
.spear-nav .spear-nav-list ul li{
    margin-left: 35px;
    cursor: pointer;
}
.spear-nav .spear-nav-list .spear-nav-button{
    width: 55px;
    height: 25px;
    text-align: center;
    background-color: #0070ff;
    line-height: 25px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;

}
.spear-nav .spear-nav-list .spear-nav-button:hover{
    box-shadow: 0 3px 8px 0 rgba(0,0,0,1.3)
}
/* 系列说明样式 */
.series-banner {
    height: 365px;
    background-color: #333333;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.series-banner-title {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #ffffff;
}

@media (max-width: 992px) {
    .series-banner {
        height: 300px;
    }
}

/* 分隔线 */
.separ-line {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
    margin: 20px 10px auto;

}

.separ-line::after {
    content: "the  higHTLights";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5rem;
    padding: 0 1.25rem;
    background: white;
    font-family: titleFonts;
    word-spacing: 4px;
    font-weight: 700;
}

.spear-line-tec::after {
    content: 'PRO  TECHNOLOGIES';
}

.spear-line-technilogies::after {
    content: 'Pro Technilogies';
}
.spear-line-rimList::after{
    content: 'Rim List';
}

/* PRO  TECHNOLOGIES  八个模块*/
.PRO-mudole {
    background-color: #333;
    color: #ffffff;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 90px;
}
.PRO-mudole-exo{
    background-image: url('/images/spear/recon-pro/pc/Light-Bicycle-Recon-pro-tech-EXO-background-pc-190723.png');
}
.PRO-mudole-fcm{
    background-image: url('/images/spear/recon-pro/pc/Light-Bicycle-Recon-pro-tech-FCM-background-pc-190723.png');
}
.PRO-mudole-arp{
    background-image: url('/images/spear/recon-pro/pc/Light-Bicycle-Recon-pro-tech-APR-background-pc-190819.png');
}
.PRO-mudole-swt{
    background-image: url('/images/spear/recon-pro/pc/Light-Bicycle-Recon-pro-tech-SWT-background-pc-190723.png');
}
.PRO-mudole-acd{
    background-image: url('/images/spear/recon-pro/pc/Light-Bicycle-Recon-pro-tech-ACD-background-pc-190723.png');
}
.PRO-mudole-era{
    background-image: url('/images/spear/recon-pro/pc/Light-Bicycle-Recon-pro-tech-ERA-background-pc-190723.png');
}
.PRO-mudole-sat{
    background-image: url('/images/spear/recon-pro/pc/Light-Bicycle-Recon-pro-tech-SAT-background-pc-190723.png');
}
.PRO-mudole-umm{
    background-image: url('/images/spear/recon-pro/pc/Light-Bicycle-Recon-pro-tech-UMM-background-pc-190723.png');
}
.PRO-mudole-efp{
    background-image: url('/images/spear/recon-pro/pc/Light-Bicycle-Recon-pro-tech-EFP-background-pc-190723.png');
}
.PRO-mudole-bkt{
    background-image: url('/images/spear/recon-pro/pc/Light-Bicycle-Recon-pro-tech-BKT-background-pc-190723.png');
}
.PRO-mudole-mpt{
    background-image: url('/images/spear/recon-pro/pc/Light-Bicycle-Recon-pro-tech-MPT-background-pc-190723.png');
}
.PRO-mudole:hover {
    box-shadow: 0 3px 8px 0 rgba(54, 57, 73, 1.1);
}
@font-face{
    font-family: 'Roboto';
	src: url('/fonts/Audiowide-Regular.ttf');
}
.PRO-title {
    margin-bottom: 0;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 10px 0px 10px;
}

.PRO-conter {
    font-size: 14px;
    padding: 0px 0px 10px 10px;
}

/* PRO  模块介绍 */
.PRO-introduction {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    overflow: auto;
    padding: 54px 0px;
    display: flex;
    justify-content: center;
}

@media (max-width: 992px) {
    /* .PRO-introduction{
        height: 450px;
    } */
}

.PRO-introduction-conter-right {
    float: right;
}

.PRO-introduction-conter-left {
    float: left;
}
.PRO-introduction-text{
    display: flex;
    justify-content: center;
    align-content: center;
    margin-bottom: 8px;
    text-align: center;
}
.PRO-introduction-nums{
    text-align: center;
    text-transform: capitalize;
}

@media (min-width:768px){
    .PRO-introduction-text{
        display: inline-block;
    }
    .PRO-introduction-nums{
        display: inline-block;
        position: relative;
        top: 9px;
        left: 10px;
        font-size: 18px;
    }
}

.PRO-introduction-title {
    font-family: Roboto;
    font-size: 40px;
    /*font-weight: bold;*/
    text-transform: uppercase;
    position: relative;
    top: 9px;
}
@media (max-width:765px){
    .PRO-introduction-title{
        top: 5px;
        font-size: 35px;
    }

}

.PRO-introduction-img-left {
    float: right;
}

.PRO-introduction-img-right {
    float: left;
}

.PRO-introduction-button {
    width: 175px;
    height: 35px;
    border: 1px solid #ffffff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    margin: 35px 0px 0px 0px;
    position: relative;
    overflow: hidden;
    font-weight: bold;
    z-index: 1;
}
@media (max-width:765px){
    .PRO-introduction-button {
        margin: auto;
    }

}

.PRO-introduction-button::before {
    content: '';
    width: 200px;
    height: 40px;
    left: -10%;
    top: 0;
    background-color: #ffffff;
    -webkit-transform: skewX(-12deg) translateX(-120%);
    -ms-transform: skewX(-12deg) translateX(-120%);
    transform: skewX(-12deg) translateX(-120%);
    -webkit-transition: -webkit-transform 0.25s linear;
    transition: transform 0.35s linear;
    position: absolute;
    z-index: -1;
}
.PRO-introduction-button:hover{
    color:#0070ff;
}
.PRO-introduction-button:hover::before{
    -webkit-transform: skewX(-12deg) translateX(0%);
    -ms-transform: skewX(-12deg) translateX(0%);
    transform: skewX(-12deg) translateX(0%);
    -webkit-transition: -webkit-transform 0.25s linear;
    transition: transform 0.35s linear;
}
.PRO-introduction-button-black {
    border: 1px solid #333;
}
.PRO-introduction-button-black:hover{
    color: #EEEEEE;
}
.PRO-introduction-button-black::before{
    background-color: #333;

}

.PRO-introduction-exo {
    background-image: url('/images/spear/recon-pro/pc/3k-weave-carbon-fiber-texture-background-pc-190723.png');
    color: #ffffff;
}

.PRO-introduction-bkt {
    background-image: url('/images/spear/recon-pro/pc/LB-Recon-Pro-MTB-rim-gold-logo-background-pc-190723.png');
}

.PRO-introduction-fcm {
    background-image: url('/images/spear/recon-pro/pc/3k-carbon-fiber-texture-background-pc-190723.png');
    color: #ffffff;
}
.PRO-introduction-apr {
    background-image: url('/images/spear/recon-pro/pc/Light-Bicycle-Asymmetric-Rim-Profile-pc-190821.png');
}
.PRO-introduction-swt {
    background-image: url('/images/spear/recon-pro/pc/Light-Bicycle-LB-Smooth Wall Technology-background-pc-190814.png');
    color: #ffffff;
}
.PRO-introduction-acd {
    background-image: url('/images/spear/recon-pro/pc/Light-Bicycle-CNC-spoke-hole-drilling-machine-pc-190723.png');
}

.PRO-introduction-era {
    background-image: url('/images/spear/recon-pro/pc/Environmental-friendly-release-agent-background-pc-190723.png');
    color: #ffffff;
}

.PRO-introduction-umm {
    background-image: url('/images/spear/recon-pro/pc/carbon-rim-molding-use-mold-background-pc-20190723.png');
}

.PRO-introduction-sat{
    background-image: url('/images/spear/recon-pro/pc/carbon-fiber-rim-mold-pc-190723.png');
    color: #ffffff;
}

.PRO-introduction-efp {
    background-image: url('/images/spear/recon-pro/pc/Light-Bicycle-layup-workshop-background-pc-190723.png');
}
.PRO-introduction-mpt {
    background-image: url('/images/spear/recon-pro/pc/light-bicycle-Molding-Pulsation-Technology-background-pc-1908014.png');
    color: #ffffff;
}
/* recon 图片区域 */
.Decal-color{
    width: 100%;
    height: 40px;
}
.Decal-text{
    text-align: center;
    font-size: 14px;
}
.Decal-color-Black{
    background-color: #000000;
}
.Decal-color-Blue{
    background-color: #1489C3;
}
.Decal-color-Turquoise{
    background-color: #10808C;
}
.Decal-color-Green{
    background-color: #17A119;
}
.Decal-color-Purple{
    background-color: #42089B;
}
.Decal-color-Red{
    background-color: #C80E1D;
}
.Decal-color-Magenta{
    background-color: #CF307A;
}
.Decal-color-Orange{
    background-color: #E8561D;
}
.Decal-color-Gold{
    background-color: #B39C54;
}
.Decal-color-Yellow{
    background-color: #E8DB2C;
}
.Decal-color-Silver{
    background-color:#E4E4E4 ;
}
.Decal-color-White{
    background-color:white;
    border: 1px solid #d1d1d1;
}
.space-recon{
   width: 100%;
   height: 450px;
   background-color: #000000;
   display: flex;
   justify-content: center;
   align-items: center; 
}
.space-recon-img{
    position: relative;
}
.space-recon .space-recon-title{
    position: absolute;
    right: 25px;
}

/* 系列表格 */
.table tbody td ,.table thead th{
    vertical-align: middle;
    padding: 1.8rem;
}
.table tbody tr:hover{
    background-color: #ebf4ff;
}
.series-table {
    overflow: hidden;
    overflow-x: auto;
}
@media (min-width: 1025px){
    .series-table {
        overflow: visible;
    }
}

.series-table .series-buyButton {
    width: 80px;
    height: 30px;
    line-height: 30px;
    box-shadow: 0 3px 8px 0 rgba(54, 57, 73, .3);
    text-align: center;
    font-weight: bold;
    color: #0070ff;
    cursor: pointer;
    margin-bottom: 20px;
}
.table-img:hover{
    color: #0070ff;
}

.rowspan-bottomBorder {
    border-bottom: 1px solid #dee2e6;
}


/* 模态框 */
.modal-header {
    border-bottom: none;
}
.modal-exo-title{
    font-family: textFonts;
    word-spacing: 4px;
    font-weight: 700;
}
.carousel-control-next, .carousel-control-prev{
    color: #333333 !important;
    font-size: 60px;
    /*top: 50%;
    opacity: 1;
    display: block;
    width: 60px;
    transform: translateY(-15%);
    text-align: center;*/
}
.modal-show-width{
    max-width: 650px;
}


.line-color{
    display: inline-block;
    width: 40px;
    position: relative;
    bottom: 6px;
    right: 3px;
}
.line-color-red{
    border-bottom: 1px solid red;
}
.line-color-blue{
    border-bottom: 1px solid blue;
}
.modal-max-width{
    max-width: 300px !important;
}
.model-colse{
    position: absolute;
    right: 15px;
    top: 10px;
    color: #333;
    z-index: 1;
    width: 24px;
}

.modal-dialog{
    margin: auto !important;
}
.series-rimList{
    position: relative;
    max-width: 940px;
    margin: 32px auto;
}
.series-rimList .table-theadRight-button{
    position: absolute;
    width: 32px;
    height: 80px;
    right: 0px;
    top: 0px;
    background: linear-gradient(to right, #e7e7e7 , #c8c8c8);
    opacity: .6;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
@media (min-width: 576px){
    .modal-dialog{
        max-width: 580px !important;
    }
}