.container {
    width: 100%;
    min-width: 1100px;
    background: #F2F2F2 url(/static/images/desktop/hkci/bg.png) no-repeat top center;
    padding-bottom: 100px;
}

.container .wrap {
    width: 1100px;
    margin: 0 auto;
    min-width: 1100px;
    padding-top: 90px;
}

/*产品描述*/
.product-description {
    overflow: hidden;
    zoom: 1;
    padding: 50px 60px 60px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    color: #fff;
    background: url(/static/images/desktop/ph_starr/ipa-header.png) repeat;
}

.product-description h3.title {
    font-size: 28px;
    margin-bottom: 20px;
}

.product-description p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

.product-feature {
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.product-feature .left, .product-feature .right {
    float: left;
}

.product-feature .left {
    width: 640px;
}

.product-feature .left .title {
    position: relative;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 16px;
    padding-left: 42px;
    padding-top: 3px;
}

.product-feature .left .title i {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/static/images/desktop/hkci/icon_des.png) center center no-repeat;
}

.product-feature .left ul {
    width: 100%;
    background: rgba(64, 92, 130, 0.8);
    background:#405C82\9;
    overflow: hidden;
    zoom: 1;
}

.product-feature .left ul li {
    display:inline-block;
    box-sizing: border-box;
    width: 50%;
    /*height: 45px;*/
    padding: 15px 20px 10px;
    font-size: 16px;
    line-height: 20px;
    vertical-align: top;
    border-left: 1px solid #173a68;
    border-right: 1px solid #173a68;
    border-top: 1px solid #173a68;
}
.product-feature .left ul li.even{
    margin-left:-1px;
    border-right:none;
}

.product-feature .right {
    position:absolute;
    bottom:0;
    left:650px;
    width: 165px;
    height: 46px;
    margin-left: 42px;
    margin-top: 180px;
    box-sizing: border-box;
    background: #1c4680;
    border: 1px solid #2465be;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.product-feature .right p {
    width: 100%;
    height: 100%;
    font-size: 20px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    bottom: 0;
}

/*立即报价*/
.quote {
    padding: 50px;
    background: #ffffff;
}

.quote .title {
    margin-bottom: 16px;
}

.form-item {
    margin-bottom: 25px;
}

.form-item .lists {
    width: 100%;
    border: 1px solid #d5dae1;
    border-bottom: none;
}

.form-item .lists ul li {
    padding: 10px 30px;
    line-height: 32px;
    border-bottom: 1px solid #d5dae1;
    color: #0d2f5e;
}

.form-item .lists ul li > span {
    display: inline-block;
    width: 730px;
}

.form-item .hkci-sin-radiobox {
    float: right;
}

/*注意事项*/
.items {
    margin-top: 20px;
    background: #ffffff;
}

.items .ul-outer > li {
    position: relative;
    padding: 0 40px;
    border-bottom: 1px solid #f0f0f0;
}

.items .ul-outer > li:before {
    content: '';
    position: absolute;
    right: 30px;
    top: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/static/images/desktop/hkci/icon_arrow_left.png) center center no-repeat;
}

.items .ul-outer > li.active:before {
    background: url(/static/images/desktop/hkci/icon_arrow_down.png) center center no-repeat;
}

.items .ul-outer > li p {
    height: 100%;
    line-height: 66px;
    font-size: 18px;
    color: #0d2f5e;
}

.items .ul-outer > li .right p {
    font-size: 16px;
}

.items .ul-inner {
    padding-bottom: 20px;
    display: none;
}

.items .ul-outer > li.active .ul-inner {
    display: block;
}

.items .ul-inner > li {
    font-size: 16px;
    color: #0d2f5e;
    line-height: 25px;
}

.items .ul-inner.ul-table li {
    line-height: 20px;
    border-bottom: 2px solid #ffffff;
}

.items .ul-inner > li.li-table {
    overflow: hidden;
    zoom: 1;
    background: #ecf2f6;
}

.items .ul-inner > li.li-table.even {
    background: #f5f8f6;
}

.items .ul-inner > li.li-table .left, .items .ul-inner > li.li-table .right {
    float: left;
    line-height: 40px;
    padding-left: 40px;
    box-sizing: border-box;
}

.items .ul-inner > li.li-table .left {
    width: 30%;
}

.items .ul-inner > li.li-table .left.line2 {
    line-height: 80px
}

.items .ul-inner > li.li-table .left.line3 {
    line-height: 120px
}

.items .ul-inner > li.li-table .right {
    width: 68%;
    border-left: 2px solid #ffffff;
}

.items .ul-inner > li.li-table .right p {
    line-height: 40px;
    border-bottom: 1px solid #d5dae1;
}

.items .ul-inner > li.li-table .right p.last {
    border-bottom: none;
}

.items .ul-inner > li.s_list {
    background: #ecf2f6;
}

.items .ul-inner > li.s_list span {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    box-sizing: border-box;
    padding: 10px 10px;
}

.items .ul-inner > li.s_list.even {
    background: #f5f8f6;
}

.items .ul-outer > li span.sec-note {
    line-height: 20px;
    font-size: 16px;
    margin-right: 20px;
}

.coverage-table .cover-head {

}

.coverage-table .coverage-item {
    background: #f5f8f6;
    border-bottom: 2px solid #ffffff;
    padding: 20px;
}

.coverage-table .cover-head ul li, .coverage-table .cover-list ul li {
    font-size: 16px;
    color: #0d2f5e;
    display: inline-block;
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.coverage-table .cover-head ul li {
    height: 40px;
    line-height: 40px;
    background: #ecf2f6;
    font-weight: bold;
}

.coverage-table .cover-list ul li {
    vertical-align: top;
}

.coverage-table .cover-head ul li.li-first, .coverage-table .cover-list ul li.li-first {
    width: 40%;
}

.coverage-table .cover-head ul li.li-first {
    padding-left: 40px;
}

.coverage-table .cover-list ul li.li-first p {
    line-height: 20px;
    font-size: 16px;
    padding: 0 20px;
}

.coverage-table .cover-list ul li.li-first p.title {
    font-weight: bold;
}

.des{
    margin-bottom: 30px;
    color: #0d2f5e;
    font-size:14px;
}

.ui-widget-header .ui-icon {
    background-image: url(/static/images/desktop/ph_starr/ui-icons_444444_256x240.png) !important;
}

