a {
    color: #193b69;
}

ul, li, p {
    margin-bottom: 0px;
}

.w50 {
    width: 50%;
}

.aligncenter {
    text-align: center;
}

input, select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #0d2f5e;
}

input::-webkit-input-placeholder {
    color: #c4c4c4 !important;
}

input:-moz-placeholder {
    color: #c4c4c4 !important;
}

input::-moz-placeholder {
    color: #c4c4c4 !important;
}

input:-ms-input-placeholder {
    color: #c4c4c4 !important;
}

input:focus,
select:focus,
button:focus {
    outline: none
}

span.bold {
    font-weight: bold;
}

/*标题*/
.hkci-title {
    position: relative;
    padding-left: 40px;
    font-size: 26px;
    color: #0d2f5e;
}

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

.hkci-title span.edit {
    float: right;
}

.hkci-title span.edit a {
    font-size: 18px;
    text-decoration: underline;
}

/*公共表单类名*/
.hkci.errBorder {
    border: 1px solid red;
}

/*表单标题*/
.hcki-form-item > p {
    margin-bottom: 12px;
    font-size: 18px;
    color: #0d2f5e;
}

.hkci-datebox, .hkci-select {
    box-sizing: border-box;
}

/*radioBox*/
.hkci-radiobox ul {
    overflow: hidden;
    zoom: 1;
}

.hkci-radiobox ul li {
    box-sizing: border-box;
    float: left;
    width: 50%;
    height: 54px;
    text-align: center;
    line-height: 54px;
    font-size: 20px;
    color: #c4c4c4;
    border: 1px solid #d5dae1;
    cursor: pointer;
}

.hkci-radiobox ul li:not(.active):hover {
    color: #0d2f5e;
}

.hkci-radiobox ul li.active {
    color: #ffffff;
    background: #0d2f5e;
    border: 1px solid #0d2f5e;
}

.hkci-radiobox ul.p25 li {
    width: 25%;
}

/*dateInput*/
.hkci-datebox {
    border: 1px solid #d5dae1;
    height: 54px;
}

.hkci-datebox input {
    padding-left: 28px;
    height: 52px;
    font-size: 20px;
    width: 100%;
    line-height:52px;
}

.hkci-datebox input.date {
    background: #FFFFFF url(/static/images/desktop/ph_starr/calendar.png) no-repeat 95% center;
    cursor: pointer;
}

.hkci-datebox.disable input.date {
    cursor: not-allowed;
    color: #c4c4c4;
    background: #edeff1 url(/static/images/desktop/ph_starr/calendar.png) no-repeat 95% center;
}

/*Select*/
.hkci-select {
    height: 54px;
    border: 1px solid #d5dae1;
    overflow:hidden;
}

.hkci-select select {
    position: relative;
    border: none;
    padding:14px 20px 15px 28px;
    /*height: 52px;*/
    /*line-height:52px;*/
    font-size: 20px;
    width: 100%;
    background: #ffffff url(/static/images/desktop/ph_starr/bg-select.png) no-repeat 95% center;
}

.hkci-select select.disable {
    cursor: not-allowed;
    color: #c4c4c4;
    background: #edeff1 url(/static/images/desktop/ph_starr/bg-select.png) no-repeat 95% center;
    background:#edeff1\9;
}

/*hkci-sin-radiobox*/
.hkci-sin-radiobox {
    display: inline-block;
    font-size: 18px;
    color: #0d2f5e;
}

.hkci-sin-radiobox span {
    position: relative;
    padding-left: 30px;
    margin: 0 20px;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
}

.hkci-sin-radiobox span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(/static/images/desktop/hkci/icon_uncheck.png) center center no-repeat;
}

.hkci-sin-radiobox span.active:before {
    background: url(/static/images/desktop/hkci/icon_checked.png) center center no-repeat;
}

/*input*/
.hkci-input {
    border: 1px solid #d5dae1;
}

.hkci.disable {
    background: #edeff1;
    color: #c4c4c4;
    cursor: not-allowed;
}

.hkci.disable input {
    color: #c4c4c4;
}

.hkci-input input {
    padding-left: 28px;
    height: 52px;
    font-size: 20px;
    width: 100%;
    line-height:52px;
}

/*select-input*/ /*hkci-span-input*/
.hkci-input-select, .hkci-span-input {
    border: 1px solid #d5dae1;
    height: 52px;
    position: relative;
}

.hkci-input-select.disable select {
    background: #edeff1;
    color: #c4c4c4;
    cursor: not-allowed;
}

.hkci-input-select .ipt-group {
    width: 315px;
    height: 100%;
    float: right;
}

.hkci-input-select select {
    width: 150px;
    /*height: 52px;*/
    padding:11px 0px 11px 28px;
    border: none;
    font-size: 20px;
    background: #FFFFFF url(/static/images/desktop/ph_starr/bg-select.png) no-repeat 95% center;
}

.hkci-input-select span.c-line {
    border-left: 1px solid #d5dae1;
    padding: 0;
    margin: -6px 5px;
    height: 24px;
    display: inline-block;
}

.hkci-input-select .ipt-group span.c-line {
    margin: -10px 5px;
}

.hkci-input-select input {
    width: 70px;
    height: 52px;
    font-size: 20px;
    text-align: center;
}

.hkci-span-input input {
    position: absolute;
    right: 0;
    top: 0;
    width: 315px;
    height: 52px;
    font-size: 20px;
    text-align: center;
}

.hkci-span-input span {
    display: inline-block;
    width: 150px;
    height: 100%;
    line-height: 52px;
    font-size: 20px;
    color: #0d2f5e;
    text-align: center;
}

