::-webkit-scrollbar {
    display: none;
}

.page{
    position: relative;
    /*width: 100%;*/
    /*height: 100%;*/
    min-width: 320px;
    /*max-width: 1000px;*/
    /*margin: 0 auto;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #f6f6f6;
    width: 100%;
}

.page div,
.page p,
.page b,
.page li,
.page span,
.page h3,
.page i{
    line-height: 1;
    font-style: normal;
}

.page p,
.page h3 {
    margin: 0;
}

.page ul{
    margin: 0;
    padding: 0;
}

.page label{
    line-height: 1;
    font-weight: normal;
}

/*投保确认*/
.page-title {
    /*position: fixed;
    top: 0;
    left: 0;
    right: 0;*/
    width: 100%;
    background: #169FED;
    background: linear-gradient(90deg, #26AEFC 0%, #0C64F8 100%);
    height: 50px;
    z-index: 1;
    flex-shrink: 0;
}

.page-title span {
    display: block;
    width: 1000px;
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 50px;
    color: white;
    font-weight: bold;
}

.page-nav{
    width: 100%;
    /*position: fixed;
    top: 0;
    left: 0;
    right: 0;*/
    background: #FFFFFF;
    z-index: 1;
    flex-shrink: 0;
    padding: 0 10px;
    overflow: hidden;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.03);
}

.page-nav ul{
    display: flex;
    align-items: center;
    /*justify-content: space-around;
    flex-wrap: nowrap;*/
    height: 50px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

/*.page-nav li:first-child{
    width: 25%;
}*/

.page-nav li{
    list-style: none;
    /*display: inline-block;
    width: 25%;
    margin-right: 3%;*/
    padding-top: 2px;
    flex: 1;
    margin-right: 6%;
    text-align: center;
    cursor: pointer;
    /*padding: 0.2rem 0;*/
    box-sizing: border-box;
}

.page-nav li:last-child{
    margin-right: 0;
}

.page-nav li.active .title{
    color: #191919;
    font-weight: bold;
    font-size: 15px;
}

.page-nav li .title{
    letter-spacing: 1px;
    color: #888888;
    font-size: 14px;
}

.page-nav li .content{
    padding-top: 3px;
    font-size: 0;
}

.page-nav li.checked .icon,
.page-nav li.checked .text{
    color: #0ABDA2;
}

.page-nav li .icon{
    display: inline-block;
    vertical-align: middle;
    color: #FA8304;
    width: 16px;
    height: 16px;
    margin-right: 1px;
}

.page-nav li .text{
    display: inline-block;
    vertical-align: middle;
    color: #FA8304;
    font-size: 12px
}

.page-con{
    width: 100%;
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 6px 10px 6px;
}

.page-cell:first-child{
    margin-top: 0;
}

.page-cell{
    border-radius: 10px;
    padding: 12px;
    background: white;
    margin-top: 6px;
}

.page-cell-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
}

.page-cell-title h3>span{
    display: inline-block;
    font-weight: normal;
    color: #888888;
    font-size: 14px
}

.page-cell-title h3{
    display: inline-block;
    color: #191919;
    letter-spacing: 1px;
    font-size: 15px
}

.page-cell-title p{
    display: inline-block;
    cursor: pointer;
}

.page-cell-title p span{
    display: inline-block;
    vertical-align: middle;
    color: #e83b06;
    font-size: 14px
}

.page-cell-title p span.checkIcon{
    font-size: 16px;
    /*color: #DDDDDD;*/
}

.page-cell-form li,
.interests-item-ul li{
    padding-top: 10px;
    font-size: 0;
    vertical-align: top;
}

.page-cell-form li label,
.interests-item-ul li label{
    display: inline-block;
    width: 40%;
    color: #888888;
    font-size: 14px;
    line-height: 16px;
    padding-right: 10px;
    box-sizing: border-box;
}

.page-cell-form li label:after,
.interests-item-ul li label:after{
    position: relative;
    content: ':';
    right: -3px;
    top: 0;
}

.page-cell-form li span,
.interests-item-ul li span{
    display: inline-block;
    width: 60%;
    color: #191919;
    font-size: 14px;
    vertical-align: top;
    line-height: 16px;
}

.interests-item:last-child .page-cell-list li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}

