/* 顶部样式 */
body{
    padding-top: 0;
}
/* .role-header{
    position: relative;
    transition: all 0.5s ease-in-out;
} */
/********/

div.greybg{
    background: #fbfbfb;
}
.banner{
    height: 520px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: url(../image/boe-dh-bg.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    padding-top: 160px;
}
.banner p:first-child{
    font-size: 54px;
    margin-bottom: 30px;
}
.banner p:last-child{
    margin-top: 26px;
}
.retail-content{
    margin-top: 117px;
    /* padding-bottom: 70px; */
}
.retail-top .el-tabs__nav{
    float: right;
}
.el-tabs__header{
    margin: 0;
}
.retail-top .el-tabs__nav-wrap::after{
    height: 1px;
    background-color: #dfdfdf;
}
.retail-top .el-tabs__active-bar{
    background-color: #ff5f18;
}
.retail-top .el-tabs__item{
    font-size: 14px;
    color: #333;
    font-weight: 400;
    height: 45px;
    padding: 0 35px;
}
.retail-top .el-tabs__item.is-active{
    color: #ff5f18;
}
.retail-title{
    position: absolute;
    left: 0;
    bottom: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.retail-top{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.retail-top-container.isfixed .el-tabs__nav-wrap::after{
    display: none;
}
.retail-top-container.isfixed{
    position: fixed;
    top: 61px;
    width: 100%;
    background: #fff;
    z-index: 9;
    box-shadow: 0 3px 8px rgba(0,0,0,0.06);
    padding-top: 12px;
}
.sub-container{
    padding: 70px 0;
}
.sub-title{
    text-align: center;
    font-size: 34px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    letter-spacing: 2px;
}
.inner-container{
    width: 1200px;
    margin: 0 auto;
}
.desc-item{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 83px;
}
.desc-item .desc-title {
    font-size: 26px;
    color: #333;
}
.desc-item > div:first-child{
    /* border-left: 1px solid #dfdfdf; */
    padding: 5px 0 42px 0px;
    position: relative;
    margin-right: 120px;
}
.desc-item > div:first-child .orange-line{
    width: 6px;
    height: 57px;
    background: #FF5F18;
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    left: -4px;
    top: 0;
}
.desc-item > div:first-child > div:last-child{
    margin-top: 23px;
    line-height: 24px;
}
.desc-item > div:first-child img{
    margin-right: 10px;
}
.product-item .pro-btn a{
    color: #999;
    font-size: 16px;
}
.product-item .pro-btn i{
    display: inline-block;
    width: 18px;
    height: 10px;
    background: url(../image/arrow-free.png) no-repeat center center;
    margin-left: 4px;
}
.product-item{
    height: 368px;
    background: #FFFFFF;
    border-radius: 0px 14px 0px 14px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    text-align: center;
    padding: 50px 20px;
    border: 2px solid transparent;
    position: relative;
}
.pro-img{
    width: 64px;
    height: 64px;
    background: #FFFFFF;
    border: 1px solid #eee;
    border-radius: 50%;
    margin: 0 auto;
    padding-top: 15px;
}
.product-item .name{
    font-size: 18px;
    color: #333333;
    margin: 20px 0 30px;
}
.product-item .pro-btn{
    position: absolute;
    bottom: 50px;
    width: calc(100% - 40px);
}
.product-item:hover{
    border-color: #ff5f18;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
}
.product-item:hover .pro-btn a{
    color: #ff5f18;
}
.product-item:hover .pro-btn i{
    background: url(../image/arrow-detail-active.png) no-repeat center center;
}
.product-item:hover .pro-img{
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
    border-color: transparent;
}
.product-container{
    padding-top: 70px;
}
.open-container{
    padding: 50px 20px 0;
}

.sub-title2{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 20px;
    text-align: center;
    letter-spacing: 1px;
}
.price-bottom{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-top: 50px;
}
.price-bottom-item p:last-child{
    margin-top: 20px;
}

.table-top{
    display: flex;
    border-top: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}
.td-first{
    width: 220px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    padding-left: 50px;
}
.td-first > div{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.table-top .table-td{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #999999;
    width: 327px;
    position: relative;
    height: 567px;
}
.table-top .table-td .circle{
    width: 8px;
    height: 8px;
    background: #DFDFDF;
    border-radius: 50%;
    display: inline-block;
    margin: 7px 10px 0 0;
}
.table-top .top-title{
    color: #FFFFFF;
    background: #ff5f18;
    height: 108px;
    padding: 25px 20px 0;
    text-align: center;
}
.top-title div:first-child{
    font-size: 20px;
    margin-bottom: 10px;
}
.table-top > div,.table-header > div{
    border-left: 1px solid #dfdfdf;
}
.table-top .top-content{
    padding: 0 30px;
}
.table-top .top-content > div{
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
}
.table-top .top-content > div:first-child{
    margin-top: 40px;
}
.table-top .top-content > div > span:last-child{
    width: calc(100% - 18px);
}
.top-btn{
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    position: absolute;
    bottom: 40px;
    width: 100%;
}
.top-btn .price span{
    font-size: 42px;
}
.top-btn .price{
    margin-bottom: 20px;
}
.top-btn  a{
    width: 170px;
    height: 40px;
    background: linear-gradient(90deg, #FFB695 0%, #FF9868 100%);
    box-shadow: 0px 3px 6px rgba(255, 95, 24, 0.18);
    display: inline-block;
    border-radius: 36px;
    color: #fff;
    line-height: 40px;
}
.table-top .table-td:nth-child(3) a,.table-top .table-td:nth-child(3) .top-title{
    background: linear-gradient(90deg, #FC976A 0%, #FF8147 100%);
    box-shadow: 0px 3px 6px rgba(255, 95, 24, 0.39);
}
.table-top .table-td:last-child a,.table-top .table-td:last-child .top-title{
    background: linear-gradient(90deg, #FE621D 0%, #FF5F18 100%);
    box-shadow: 0px 3px 6px rgba(255, 95, 24, 0.51);
}
.table-top .table-td:nth-child(2) .top-title{
    background: linear-gradient(90deg, #FFB695 0%, #FF9868 100%);
    box-shadow: 0px 3px 6px rgba(255, 95, 24, 0.18);
}
.table-header{
    display: flex;
    border-top: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}
.table-header .table-td{
    width: 163.5px;
    text-align: center;
}
.table-header .table-td:last-child,.table-header .table-td:nth-child(2){
    width: 327px;
}
.table-header >div{
    height: 50px;
    line-height: 50px;
}
.table-header .td-first{
    font-size: 14px;
}
.table-subtitle{
    height: 50px;
    background: #F8FBFF;
    line-height: 50px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    padding-left: 50px;
}
.table-header.table-content{
    color: #999;
}
.table-content img{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
}
.table-header:last-child{
    border-bottom: 1px solid #dfdfdf;
}