.hkci-span-input input {
    text-align: left;
}

.hkci-span-input span.c-line {
    width: 2px;
    border-left: 1px solid #d5dae1;
    padding: 0;
    margin: -6px 5px;
    height: 24px;
    display: inline-block;
}

.hkci-input-select input.middle-ipt {
    width: 110px;
}

.hkci-input-select .left-par, .hkci-input-select .right-par {
    position: absolute;
    top: 18px;
    color: #d5dae1;
}

.hkci-input-select .right-par {
    position: absolute;
}

/*label*/
.hkci-label {
    line-height: 25px;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color: #002F5E;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    cursor: pointer;
}

/*checkbox*/
.hkci-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 25px;
    height: 25px;
    background: url(/static/images/desktop/hkci/icon_q_check.png) center center no-repeat;
    cursor: pointer;
}

.hkci-checkbox.active {
    background: url(/static/images/desktop/hkci/icon_q_checked.png) center center no-repeat;
}

.hkci-checkbox.disable{
    background: url(/static/images/desktop/hkci/icon_q_disabled.png) center center no-repeat;
}

/*btn*/
.hkci-btn {
    width: 250px;
    height: 56px;
}

.hkci-btn p {
    width: 100%;
    height: 100%;
    line-height: 56px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    background: #003359;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.hkci-btn.disable p {
    background: #edeff1;
    color: #c4c4c4;
    cursor: not-allowed;
}

.hkci-btn.loading p {
    color: #c4c4c4;
    cursor: not-allowed;
    background: #edeff1 url(/static/images/desktop/hk_starr/loading.gif) no-repeat 35px 18px;
}

/*hkci-button*/
.hkci-button {
    cursor: pointer;
}

/*step*/
.step {
    background: #F6F6F6;
}

.step .wrap {
    width: 1100px;
    margin: 0 auto;
}

.step ul {

}

.step ul li {
    display: inline-block;
    width: 33%;
    height: 29px;
    line-height: 29px;
    font-size: 14px;
    color: #002F5E;
    cursor: default;
}

.step ul li:nth-of-type(2) {
    text-align: center;
}

.step ul li:nth-of-type(3) {
    text-align: right;
}

/*基本信息*/
.basic-info {
    color: #ffffff;
    background: url(/static/images/desktop/ph_starr/ipa-header.png) repeat;
}

.basic-info .wrap {
    padding: 28px 0 10px;
}

.basic-info .wrap p {
    font-size: 18px;
    margin-bottom: 12px;
}

.basic-info .wrap p span.bold {
    font-weight: bold;
}

/*小图标提醒*/
i.icon-notice {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/static/images/desktop/hkci/icon_notice_blue.png) center center no-repeat;
}

/*基本信息编辑*/
.basic-des{
    display:inline-block;
}
#edit {
    text-decoration: underline;
    cursor: pointer;
    font-size:18px;
}

/*错误提示*/
.hcki-form-item > p.hkci-error {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
    color: red;
}

/*基本信息弹框*/
#basicModal {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(50, 50, 50, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

#basicModal .quote {
    position: relative;
    width: 1100px;
    height:90%;
    overflow-y: scroll;
    background: #ffffff;
    margin: 50px auto;
    padding: 60px 30px 0px 30px;
}

#basicModal .form-item {
    margin-bottom: 20px;
}

#basicModal .form-content{
    margin-bottom: 20px;
}
#basicModal span.close {
    position: absolute;
    top: 20px;
    right: 30px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/static/images/desktop/hkci/icon_close.png) center center no-repeat;
    cursor: pointer;
}

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

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

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

#basicModal .form-item .lists li .hkci-sin-radiobox {
    float: right;
}

/*错误信息弹框*/
.hkci-modal {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(50, 50, 50, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.hkci-modal .inner {
    width: 500px;
    background: #ffffff;
    margin: 200px auto;
    padding: 50px 30px 20px 30px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.hkci-modal span.close {
    position: absolute;
    top: 15px;
    right: 30px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/static/images/desktop/hkci/icon_close.png) center center no-repeat;
    cursor: pointer;
}

.hkci-modal .inner .form-content .cnt {
    margin-bottom: 20px;
}

.hkci-modal .inner .form-content p {
    font-size: 16px;
    line-height: 24px;
}

.hkci-modal .inner .hkci-btn {
    width: 170px;
    height: 40px;
}

.hkci-modal .inner .error-btn-group {
    overflow: hidden;
    zoom: 1;
}

.hkci-modal .inner .hkci-btn p {
    line-height: 40px;
}

.hkci-modal .inner .hkci-btn {
    float:left;
    margin-left: 20px;
}

.hkci-modal .inner .hkci-btn.errorConfirm {
    margin-left: 50px;
}
.hkci-modal .inner .hkci-btn.confirm{
    float:right;
}
    /*提示框*/
.tips {
    position: absolute;
    height: 25px;
    right: 0;
    cursor: pointer;
}

.tips > div {
    position: relative;
}

.tips i {
    display: inline-block;
    vertical-align: bottom;
    width: 22px;
    height: 22px;
    background: url(/static/images/desktop/hkci/icon_tips_b.png) center center no-repeat;
}

.tips:hover .tips-cnt {
    display: block;
}

.tips .tips-cnt {
    display: none;
    position: absolute;
    z-index: 999;
    width: 270px;
    padding: 20px;
    right: 0;
    border-radius: 10px;
    border: 1px solid #d5dae1;
    background: #ffffff;
    font-size:16px!important;
}