.interests-item-title{
    cursor: pointer;
    padding-top: 12px
}

.interests-item-title span{
    display: inline-block;
    vertical-align: middle;
    color: #169FED;
    font-size: 16px;
    margin-right: 3px
}

.interests-item-title b{
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px;
    font-size: 16px
}

.interests-item-con{
    padding-left: 10px;
}

.page-cell-con{
    color: #888888;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px!important;
}

.page-cell-list li{
    font-size: 0;
    border-bottom: 1px dashed #E5E5E5;
    padding: 10px 0;
}

.page-cell-list li:first-child{
    margin-top: 10px;
    border-top: 1px dashed #E5E5E5;
    /*padding-top: 0;*/
}

.page-cell-list li .name{
    display: inline-block;
    color: #191919;
    font-size: 14px;
    width: 70%;
    line-height: 18px;
    cursor: pointer;
}

.page-cell-list li p>span{
    display: inline-block;
    width: 30%;
    text-align: right;
    vertical-align: top;
    line-height: 18px;
    cursor: pointer;
}

.page-cell-list li .text{
    display: inline-block;
    vertical-align: middle;
    color: #169FED;
    font-size: 14px;
    padding-right: 6px;
}

.page-cell-list li .icon{
    display: inline-block;
    vertical-align: middle;
    color: #888888;
    font-size: 12px;
    font-weight: bold;
    -webkit-transition: -webkit-transform .2s ease-in;
    -moz-transition: -moz-transform .2s ease-in;
    -o-transition: -o-transform .2s ease-in;
    transition: transform .2s ease-in;
}

.page-cell-list p.open .icon{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.page-cell-list li p:last-child{
    margin-top: 10px;
    background: #F9F9F9;
    border-radius: 5px;
    padding: 8px 10px;
    line-height: 16px;
    font-size: 12px;
    color: #888888;
    letter-spacing: 1px;
    box-sizing: border-box;
    display: none;
}

.clause-cell-list li{
    cursor: pointer;
}

.clause-cell-list li:first-child{
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}

.response-cell-list li:last-child,
.clause-cell-list li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}

.clause-cell-list li .name{
    width: 90%;
}

.clause-cell-list li>span{
    width: 10%;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
}

