html {
    /*谷歌浏览器字体最小字体12px*/
    -webkit-text-size-adjust: 100%;
    /*100%/none 关闭字体大小自动调整功能*/
    /*a标签及拥有 :active伪类的元素有默认的高亮框*/
    -webkit-tap-hightlight-color: transparent;
    /*禁止文本被选中*/
    -webkit-user-select: none;
    font-family: 'MicrosoftYaHei';
}

body {
    overflow-x: hidden;
    /*开启moblie网页快速滚动和回弹的效果*/
    -webkit-overflow-scrolling: touch;
    font-family: 'MicrosoftYaHei';
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    display: block;
    width: 100%;
    text-decoration: none;
}

img {
    border: 0;
    width: 100%;
}

a,
img {
    /*阻止长按页面，弹出菜单的方法。*/
    -webkit-touch-callout: none;
}

input,
textarea {
    -webkit-appearance: none;
    outline: none;
    border: none;
    box-sizing: border-box;
    font-family: 'MicrosoftYaHei';
    font-size: 0.18rem;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

input,
select {
    width: 100%;
    border: none;
    display: block;
    font-family: 'MicrosoftYaHei';
    color: #002f5e;
}

/*修改placeholder的字体颜色*/
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #C4C4C4;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #C4C4C4;
}

input:-ms-input-placeholder {
    color: #C4C4C4;
}

input::-webkit-input-placeholder {
    color: #C4C4C4;
}

button:focus,
select:focus,
input:focus {
    outline: none;
}
.question {
    background: #F6F6F6;
    margin-bottom: 0.51rem;
}
.box_list {
    margin: 0;
}

.box_list>div {
    padding: 0.3rem 0.2rem;
}
body {
    font-size: 0.16rem;
}
section {
    margin: 0;
    padding: 0;
}
select {
    width: 100%;
    height: 0.4rem;
    border: 1px solid #DBDBDB;
    border-radius: 3px;
    padding-left: 10px;
    line-height: .4rem;
    vertical-align: middle;
    font-size: 0.18rem;
    background: #FFFFFF url('/static/images/mobile/sg_starr/icon-bottom-m.png') no-repeat 95% center/9px 4px;
}
input {
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    border-radius: 3px;
    padding-left: 10px;
    color: #002f5e;
    vertical-align: top;
    height: .4rem;
    line-height: .4rem;
    font-size: .18rem;
    width: 100%;
    box-sizing: border-box;
}
.bg-box {
    background: #FFFFFF;
    border: 1px solid transparent;
    border-radius: 5px;
}
.claim-type .bg-box {
    border: 1px #DBDBDB solid;
    border-radius: 0.03rem;
}
.hk_merge {
    height: .42rem;
    box-sizing: border-box;
}
.content {
    width: 100%;
    margin-bottom: .42rem;
}

.starr-title {
    position: relative;
}
.starr-title>span {
    font-size: 0.2rem;
    font-family: 'MicrosoftYaHei';
    color: #002f5f;
    width: 100%;
    display: table-cell;
    height: .5rem;
    vertical-align: middle;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}
