.centerauto {
    width: 1020px;
    margin: 0 auto;
}

.none {
    display: none;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}
.Hproduct{
}
.imgtu9{
    width: 100%;
}
.HproductTitle {
    position: relative;
    margin-bottom: 50px;
}

.HproductInfo {
    font-size: 16px;
    color: #2D2F33;
    line-height: 24px;
}

.HproductImgs {
    font-size: 0;
}

.HproductTitlecontent{
    text-align: center;
}
.HproductTitle1{
background: rgba(176, 136, 98, 0.1);
border-radius: 24.5px;
font-size: 18px;
color: #B08862;
width: 400px;
display: inline-block;
height: 50px;
line-height: 50px;
}
.HproductTitle1>span
{
    font-size: 20px;
    color:rgb(189, 126, 68);
    font-weight: bolder;
    margin-top: 10px;
}
.HproductTitle2{
    border-radius: 24.5px;
    font-size: 18px;
    color:#B08862;
    height: 40px;
    line-height: 50px;
    }
    .HproductTitle2>span
    {
        font-size: 20px;
        font-weight: bold;
        color:rgb(221, 149, 83);
    }
.HproductImgs > img {
    display: inline-block;
    width: 25%;
    margin: 0 auto;
    vertical-align: top;
    
}

.HproductTitlespan2 {
    font-size: 16px;
    color: #9A9FAC;
    line-height: 13px;
    margin-left: 15px;
    font-weight: normal;
}

.HproductTitleSearch {
    position: absolute;
    right: 0;
    height: 36px;
    width: 330px;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
    box-shadow: 0 10px 14px 0 rgba(27, 36, 57, 0.04);
    border-radius: 18px;
    overflow: hidden;
}

.HproductTitleInput {
    display: inline-block;
    border: none;
    outline: none;
    vertical-align: top;
    width: 300px;
    box-sizing: border-box;
    padding-left: 16px;
    height: 100%;
    line-height: 34px;
}

.HproductTitleButton {
    width: 28px;
    height: 100%;
    background: red;
    float: right;
    background: url("../../static/images/ic_search.png") no-repeat left center/24px 24px;
}

.queryTerms {
    background: #F6F6FC;
    padding: 20px;
}

.queryTerms-row {
    margin-bottom: 15px;
    padding-left: 110px;
}

.queryTerms-row:last-child {
    margin-bottom: 0;
}

.queryTerms-tit {
    float: left;
    width: 110px;
    margin-left: -110px;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    color: #2D2F33;
    font-weight: 900;
}

.queryTerms-con {
    font-size: 0;
}

.queryTerms-cell {
    display: inline-block;
    line-height: 24px;
    height: 24px;
    font-size: 14px;
    color: #FFFFFF;
    color: #2D2F33;
    padding: 0 8px;
    cursor: pointer;
    margin-right: 6px;
    /*user-select: none;*/
}

.queryTerms-cell.active {
    background: #1B61DA;
    color: #fff;
}

.HproductTable {
    margin-top: 30px;
}

.table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
}

.table tr {

}

.table tr:nth-child(2n-1) {
    background: #FCFCFF;
}

.table th {
    height: 70px;
    border-bottom: 1px solid #E6E7E9;
    font-size: 13px;
    color: #9A9FAC;
    line-height: 13px;
    word-wrap: break-word;
    word-break: break-all;
}

.table th .sort {
    display: inline-block;
    padding-right: 16px;
    position: relative;
}