.clause-cell-list li .icon{
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/*.page-footer-seat{
    height: 1.2rem;
}*/

.page-footer{
    width: 100%;
    /*position: fixed;
    left: 0;
    right: 0;
    bottom: 0;*/
    z-index: 1;
    padding: 0 24px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    background: white;
    box-shadow: 0px -2px 3px 0px rgba(12,100,248,0.04);
    border-radius: 3px 3px 0 0;
}

.page-footer span{
    display: inline-block;
    background: white;
    color: #169FED;
    cursor: pointer;
    width: 47%;
    /*letter-spacing: 3px;*/
    height: 40px;
    line-height: 40px;
    border: 1px solid #169FED;
    font-size: 15px;
    text-align: center;
    border-radius: 30px;
}

.page-footer span:last-child{
    border: 1px solid transparent;
    background: linear-gradient(90deg, #169FED 0%, #0C64F8 100%);
    color: white;
}

.file-modal{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 1;
    display: none;
}

.file-dialog{
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    border-radius: 16px 16px 0 0;
    z-index: 1;
    background: white;
    display: none;
}

.file-dialog-title{
    position: relative;
    line-height: 1;
    text-align: center;
    padding: 12px;
    box-shadow: 0px 2px 3px 0px rgba(12, 100, 248, 0.04);
    border-radius: 16px 16px 0 0;
}

.file-dialog-title b{
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1px;
    color: #191919;
    padding-right: 30px;
    line-height: 16px;
}

.file-dialog-title .icon{
    position: absolute;
    right: 15px;
    top: 10px;
    color: #888888;
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
}

.file-dialog-con{
    padding: 15px;
    box-sizing: border-box;
    min-height: 300px;
    max-height: 400px;
    overflow: auto;
    color: #888888;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px!important;
}

/*预览*/
.page-preview .page-cell-title p,
.page-preview .page-footer-seat,
.page-preview .page-footer{
    display: none;
}


/*被保人信息样式*/
.insured-item{
    margin-bottom: 15px;
}

.insured-item:last-child{
    margin-bottom: 0;
}

.insured-item-title{
    display: none;
}

.insured-item-title span{
    display: inline-block;
    vertical-align: middle;
    color: #169FED;
    font-size: 18px;
    margin-right: 3px;
}

.insured-item-title b{
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px;
    font-size: 14px;
}

.insured-table{
    width: 100%;
    border: none;
    border-collapse: collapse;
    text-align: center;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

.insured-table thead{
    background: linear-gradient(to left, #18B5FE 0%, #05D0EF 100%);
}

.insured-table thead th {
    font-size: 14px;
    color: white;
    padding: 10px 0;
    line-height: 1;
    text-align: center;
    border: none;
    font-weight: normal;
    white-space: nowrap;
}

.insured-form{
    display: none;
}

/*偶数*/
.insured-table tbody tr:nth-child(even){
    background: rgba(246,246,246,1);
}

.insured-table tbody tr td{
    font-size: 14px;
    color: #191919;
    padding: 10px 0;
    line-height: 1;
    text-align: center;
    border: none;
}

/*.insured-form-item{
    padding-top: 10px;
    border-bottom: 1px dashed #DDDDDD;
}*/

.insured-form-item:first-child .insured-form-title{
    padding-top: 0;
}

.insured-form-item:last-child{
    border-bottom: none!important;
}

/*.insured-form-item:last-child .insured-form-con li:last-child{
    padding-bottom: 0;
}*/

.insured-form-title{
    position: relative;
    /*padding-top: 12px;*/
    padding-bottom: 10px;
    cursor: pointer;
}

.insured-form-title b{
    display: inline-block;
    vertical-align: middle;
    color: #191919;
    letter-spacing: 1px;
    font-size: 14px;
}

.insured-form-title span{
    display: inline-block;
    vertical-align: middle;
    padding: 4px 8px;
    text-align: center;
    background: #F6F6F6;
    font-size: 12px;
    color: #888888;
    transform: scale(0.9);
    border-radius: 30px;
}

.insured-form-title .icon{
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 13px;
    color: #888888;
    font-weight: bold;
    -webkit-transition: -webkit-transform .2s ease-in;
    -moz-transition: -moz-transform .2s ease-in;
    -o-transition: -o-transform .2s ease-in;
    transition: transform .2s ease-in;
}

.insured-form-title.open .icon{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.insured-form-con{
    padding-bottom: 12px;
}

/*.insured-form-con:last-child{
    padding-bottom: 0;
}*/

.insured-form-con li:first-child{
    padding-top: 0;
}

.insured-form-con li{
    padding-top: 10px;
    font-size: 0;
}

.insured-form-con li:nth-child(n+3){
    display: none;
}

.insured-form-con li label{
    display: inline-block;
    font-weight: normal;
    color: #888888;
    width: 30%;
    font-size: 14px;
    text-align: left;
}

.insured-form-con li span{
    display: inline-block;
    width: 70%;
    font-size: 14px;
    color: #191919;
}

.insured-form-item:last-child .insured-form-con li:last-child,
.insured-form-item:last-child .insured-form-con:last-child{
    padding-bottom: 0;
}


/*多计划*/
.insured-cell-info.multiple .insured-table{
    margin-top: 12px;
}

.insured-cell-info.multiple .insured-item-title{
    display: block;
    cursor: pointer;
}

.insured-cell-info.multiple .insured-form-title{
    padding-top: 0;
}

.insured-cell-info.multiple .insured-item-con{
    padding-left: 25px;
}

.insured-cell-info.multiple .insured-form-item{
    padding-top: 10px;
    border-bottom: 1px dashed #DDDDDD;
}

@media screen and (max-width:540px){
    .page-title,
    .insured-table{
        display: none;
    }

    .page-cell-form li:first-child{
        padding-top: 0;
    }

    .insured-form{
        display: block;
    }
}

/*pc端*/
@media screen and (min-width:540px) {
    .page-con,
    .page-nav ul,
    .page-footer{
        max-width: 1000px;
        margin: 0 auto;
    }

    /*.page-nav{
        top: 50px;
    }*/

    .page-nav ul{
        height: 55px;
        padding: 0;
        justify-content: space-around;
    }

    .page-nav li{
        flex: none;
        margin-right: 0;
    }

    .page-nav li .title{
        font-size: 14px;
    }

    .page-nav li .content{
        padding-top: 5px;
    }

    .page-nav li .icon{
        width: 18px;
        height: 18px;
    }

    .page-nav li .text{
        font-size: 12px;
        letter-spacing: 1px;
    }

    .page-con{
        padding: 12px 0 12px;
    }

    .page-cell{
        border-radius: 16px;
        padding: 16px 24px;
        margin-top: 12px;
    }

    .page-cell-title{
        padding-bottom: 15px;
    }

    /*.response-cell .page-cell-title{
        padding-bottom: 5px;
    }*/

    .page-cell-title h3{
        font-size: 16px;
    }

    .page-cell-title p span{
        font-size: 14px;
        letter-spacing: 1px;
    }

    .page-cell-title p span.checkIcon{
        font-size: 16px;
    }

    .page-cell-form li,
    .interests-item-ul li{
        display: inline-block;
        width: 50%;
        padding-top: 8px;
    }

    .page-cell-form li label,
    .interests-item-ul li label{
        width: 40%;
        font-size: 14px;
        line-height: 18px;
        text-align: right;
    }

    .page-cell-form li span,
    .interests-item-ul li span{
        width: 60%;
        font-size: 14px;
        line-height: 18px;
    }

    .interests-item-title{
        padding-top: 15px;
    }

    .interests-item-title span{
        font-size: 18px;
        margin-right: 3px;
    }

    .interests-item-title b{
        font-size: 14px;
    }

    .interests-item-con{
        padding-left: 25px;
    }

    .page-cell-list li{
        padding: 12px 0;
    }

    .page-cell-list li:first-child{
        margin-top: 12px;
    }

    .page-cell-list li .name{
        width: 80%;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 1;
    }

    .page-cell-list li p>span{
        width: 20%;
        line-height: 1;
    }

    .page-cell-list li p:last-child{
        margin-top: 12px;
        background: #F9F9F9;
        border-radius: 10px;
        padding: 12px 16px;
        line-height: 18px;
        font-size: 13px;
    }

    .page-cell-list li .text{
        font-size: 14px;
        padding-right: 10px;
    }

    .page-cell-list li .icon{
        font-size: 12px;
    }

    .page-cell-con{
        font-size: 14px;
        line-height: 18px!important;
    }

    .clause-cell-list li:first-child{
        margin-top: 0;
    }

    .clause-cell-list li .name{
        width: 90%;
    }

    .clause-cell-list li>span{
        width: 10%;
        line-height: 1;
    }

    .page-footer-seat{
        height: 60px;
    }

    .page-footer{
        justify-content: center;
        padding: 0;
        height: 60px;
        border-radius: 16px 16px 0px 0px;
    }

    .page-footer span{
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        width: 100px;
        margin: 0 20px;
    }

    .file-dialog{
        top: 50%;
        left: 50%;
        bottom: unset;
        border-radius: 16px;
        transform: translate(-50%, -50%);
        width: 900px;
        overflow: hidden;
    }

    .file-dialog-title{
        padding: 15px;
        border-radius: 16px 16px 0 0;
    }

    .file-dialog-title b{
        font-size: 16px;
        padding-right: 0;
    }

    .file-dialog-title .icon{
        right: 20px;
        top: 12px;
        font-size: 24px;
    }

    .file-dialog-con{
        padding: 20px;
        min-height: 300px;
        max-height: 550px;
        font-size: 14px;
        line-height: 18px!important;
    }
}
