@font-face {
  font-family: 'digital';   /*字体名称*/
  src: url('/static/font/digital.TTF');       /*字体源文件*/
}
/*修改 input-placeholder*/
.insure-process input::-webkit-input-placeholder {
    color: #00305e;
}

.insure-process input:-moz-placeholder {
    color: #00305e;
}

.insure-process input::-moz-placeholder {
    color: #00305e;
}

.insure-process input:-ms-input-placeholder {
    color: #00305e;
}

/*主区域样式*/
.full-container {
    background: #f2f2f2;
}

/*主体内容样式*/
.left-container {
    background-color: #fff;
    border: 0 none;
    width: 245px;
}

.right-container {
    background-color: #fff;
    border: 0 none;
    width: 845px;
}

/*初始当前页面样式*/
.insure-introduce {
    padding-top: 10px;
    padding-bottom: 35px;
}

.insure-introduce button {
    border: 0 none;
    background: #f2f2f2;
    outline: none;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
}

/*计划一栏，信息展示样式*/
/*.travel_des {
    background-image: url(/static/images/desktop/hk_starr/insure-icon-lists.png);
    background-position: 135px -246px;
    background-repeat: no-repeat;
    background-origin: content-box;
}
#travel_des {
    color: #d0d0d0;
}
*/
/*#travel_des option:nth-child(1){*/
    /*display: none;*/
/*}*/


.box-for-plan select.select, .box-for-plan input.input {
    background: transparent;
    border: 0 none;
    font-size: 16px;
    color: #333131;
    outline: none;
    width: 100%;
}

.box-for-plan {
    background-color: #10569a;
    padding-bottom: 20px;
}

.box-for-plan h2 {
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #00305e;
    word-break: normal;
    word-wrap: break-word;
    word-spacing: normal;
    line-height: 120%;
}

.box-for-plan dl {
    margin-left: 30px;
    margin-bottom: 15px;
}

.box-for-plan dt, .box-for-plan dd {
    font-size: 16px;
}

.box-for-plan dl dt {
    margin-bottom: 6px;
    color: #fff;
    word-break: normal;
    word-wrap: break-word;
    word-spacing: normal;
    line-height: 150%;
}

.box-for-plan dl dd {
    color: #fff;
}

.box-for-plan .field-import {
    background-color: #fff;
    border: #00305e solid 1px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0;
    width: 185px;
    padding: 0 10px;
}

.box-for-plan .field-import .input {
    margin-bottom: 5px;
}

#quote_btn.disable-btn {
    background-image: url(/static/images/desktop/hk_starr/loading.gif);
    background-repeat: no-repeat;
    background-position: 31px 8px;
    background-color: #e4e3e1;
    border: 1px solid #e4e3e1;
    color: #9e9e9d;
    cursor: not-allowed;
    text-indent: 37px;
}

#quote_btn.disable-btn-noloading {
    background-color: #e4e3e1;
    border: 1px solid #e4e3e1;
    color: #9e9e9d;
    cursor: not-allowed;
}

.box-for-plan .again-quote {
    width: 185px;
    height: 41px;
    background-color: transparent;
    font-size: 18px;
    color: #fff;
    border: #fff solid 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-left: 30px;
    box-sizing: border-box;
    line-height: 100%;
}

.box-for-plan .field-import .module-date {
    background-image: url(/static/images/desktop/hk_starr/insure-icon-lists.png);
    background-position: 134px -80px;
    background-repeat: no-repeat;
    background-origin: content-box;
    cursor: pointer;
}







.box-for-plan .ins-nums {
    border: #00305e solid 1px;
    color: #00305e;
    background-color: #fff;
    display: inline-block;
}

.box-for-plan .ins-nums button{
    display: inline-block;
    outline: none;
    height: 38px;
    width: 38px;
    cursor: pointer;
    float: left;
    background-color: #fff;
}

