/*修改 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 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;
}

.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: 10px;
}

.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;
    display: flex;
}
.box-for-plan .field-import.error-border{
    border-color: #f00;
}
.box-for-plan .field-import.disable-color{
    background-color: rgb(235, 235, 235);
    cursor: not-allowed;
}
.box-for-plan .field-import .input {
    margin-bottom: 5px;
}
.box-for-plan .field-import.disable-color input{
    cursor: not-allowed;
}

#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;
    margin-bottom: 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 -70px;
    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;
    font-size: 0;
}
.box-for-plan .ins-nums button {
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    border: 0;
    height: 38px;
    width: 38px;
    background-color: #fff;
}

.box-for-plan .ins-nums .nums-box{
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    pdding: 0 10px;
    text-align: center;
    height: 38px;
    border-left: #00305e solid 1px;
    border-right: #00305e solid 1px;
    color: #00305e;
    font-weight: 700;
}
.box-for-plan .ins-nums .nums-box.disable{
    background-color: rgb(235, 235, 235);
    cursor: not-allowed;
}
.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 .increase.disable{
    background-position: -35px -284px;
    background-color: rgb(235, 235, 235);
    cursor: not-allowed;
}
.box-for-plan .ins-nums .reduce {
    background-image: url(/static/images/desktop/hk_starr/insure-icon-lists.png);
    background-position: 2px -318px;
    background-repeat: no-repeat;
}
.box-for-plan .ins-nums .reduce.disable{
    background-position: -35px -318px;
    background-color: rgb(235, 235, 235);
    cursor: not-allowed;
}

.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;
}

/*价格区*/
.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;
    padding: 2px 0;
}
.quote-price .insure-btn .new-p .price-text{
    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: 40px;
}
.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: 40px;
}

.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;
}

.modal-window {
    display: block !important;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background:  rgba(0,0,0,0.5);
}
.modal-popup {
    overflow: hidden;
    margin: auto;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
}
.popup-title {
    overflow: hidden;
    padding: 25px 30px;
}
.warning-tip-icon {
    display: inline-block;
    width: 19px;
    height: 17px;
    margin-right: 10px;
    background: url(/static/images/AyalaTip.png);
}
.popup-title-text {
    display: inline-block;
}
.popup-title-close {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/images/AyalaTipclose.png);
    float: right;
}
.popup-content {
    border-bottom: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
}
.popup-bottom {
    float: right;
}
.popup-bottom-cancel {
    cursor: pointer;
    width: 134px;
    height: 34px;
    color: #002e5f;
    border-radius: 4px;
    border: 1px solid #002e5f;
    display: block;
    margin: 10px 30px 10px 0;
}

.scroll-container{
    display:flex;
    width:100%;
    position: fixed;
    bottom:0;
    margin: 0 auto;
    background: #fff;
    z-index: 999;
}
.scroll-container>div{
    display: flex;
    height: 43px;
    margin: 0 auto;
    line-height: 43px;
}
.scroll{
  display:inline-block;
  position: relative;
  width: 900px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  /* border: 1px solid #ff0000; */
  margin: 0 auto;
}


.accept{
    width: 124px;
    height: 31px;
    display:inline-block;
    background: #00305E;
    border: 1px solid #000000;
    border-radius: 3px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0px;
    margin:6px 0 6px 76px; 
}
.mask {
    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;
}

.Exit-Popup {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1060;
    width: 472px;
    min-height: 251px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    background-color: #ffffff;
    cursor: pointer;
    font-family: "Microsoft JhengHei","Helvetica Condensed", "Arial Narrow ";
}

.tips-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 62px;
    border-bottom: 1px solid #ECEAEA;
    padding:0 20px;
}

.tips-title span {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #373232;
    line-height: 34px;
}
.tips-title i {
    display: inline-block;
    width: 19px;
    height: 17px;
    background: url(/static/images/desktop/ph_starr/Warm.png) no-repeat;
    background-size: 100%;
}
.tips-title .close{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/images/desktop/ph_starr/icon_close.png) no-repeat;
    background-size: 100%;
}

.tips-text {
    padding: 34px 30px;
    line-height: 25px;
    border-bottom: 1px solid #ECEAEA;
}

.tips-text p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #303030;
    line-height: 20px;
}


.counter {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 60px;
    font-size: 16px;
    color: #8d9196;
    padding: 0 20px;
}

.counter button{
    width: 134px;
    height: 35px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 34px;
}

.commit{
    border: 1px solid #000000;
    color: #000000;
}
.cancel{
    border: 1px solid #D8D8D8;
    color: #393939;
    margin-right:10px;
}