.starr-title .title-line {
    background: #002f5e none repeat scroll 0 0;
    height: .2rem;
    position: absolute;
    width: 4px;
    top: 0.16rem;
    left: 0.16rem;
}
label {
    display: block;
    color: #002f5e;
    font-size: .16rem;
    line-height: .16rem;
    padding: 20px 0 5px;
    font-weight: bold;
}
.required-color {
    color: #f00000;
    font-size: 19px;
    height: .16rem;
    line-height: .16rem;
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
}
.second-title {
    color: #002f5e;
    border-bottom: 1px solid #c6cfd7;
    font-size: .16rem;
    font-weight: bold;
    padding: 40px 0 10px;
}
button {
    width: 173px;
    height: 40px;
    border: 1px solid #00305e;
    box-sizing: border-box;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    padding: 0;
    cursor: pointer;
    font-size: 0.16rem;
}
.btnSubmit {
    background: #002F5E;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
    font-family: 'MicrosoftYaHei';
    color: #ffffff;
    text-align: center;
    border-radius: 0.03rem;
    width: 100%;
}
.btnBack {
    width: 100%;
    outline: none;
    display: inline-block;
    margin-top: 0.2rem;
    background: #ffffff;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
    font-family: 'MicrosoftYaHei';
    color: #00305e;
    text-align: center;
    border-radius: 0.03rem;
}
.btnUpload {
    width: 132px;
    height: 0.32rem;
    line-height: 0.32rem;
    color: #fff;
    background: #00305e url(/static/images/mobile/hk_starr/claim/browse.png) no-repeat 25px center/18px 18px;
    padding: 0 0 0 0.2rem;
    display: block;
}
.policy-number {
    height: 0.4rem;
    background: #e3e6e9;
    border-radius: 5px;
    border: solid 1px #c8ccd0;
    color: #7e8388;
    font-size: .18rem;
    font-weight: normal;
    display: block;
    box-sizing: border-box;
    padding-left: 10px;
    line-height: 0.4rem;
}
.table-head {
    overflow: hidden;
}
.table-title {
    font-size: .16rem;
    letter-spacing: -1px;
    color: #373232;
    display: table-cell;
    vertical-align: middle;
}
.claim-item {
    border-bottom: 1px solid #E0E0E0;
}
.claim-item:last-of-type {
    border-bottom: none;
}
.claim-type-head {
    display: flex;
    align-items: center;
    padding: 0.15rem 0;
    /*height: .47rem;*/
    overflow: hidden;
}
.claim-type-head .check-box {
    /* margin-top: .13rem; */
    width: .22rem;
    height: .22rem;
    background: url(/static/images/mobile/hk_starr/claim/checkbox-unchecked.png) no-repeat center/.22rem .22rem;
    cursor: pointer;
    float: left;
    margin-right: .1rem;
    z-index: 2;
    position: relative;
}
.claim-type-head .check-box.checked {
    background: url(/static/images/mobile/hk_starr/claim/checkbox-checked.png) no-repeat center/.22rem .22rem;
}
.claim-type-head .claim-type-title {
    color: #002f5e;
    font-weight: bold;
    font-size: .16rem;
    display: table-cell;
    vertical-align: middle;
    flex: 1;
    /* height: .46rem; */
    /* padding: 0.05rem 0; */
}
.claim-type-content {
    padding: 0 0 .2rem;
    display: none;
}
.claim-type-content label[data-key=FILE_1] {
    padding-top: .2rem;
}
.claim-type-content input {
    height: .34rem;
    line-height: .34rem;
    box-sizing: border-box;
}
.claim-type-content textarea {
    height: .94rem;
    box-sizing: border-box;
    color: #002f5e;
    padding: .1rem;
    width: 100%;
    font-size: .16rem;
}
.radio-item {
    overflow: hidden;
}
.radio-item .yes,.radio-item .no{
    display: inline-block;
    width: 47%;
    vertical-align: middle;
    font-size: .16rem;
    cursor: pointer;
    border: 1px solid #c8c8c8;
    background: #ffffff;
    border-radius: 5px;
    line-height: .16rem;
    padding: 0.08rem 0;
    box-sizing: border-box;
    color: #424242;
}
.radio-item .yes i,.radio-item .no i {
    width: .18rem;
    height: .18rem;
    background: url(/static/images/mobile/sg_starr/claim/radio-unchecked.png) no-repeat center/.18rem .18rem;
    margin: 0 .05rem 0 .16rem;
    float: left;
}
.radio-item .yes.active,.radio-item .no.active {
    border: solid 2px #002f5f;
    background: #f6f6f6;
    color: #002f5f;
    padding: 0.07rem 0;
}
.radio-item .yes.active i,.radio-item .no.active i {
    background: url(/static/images/mobile/sg_starr/claim/radio-checked.png) no-repeat center/.18rem .18rem;
}
.tips {
    color: #f00000;
    margin-top: 5px;
    display: none;
}
.tips {
    display: none;
    color: #f00000;
    margin-top: 5px;
    font-size: 0.14rem;
}
.shuxian {
    color: #89a4be;
    line-height: 0.4rem;
    font-size: 20px;
}