.box-for-plan .ins-nums .nums-box{
    width: 50px;
    pdding: 0 10px;
    text-align: center;
    height: 38px;
    border-left: #00305e solid 1px;
    border-right: #00305e solid 1px;
    float: left;
    color: #00305e;
    font-weight: 700;
}
.box-for-plan .ins-nums .nums-box.disable-edit{
    cursor: not-allowed;
    background-color: #f2f2f2;
}
.box-for-plan .ins-nums .reduce,
.box-for-plan .ins-nums .increase{
    background-image: url(/static/images/desktop/hk_starr/insure-icon-lists.png);
    background-position: 2px -284px;
    background-repeat: no-repeat;
}
.box-for-plan .ins-nums .reduce{
    background-position: 2px -318px;
}
.box-for-plan .ins-nums .reduce.disable-btn,
.box-for-plan .ins-nums .increase.disable-btn{
    background-color: #f2f2f2;
    background-position: -35px -318px;
    cursor: not-allowed;
}

.box-for-plan .ins-nums .increase.disable-btn{
    background-position: -35px -284px;
}

.plan-warn {
    margin-left: 30px;
    margin-bottom: 28px;
    color: #f4d74b;
    font-size: 20px;
}

.box-for-plan dd .error{
    display: inline-block;
    padding: 5px 0;
    color: #ff0000;
}
.box-for-plan .benefit-tips{
    padding: 10px 25px 0px 30px ;
    color: #fff;
}
.box-for-plan .benefit-tips a{
    text-decoration: underline;
}
.box-for-plan .benefit-tips:before{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("/static/images/desktop/hk_starr/discount-tips-icon.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

/*价格区*/
.quote-price {
    position: absolute;
    right: 0;
    bottom: 0;
    border: #00305e solid 1px;
    width: 518px;
}

.quote-price .quote-head {
    background-color: #00305e;
}

.quote-price table {
    width: 100%;
}

.quote-price .quote-head td {
    font-size: 20px;
    color: #fff;
    padding: 12px 5px;
    text-align: center;
    word-break: normal;
    word-wrap: break-word;
    word-spacing: normal;
}

.quote-price .quote-head .plan-name-box .txt {
    display: block;
}

.quote-price .quote-body td.has-line {
    border-right: #00305e solid 1px;
}

.quote-price .quote-body {
    background-color: #10569a;
}

.quote-price .insure-btn {
    text-align: center;
    height: 0px;
    padding: 0;
}

.quote-price .insure-btn p.old-p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: line-through;
}

.quote-price .insure-btn .new-p {
    font-size: 22px;
    color: #ffde44;
    margin-top: 0px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.quote-price .insure-btn button {
    margin-top: 15px;
    margin-bottom: 0px;
}
.quote-price .quote-body button{
    margin-top: 0;
}
.PriceTips .tips-icon{
    margin-top: -3px;
}
.quote-price .insure-btn button:hover{
    color: #fff;
    background: #00305e;
}
.to-insure-process:hover{
    color: #fff;
    background: #00305e;
}
.PriceTips.PriceTips1 .tips-text{
    left: -133px;
}
.PriceTips.PriceTips1 .tips-text .icon{
    left: 134px;
}
.PriceTips.PriceTips2 .tips-text{
    left: -310px;
}
.PriceTips.PriceTips2 .tips-text .icon{
    left: 310px;
}
.PriceTips.PriceTips3 .tips-text{
    left: -485px;
}
.PriceTips.PriceTips3 .tips-text .icon{
    left: 485px;
}

/*介绍区*/

.benefit-lists.benefit-head {
    height: 55px;
    background-color: #2c4a68;
    border-bottom: #e2e4e5 solid 1px;
}

.benefit-head .head-column {
    color: #fff;
    font-size: 20px;
    height: 100%;
    overflow: hidden;
    line-height: 250%;
}

.benefit-head .head-title {
    text-align: center;
    width: 36.5%;
}

.benefit-head .head-detail {
    text-align: center;
    width: 63.5%;
}

.benefit-body ul, .benefit-body {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.benefit-body li {
    line-height: 1.5;
    padding:0;
    border-bottom: #e2e4e5 solid 1px;
    position: relative;
}
.main-messgae{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    width: 100%;
    position: relative;
}
.main-message-text{
    display: flex;
    display: -webkit-flex;
    width: 100%;
    align-items: stretch;
    box-sizing: border-box;
}
.benefit-body li .main-messgae {
    cursor: pointer;
}

.benefit-body li:before {
    content: '';
}

.benefit-body li:after {
    content: '';
    clear: both;
}

.benefit-body .body-column {
    float: left;
}

.benefit-body .body-title {
    font-size: 16px;
    font-weight: bold;
    color: #333131;
    width: 36.5%;
    position: relative;
    box-sizing: border-box;
    padding: 15px 0 15px 27px;
    word-break: normal;
    word-wrap: break-word;
    word-spacing: normal;
}

.benefit-body .body-detail {
    font-size: 16px;
    color: #333131;
    width: 63.5%;
    text-align: center;
    display: flex;
    align-items: stretch;
}

.benefit-body .body-detail .colspan-txt {
    width: 33.33%;
    /*height: 100%;*/
    display: table\9;
    float: left;
    word-break: normal;
    word-wrap: break-word;
    word-spacing: normal;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center\9;
    padding: 0;
}

.benefit-body .column-arrow {
    transform: rotate(0deg);
    background-image: url(/static/images/desktop/hk_starr/insure-icon-lists.png);
    background-position: 0px -216px;
    background-repeat: no-repeat;
    background-origin: content-box;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 20px;
    top:12px;
    z-index: 1;
    -webkit-transition: all, .25s, linear .25s;
    -moz-transition: all, .25s, linear .25s;
    -ms-transition: all, .25s, linear .25s;
    -o-transition: all, .25s, linear .25s;
    transition: all, .25s, linear .25s;
    cursor: pointer;
}

.benefit-body .column-arrow.expand {
    transform: rotate(90deg);
}

.benefit-btn {
    height: 120px;
}

.benefit-btn .benefit-btn-head {
    width: 36.5%;
}

.benefit-btn .benefit-btn-body {
    width: 63.5%;
}

.benefit-btn .benefit-btn-head .show-ctrl{
    font-size: 24px;
    color: #00305e;
    display: block;
    padding-left: 35px;
    margin-top: 25px;
    background-image: url(/static/images/desktop/hk_starr/insure-icon-lists.png);
    background-repeat: no-repeat;
}
.benefit-btn-head .show-ctrl span{
    font-size: 18px;
}
.benefit-btn .benefit-btn-head .show-ctrl.more {
    background-position: -6px -360px;
}

.benefit-btn .benefit-btn-head .show-ctrl.less {
    background-position: -6px -393px;
}

.benefit-btn .benefit-btn-head .down-ctrl {
    font-size: 16px;
    color: #fd941d;
    text-decoration: underline;
    display: block;
    margin-top: 20px;
    word-break: normal;
    word-wrap: break-word;
    word-spacing: 2px;
}

.benefit-btn .benefit-btn-body .insure-btn {
    float: left;
    width: 33.33%;
    text-align: center;
}

.insure-btn p {
    font-size: 20px;
    color: #00305e;
    margin-top: 0px;
}

.to-insure-process.disable-btn {
    background-image: url(/static/images/desktop/hk_starr/loading.gif);
    background-repeat: no-repeat;
    background-position: 13px 7px;
    background-color: #e4e3e1;
    border: 1px solid #e4e3e1;
    color: #9e9e9d;
    cursor: not-allowed;
    text-indent: 38px;
}
.insure-btn .to-insure-process.disable-btn:hover {
    background-image: url(/static/images/desktop/hk_starr/loading.gif);
    background-repeat: no-repeat;
    background-position: 13px 7px;
    background-color: #e4e3e1;
    border: 1px solid #e4e3e1;
    color: #9e9e9d;
    cursor: not-allowed;
    text-indent: 38px;
}

.insure-btn button {
    margin-top: 10px;
    height: 40px;
    width: 130px;
    background-color: #fff;
    font-size: 20px;
    color: #00305e;
    border: #00305e solid 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 0;
}

/*利益信息详细*/
.more-message-gather {
    padding: 0  0  0 30px;
}

.more-messgae {
    padding: 0;
    display: flex;
    align-items: stretch;
    min-height: 40px;
}

.more-message-gather .more-messgae+.more-messgae {
    border-top: #cdcccc dashed 1px;
    min-height: 40px;
}

.more-messgae .more-messgae-column {
    float: left;
}

.more-messgae .more-messgae-title {
    width: 36.5%;
    padding-left: 30px;
    box-sizing: border-box;
    padding-right: 10px;
    word-break: normal;
    word-wrap: break-word;
    word-spacing: normal;
    font-size:14px;
    padding: 10px;
}
.more-messgae .more-messgae-title .second{
    display: inline-block;
    padding-left: 16px;
}
.more-messgae .more-messgae-title .two{
    display: inline-block;
    padding-left: 66px;
    position: relative;
}
.more-messgae .more-messgae-title .three{
    display: inline-block;
    padding-left: 65px;
    position: relative;
}
.more-messgae .more-messgae-title .three.serial-three{
    padding-left: 88px;
}
.more-messgae .more-messgae-title .four{
    display: inline-block;
    padding-left: 88px;
    position: relative;
}
.more-messgae .more-messgae-title .five{
    display: inline-block;
    padding-left: 87px;
    position: relative;
}
.more-messgae .more-messgae-title .serial-number{
    position: absolute;
    left: 25px;
    top: 0;
}
.more-messgae .more-messgae-title .serial{
    position: absolute;
    left: 65px;
    top: 0;
}
.more-messgae .more-messgae-title .second-item{
    display: inline-block;
    padding-left: 32px;
}
.more-messgae .more-messgae-detail {
    width: 63.5%;
    display: flex;
    align-items: stretch;
}

.more-messgae .messgae-colspan-txt {
    float: left;
    width: 33.33%;
    /*height:100%;*/
    display:table\9;
    text-align: center;
    font-size: 14px;
    color: #333131;
    word-break: normal;
    word-wrap: break-word;
    word-spacing: normal;
    padding: 5px 10px;
    padding-top:0\9;
    padding-bottom: 0\9;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.messgae-colspan-txt .coverage-txt {
    min-height: 32px;
    word-break: break-all;
    margin-bottom: 5px;
}

.messgae-colspan-txt .coverage-des {
    line-height: 120%;
    word-break: break-all;
    padding-top: 2px;
}
.more-message-gather .more-messgae:first-child{
    border-top: 1px dashed #cdcccc;
}
.more-messgae-title .guar-txt {
}

.more-messgae-title .guar-des {
    padding-top: 6px;
}

/*产品提示*/
.interval-line {
    height: 12px;
    background-color: #efefef;
}

.note-text {
    background-color: #fff;
}

.note-text.closed .text-body {
    display: none;
}

.text-head {
   padding: 10px 30px;
    line-height: 200%;
    height: 30px;
    position: relative;
    border-top: 1px solid #efefef;
    cursor: pointer;
}

.text-head .head-title {
    font-size: 16px;
    color: #002f5f;
}

.text-head .arrow-icon {
    transform: rotate(90deg);
    background-image: url(/static/images/desktop/hk_starr/insure-icon-lists.png);
    background-position: 0px -216px;
    background-repeat: no-repeat;
    background-origin: content-box;
    width: 30px;
    height: 30px;
    display: inline-block;
    -webkit-transition: all, .25s, linear .25s;
    -moz-transition: all, .25s, linear .25s;
    -ms-transition: all, .25s, linear .25s;
    -o-transition: all, .25s, linear .25s;
    transition: all, .25s, linear .25s;
    cursor: pointer;
}

.note-text.closed .arrow-icon {
    transform: rotate(0deg);
}

.text-body {
    padding:20px 30px;
    border-top: 1px solid #efefef;
}

.text-body .ol-list {
    width: 100%;
}

.text-body .ol-list li {
    color: #515151;
    font-size: 16px;
    line-height: 200%;
    list-style: decimal;
    margin-left: 20px;
    word-break: normal;
    word-wrap: break-word;
    word-spacing: normal;
}

.warn-link {
    font-size: 18px;
    color: #fd941d;
    text-decoration: underline;
}

.warn-link:hover {
    color: #fd941d;
}

/*投保错误及提醒提示*/
.black-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.tips-modal {
    display: block;
    position: fixed;
    top: 10%;
    left: 42.5%;
    z-index: 1050;
}

.tips-modal .close-btn {
    float: right;
    position: relative;
    top: 5px;
    right: 12px;
    cursor: pointer;
}

.tips-modal .modal-body {
    padding: 30px 20px;
    background-color: #fff;
    border: #666 solid 5px;
    min-width: 280px;
    max-width: 280px;
    text-align: center;
}

.tips-modal .modal-body span {
    font-size: 18px;
    color: #373232;
}
.remark{
    font-size: 16px;
    color: #002f5f;
    margin-bottom: 20px;
    display: block;
}


.nodisplay{
    display: none;
}
.promotion-area{
    padding: 0 11px 10px;
    position: relative;
}
.promotion-area-arrow{
    position: absolute;
    right: 15px;
    top: 15px;
    transform: rotate(90deg);
    background-image: url(/static/images/desktop/hk_starr/insure-icon-lists.png);
    background-position: 0px -216px;
    background-repeat: no-repeat;
    background-origin: content-box;
    width: 30px;
    height: 30px;
    -webkit-transition: all, .25s, linear .25s;
    -moz-transition: all, .25s, linear .25s;
    -ms-transition: all, .25s, linear .25s;
    -o-transition: all, .25s, linear .25s;
    transition: all, .25s, linear .25s;
    cursor: pointer;
}
.promotion-area-arrow.closed{
    transform: rotate(0deg);
}
.product-highlights-area{
     padding: 20px 11px;
}
.email-area{
    padding: 10px 11px;
    height: 170px;
}
.email-area input{
    padding-left: 17px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 18px;
    color: #7c91a5;
    height: 48px;
    width: 362px;
    vertical-align: bottom;
    line-height: 48px;
}
.email-area button{
    background-color: #26527c;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 48px;
    color: #fff;
    width: 101px;
}
.email-area-bg{
    background-image: url(/static/images/desktop/hk_starr/email-area.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.email-area-title{
    font-size: 18px;
    color: #00305e;
    text-align: center;
    padding-top: 25px;
}
.email-area-title span{
    background-image: url(/static/images/desktop/hk_starr/email.png);
    background-repeat: no-repeat;
    background-position: left 4px; 
}
.promotion-title{
    padding: 20px 0 20px 4px;
    font-size: 18px;
    color: #0d305e;
}
.product-highlights-title{
    padding: 20px 0 20px 19px;
    font-size: 18px;
    color: #0d305e;
}
.product-highlights ul,
.product-highlights ol{
    padding-left: 20px;
}
.product-highlights ul li,
.product-highlights ol li{
    list-style: inherit;
}
.count-down{
    background-color: #f1f2ff;
    float: left;
    width: 406px;
    height: 162px;
}
.count-down-title{
    background-image: url(/static/images/desktop/hk_starr/hurry.png);
    background-repeat: no-repeat;
    background-position: left top; 
    color: #00305e;
    font-size: 16px;
    padding-left: 25px;
    font-weight: 700;
}
.countdown{
    overflow: hidden;
    margin-top: 15px;
}
.countdown li {
    float: left;
    width: 79px;
    text-align: center;
}
.countdown li p {
    text-align: center;
    padding: 8px 0;
    font-size: 12px;
    line-height: 1;
}
.countdown li div{
    overflow: hidden;
}
.countdown li span {
    float: left;
    font-size: 60px;
    padding: 11px 0 12px;
    height: 36px;
    line-height: 36px;
    background-color: #26527c;
    color: #fff;
    width: 38px;
    text-align: center;
    border-radius: 4px;
}
.countdown li.seperator{
    line-height: 59px;
    width: 13px;
    font-size: 36px;
}
.code-available{
    float: left;
    width: 407px;
    height: 162px;
    margin-left: 10px;
    background-image: url(/static/images/desktop/hk_starr/code-available-small.png);
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: cover;
}
.promotion-details{
    margin-top: 10px;
    background-color: #e9f1f8;
    padding: 20px;
    overflow: hidden;
}
.promotion-details ol,
.promotion-details ul {
    padding-left: 20px;
}
.promotion-details ul li,
.promotion-details ol li{
    list-style: inherit;
}
.promotion-share{
    background-color: #e9f1f8;
    border-top: 1px solid #c7d9e8;
    overflow: hidden;
    padding: 0 20px;
}
.promotion-share ul{
    float: right;
}
.promotion-share li{
    padding: 10px 5px;
    float: left;
}
.promotion-share a{
    display: block;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: cover;
}
.promotion-share a.whatsapp{
    background-image:url(/static/images/desktop/hk_starr/whatsapp.png);
}
.promotion-share a.fb{
    background-image:url(/static/images/desktop/hk_starr/fb.png);
}
.promotion-share a.ig{
    background-image:url(/static/images/desktop/hk_starr/IG.png);
}
.promotion-share a.wechat{
    background-image:url(/static/images/desktop/hk_starr/wechat.png);
}
.promotion-share a.sms{
    background-image:url(/static/images/desktop/hk_starr/SMS.png);
}