.table th .sortBtn {
    width: 8px;
    padding-left: 4px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

.table th .sortTop {
    width: 8px;
    height: 7px;
    cursor: pointer;
    background: url("../../static/images/icon-sortTop.png") no-repeat center center/contain;
}

.table th .sortBtm {
    width: 8px;
    height: 7px;
    cursor: pointer;
    background: url("../../static/images/icon-sortBtm.png") no-repeat center center/contain;
}

.table th .sortTop.active {
    background: url("../../static/images/icon-sortTopAct.png") no-repeat center center/contain;
}

.table th .sortBtm.active {
    background: url("../../static/images/icon-sortBtmAct.png") no-repeat center center/contain;
}

.table td {
    height: 60px;
    text-align: center;
    font-size: 12px;
    color: #2D2F33;
    line-height: 12px;
    padding: 0 10px;
}

.table td.sign {
    font-weight: 900;
    color: #FF2D3C;
}

.productInfoBox {
    margin-top: 50px;
    padding: 38px 50px;
    background: #FFFFFF;
    border: 1px solid #F8F8FC;
    box-shadow: 0 9px 30px 0 rgba(27, 36, 57, 0.06);
}

.pi-tit {
    font-size: 24px;
    color: #2D2F33;
    line-height: 24px;
    margin-bottom: 16px;
    font-weight: 900;
}

.pi-code {
    font-size: 14px;
    color: #9A9FAC;
    line-height: 14px;
}

.pi-con {
    padding: 30px 0;
    border-bottom: 1px solid #F0F0F0;
    font-size: 0;

}

.pi-left {
    display: inline-block;
    width: 37%;
    padding: 16px 0 8px;
    border-right: 1px dashed #DFE3EB;
    box-sizing: border-box;
}

.pi-download {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #1F59D1;
    text-align: center;
    text-decoration: none;
    margin-top: 30px;
    border: 1px solid #3269D6;
    border-radius: 2px;
    border-radius: 2px;
    background: #ffffff;
    cursor: pointer;
    outline: none;
    user-select: none;
}

.pi-left-tit {
    font-size: 14px;
    color: #5C6070;
    line-height: 14px;
    margin-bottom: 13px;
}

.pi-left-con {
    font-size: 36px;
    color: #E30B20;
    line-height: 36px;
}

.pi-left-part {
    display: inline-block;
    width: 50%;
}

.pi-right {
    width: 63%;
    vertical-align: top;
    display: inline-block;
    padding-left: 20px;
    box-sizing: border-box;
}

.pi-right-cell {
    display: inline-block;
    width: 40%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #5C6070;
    padding-left: 20px;
    box-sizing: border-box;
}

.pi-right-cell:nth-child(2n) {
    width: 60%;
}

.productDetailsBox {
    margin-top: 40px;
    margin-bottom: 40px;
    background: #FFFFFF;
    border: 1px solid #F8F8FC;
    box-shadow: 0 9px 30px 0 rgba(27, 36, 57, 0.06);
    padding: 12px 50px 60px;
    min-height: 654px;
    box-sizing: border-box;
}

.pd-head {
    height: 60px;
    border-bottom: 1px solid #F0F0F0;
}

.pd-head-cell {
    line-height: 60px;
    font-size: 18px;
    color: #5C6070;
    margin-right: 50px;
    float: left;
    box-sizing: border-box;
    cursor: pointer;
    min-width: 72px;
    text-align: center;
}

.pd-head-cell.active {
    color: #1F59D1;
    border-bottom: 1px solid #1F59D1;
    /*background-image: linear-gradient(270deg, #508BF4 0%, #1753C7 100%);*/
}

.pd-body {
    display: none;
    margin-top: 50px;
    font-size: 0;
    position: relative;
}

.pd-body.active {
    display: block;
}

.pd-line:after {
    content: '';
    position: absolute;
    top: 0;
    left: 170px;
    height: 100%;
    width: 1px;
    background: #F0F0F0;
}

.pd-left {
    display: inline-block;
    vertical-align: top;
    width: 170px;
}

.pd-left-cell {
    font-size: 14px;
    color: #2D2F33;
    width: 100%;
    line-height: 50px;
    cursor: pointer;
    padding: 0 28px;
    box-sizing: border-box;
}

.pd-left-cell.active {
    background: #4780EE;
    color: #fff;
}

.pd-right {
    display: none;
    vertical-align: top;
    width: 748px;
}

.pd-right.active {
    display: inline-block;
}

.pd-right-cell {
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
}

.pd-right-cell:nth-child(2n-1) {
    background: #FCFCFF;
}

.pd-right-tit {
    font-size: 14px;
    color: #11171E;
    float: left;
}

.pd-right-time {
    float: right;
    font-size: 14px;
    color: #11171E;
}

.pd-tips {
    margin-bottom: 40px;
}

.pd-tips-left {
    width: 450px;
    float: left;
}

.pd-tips-right {
    width: 450px;
    float: right;
}

.pd-tips-cell {
    height: 40px;
    line-height: 40px;
    padding-left: 120px;
}

.pd-tips-cell:nth-child(2n-1) {
    background: #FCFCFF;
}

.pd-tips-tit {
    width: 120px;
    margin-left: -120px;
    float: left;
    font-size: 14px;
    color: #5C6070;
    padding-left: 32px;
    box-sizing: border-box;
    background: #F5FAFF;
    position: relative;
}

.pd-tips-cell2 {
    height: 40px;
    line-height: 40px;
    padding-left: 148px;
}

.pd-tips-cell2:nth-child(2n-1) {
    background: #FCFCFF;
}

.pd-tips-cell2 .pd-tips-tit {
    width: 148px;
    margin-left: -148px;
}

.pd-tips-tit .pd-doubt {
    cursor: pointer;
}

.pd-tips-tit .pd-doubt:hover + .pd-answer {
    display: inline-block;
}

.pd-tips-tit .pd-answer {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}

.pd-tips-con {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #5C6070;
}

.pd-title {
    font-size: 16px;
    color: #2D2F33;
    line-height: 16px;
    font-weight: 900;
    margin-bottom: 18px;
}

.pd-tit-tips {
    font-size: 14px;
    color: #999;
    font-weight: 400;
}

.pd-strategy {
    font-size: 14px;
    color: #2D2F33;
    line-height: 28px;
}

.pd-chart {
    background: #FCFCFF;
    width: 540px;
    float: left;
    padding-right: 30px;
    box-sizing: border-box;
}

.pd-chart-head {
    border-bottom: 1px solid #F0F0F0;
    height: 50px;
    line-height: 50px;
}

.pd-chart-cell {
    width: 164px;
    height: 50px;
    padding: 0 8px;
    box-sizing: border-box;
    font-size: 14px;
    color: #2D2F33;
    cursor: pointer;
    float: left;
    text-align: center;
}

.pd-chart-cell.active {
    background: #fff;
    height: 51px;
    line-height: 51px;
    font-weight: 900;
    border: 1px solid #F0F0F0;
    border-bottom: 1px solid #fff;
}

.pd-chart-body {
    display: none;
    height: 400px;
    /*padding: 30px;*/
    padding-right: 0;
    box-sizing: border-box;
}

.pd-chart-body.active {
    display: block;
}
.qipao1{
    width: 140px;
    height: 72px;
    font-size: 14px;
    color: #2D2F33;
    line-height: 22px;
    box-sizing: border-box;
    background: url("../images/img/qipao1.png") no-repeat center center/contain;
}
.pd-chart-nav{
    margin-bottom: 16px;
    margin-top: 40px;
    padding-left: 30px;
    font-size: 0;
}
.pd-nav-cell{
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #efefef;
    border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    color: #5C6070;
    cursor: pointer;
}
.pd-nav-cell+.pd-nav-cell{
    margin-left: 12px;
}
.pd-nav-cell.active{
    background: #EAEDF4;
}
.pd-list {
    float: right;
    width: 340px;
}

.pd-list-head {
    height: 24px;
    line-height: 24px;
    position: relative;
    margin-bottom: 12px;
}

.pd-list-tit {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #2D2F33;
    line-height: 16px;
    font-weight: 900;
}

.pd-list-info {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #5C6070;
    margin-left: 10px;
}

.pd-list-btn {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    height: 24px;
}

.pd-list-next {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #DCDEE2;
    border-radius: 2px;
    cursor: pointer;
    background: #fff url("../../static/images/icon-next.png") no-repeat center center/12px 12px;
}

.pd-list-next:hover {
    background: #fff url("../../static/images/icon-nextAct.png") no-repeat center center/12px 12px;
}

.pd-list-prev {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border: 1px solid #DCDEE2;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 10px;
    background: #fff url("../../static/images/icon-prev.png") no-repeat center center/12px 12px;
}

.pd-list-prev:hover {
    background: #fff url("../../static/images/icon-prevAct.png") no-repeat center center/12px 12px;
}

.pd-list-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    font-size: 14px;
    color: #11171E;
}