.claim-amount {
    padding: .1rem .16rem;
}
.claim-amount label {
    display: inline-block;
    padding: 0;
    line-height: .32rem;
}
.claim-amount label .required-color {
    vertical-align: middle;
}
.claim-num {
    overflow: hidden;
}
.claim-num .btnNum {
    width: .44rem;
    height: .44rem;
    border: solid 1px #C9C9C9;
    cursor: pointer;
    box-sizing: border-box;

}
.claim-num .btnNum.reduce {
    background: #FFFFFF url(/static/images/desktop/hk_starr/claim/reduce.png) no-repeat center;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.claim-num .btnNum.add {
    background: #FFFFFF url(/static/images/desktop/hk_starr/claim/add.png) no-repeat center;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.claim-num input {
    width: 49px;
    height: 0.44rem;
    line-height: .42rem;
    border-left: none;
    border-right: none;
    border-top: solid 1px #C9C9C9;
    border-bottom: solid 1px #C9C9C9;
    text-align: center;
    padding: 0;
}

.uploadItem {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 0.35rem;
    line-height: 0.35rem;
    font-size: .16rem;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 !important;
    margin-bottom: 10px !important;
    margin-right: 10px !important;
    color: #00305e;
    border: 1px solid #00305e;
    cursor: pointer;
    border-radius: 4px;
    max-width: 90%;
}
.uploadItem img {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: 8px;
}
.uploadItem .close {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/static/images/mobile/sg_starr/claim/close.png) no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    vertical-align: super;
}
.uploadItem p {
    display: inline-block;
    line-height: 0.33rem;
    height: 0.33rem;
    margin-left: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 80%;
    /*flex: 1;*/
}
.moxie-shim {
    top: unset!important;
    bottom: 0!important;
}
.date-item input, .datetime-item input {
    background:  url(/static/images/mobile/sg_starr/claim/icon-calendar.png) no-repeat 97% center/ .2rem .2rem !important;
}
.radio-error {
    border: 1px solid red;
    border-radius: 50%;
}

.box_list .show {
    display: block;
    padding: 0;
}
.container{
    padding: 0.23rem 0.23rem 0;
}


.mask{
    display: none;
    width: 100%;
    height: 100%;
    background-color: #8192AA;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0.5;
}
.tip-modal{
    display: none;
    width:auto;
    background: #FFFFFF;
    position: fixed;
    top: 50%;
    left:0;
    transform: translateY(-50%);
    z-index: 999;
    margin: 0 .2rem;
}

.tip-modal .content{
    width: auto;
    margin: .31rem .27rem .26rem .27rem;   
}
.tip-title{
    font-size: .24rem;
    font-family: 'MicrosoftYaHei';
    font-weight: 400;
    color:#002f5e;;
}
.tip-text{
    font-size: .16rem;
    font-weight: 400;
    color: #0D2F5E;
    line-height: .2rem;
    margin-top: .22rem;
}
.tip-btn{
    display: flex;
    justify-content: space-between;
    margin-top: .16rem;
    color: #fff;
    font-family: 'MicrosoftYaHei';
    font-weight: 400;
}
.tip-btn div{
    width: 1.25rem;
    height: .35rem;
    font-size: .18rem;
    text-align: center;
    line-height: .35rem;
    cursor: pointer;
}

.tip-cancel{
    color: #0D2F5E;
    background-color: #FFFFFF;
    border: 1px solid #0D2F5E;
}
.tip-confirm{
    background: #002F5E;
}

.mobile .hk_merge {
    border: 1px solid #DBDBDB;
}
.mobile input {
    border: none;
}

.jiahao{
    position: absolute;
    line-height: 44px;
    top: 0;
    left: 10px;
    font-size: 16px;
}

/*点击按钮后diaabled*/
.disabled{
    background-image: url(/static/images/desktop/hk_starr/loading.gif);
    background-repeat: no-repeat;
    background-position: 90px 20px;
    background-color: #e4e3e1;
    border: 1px solid #e4e3e1;
    color: #9e9e9d;
    cursor: not-allowed;
    text-indent: 43px;
}

.disableds{
    background-image: url(/static/images/desktop/hk_starr/loading.gif);
    background-repeat: no-repeat;
    background-position: 20px 8px;
    background-size: 15%;
    background-color: #e4e3e1;
    border: 1px solid #e4e3e1;
    color: #9e9e9d;
    cursor: not-allowed;
    text-indent: 43px;
}