.cn_price_banner{
    width: 100%;
    height: 480px;
    position: relative;
    overflow: hidden;
}
.cn_price_banner img{
    width: 100%;
    /*height: 480px;*/
}
.cn_price_banner_txt{
    font-weight: 700;
    font-size: 50px;
    line-height: 70px;
    color: #1a1a33;
    position: absolute;
    top: 230px;
    left: 50%;
    margin-left: -350px;
}
.cn_price_basics{
    width: 840px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 390px;
    margin-left: -500px;
    background: #fff;
    box-shadow: 0 20px 60px -20px rgba(26,26,51,.2);
    border: 1px solid #e6e7eb;
    border-radius: 16px;
    padding: 46px 80px;
}
.cn_price_basics_txt_title{
    font-weight: 700;
    font-size: 36px;
    color: #1a1a33;
}
.cn_price_basics_txt_txt{
    font-size: 16px;
    color: #1a1a33;
    margin-top: 30px;
    font-weight: 400;
}
.cn_price_basics_price_num{
    margin-top: 30px;
}
.cn_price_basics_price_num span:first-child{
    font-weight: 700;
    font-size: 50px;
    color: #f25749;
    display: inline-block;
    margin-right: 8px;
    line-height: 50px;
}
.cn_price_basics_price_num span:last-child{
    font-size: 20px;
    color: #1a1a33;
}
.cn_price_basics_price_phone{
    display: inline-block;
    background: #534cd9;
    box-shadow: 0 12px 30px -9px rgba(76,76,217,.5);
    border-radius: 6px;
    padding: 0 40px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 33px;
    margin-left: 20px;
}
.cn_price_detailed{
    width: 840px;
    margin: 0 auto;
    margin-top: 122px;
    padding: 50px 80px;
    background: #fff;
    border: 1px solid #e6e7eb;
    box-shadow: 0 20px 60px -20px rgba(26,26,51,.2);
    border-radius: 16px;
    margin-bottom: 20px;
}
.cn_price_detailed_title{
    font-weight: 700;
    font-size: 36px;
    color: #1a1a33;
    letter-spacing: 0;
    line-height: 120px;
    margin-bottom: 40px;
}
.cn_price_detailed_from{
    width: 100%;
    border: 1px solid #e6e7eb;
}
.cn_price_detailed_from_title{
    border-bottom: 1px solid #e6e7eb;
    height: 68px;
    background: #f0f0f2;
}
.cn_price_detailed_from_title_txt{
    width: 24.5%;
    height: 68px;
    font-size: 20px;
    color: #222;
    text-align: center;
    border-right: 1px solid #e6e7eb;
    line-height: 30px;
}
.cn_price_detailed_from_title_txt:last-child{
    border-right: 0;
}
.cn_price_detailed_from_content{
    border-bottom: 1px solid #e6e7eb;
    background: #fff;
}
.cn_price_detailed_from_content:last-child{
    border-bottom: 0;
}
.cn_price_detailed_from_content_txt{
    width: 24.5%;
    font-size: 16px;
    color: #222;
    padding: 15px 0;
    text-align: center;
    border-right: 1px solid #e6e7eb;
}
.cn_price_detailed_from_content_txt:last-child{
    border-right: 0;
}
.cn_price_detailed_from_content_txt_width{
    width: 75%;
}