.pd-list-table tr {
}

.pd-list-table th {
    background: #FCFCFF;
    height: 59px;
    text-align: left;
    font-weight: 900;
    padding-left: 20px;
}

.pd-list-table td {
    padding-left: 20px;
    height: 59px;
    border-bottom: 1px solid #F0F0F0;
}

.instructions {
    margin-top: 242px;
    text-align: center;
    font-size: 24px;
    color: #C9CDD5;
    line-height: 26px;
}

.rocket{
    position: fixed;
    right: 60px;
    bottom: 232px;
    background: rgba(255,255,255,.7);
    border: 1px solid #F3F4F9;
    box-shadow: 0 10px 14px 0 rgba(7,4,33,0.06);
    border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 10px;
    z-index: 9999999;
}
.rocket-ewm{
    width: 90px;
    height: 90px;
    margin: 0 auto;
}
.rocket-tips{
    margin-top: 8px;
    width: 90px;
    height: 24px;
    line-height: 22px;
    box-sizing: border-box;
    border: 1px solid #DFE3EB;
    border-radius: 1px;
    border-radius: 1px;
    font-size: 11px;
    color: #9A9FAC;
    text-align: center;
}
.rocket-button{
    margin-top: 20px;
    height: 90px;
    width: 90px;
    box-sizing: border-box;
    overflow: hidden;
    background: #FCFCFF;
    border: 1px solid #F3F4F9;
    border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
}
.rocket-button>img{
    margin: 19px auto 8px;
    width: 34px;
    height: 31px;
    display: inline-block;
}
.rocket-button>p{
    font-size: 12px;
    color: #2D2F33;
    line-height: 12px;
}




