/*通用的样式重置
* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}*/
/*公共的样式文件*/
body{
    background-color: #efefef;
}
.top{
    background-color: #f8f8f8;
}
.top h2{
    text-align: center;
    font-size: 0.16rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-bottom: 1px solid #ccc;
}
*{
    margin: 0;
    padding: 0;
    color: #000;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", Arial, "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    text-decoration: none;
    list-style: none;
    font-size: 0.2rem;
}
.form {
    margin-bottom: 0.15rem;
}
.formTitle {
    overflow: hidden;
}
.formBox h3 {
    font-size: 0.15rem;
    color: #999;
    line-height: 0.5rem;
    font-weight: normal;
    padding-left: 0.15rem;
}
.inputbox {
    background-color: #fff;
}
.inputrow {
    width: 96%;
    border-bottom: 1px solid #dddddd;
    height: 0.41rem;
    line-height: 0.41rem;
    padding-left: 0.15rem;
    position: relative;
}
.inputrow .inputrow_star{
    position: absolute;
    top:0.02rem;
    font-size: 0.15rem;
    left:0.15rem;
}
.inputrow .inputrow_star1{
    position: absolute;
    top:0.02rem;
    left:0.14rem;
    font-size: 0.15rem;
}
.inputrow label{
    width: 1rem;
    float: left;
    font-size: 0.15rem;
    padding-left: 0.07rem;
    height:100%;
    color: #1e1e1e;
}
.inputrow .inputcol{
    font-size: 0.14rem;
}
.inputrow .inputcol input {
    width: 50%;
    border: none;
    height: 0.3rem;
    line-height: 0.3rem;
    color: #1e1e1e;
    font-size: 0.15rem;

}
.inputrow_err{
    height: 0.68rem;
}
.msg {
    height: 0.18rem;
    line-height: 0.18rem;
    font-size: 0.14rem;
    color: #fb5946;
}
.msg2 {
    height: 0.18rem;
    line-height: 0.14rem;
    padding-left: 1rem;
    font-size: 0.14rem;
}
.hide{
    display: none;
}
.inputbox_error .inputcont{
    border: solid 1px red;
}
.inputcol select {
    width: 63%;
    border: none;
    height: 0.3rem;
    line-height: 0.3rem;
    color: #1e1e1e;
    font-size: 0.15rem;
}
.btn {
    display: inline-block;
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.18rem;
    color: #fff;
    background: #f37937;
    text-decoration: none;
    border-radius: 0.05rem;
    text-align: center;
    margin-bottom: 0.15rem;
}
.btn0 {
    width: 95%;
    height: 0.5rem;
    line-height: 0.5rem;
}
select{
    -webkit-appearance: none;
    -moz-appearance:none;
}
option{
    font-size: 0.15rem;
}
.bottomPromptBox {
    color: red;
    padding-bottom: 0.02rem;
    font-size: 0.14rem;
    padding-left: 0.2rem;
    margin-top: 0.15rem;
}
.errStyle{
    margin-bottom: 0.8rem;
}
.zxTit {
    color: #f37928;
    font-size: 0.14rem;
    padding-left: 0.2rem;
    line-height: 0.28rem;
}
.m-t-0{
    margin-top: 0;
}
.picker {
    display: none;
}
.tc{
    text-align:center;
}
.shadow {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    background: rgba(169, 169, 169, 0.72);
}
.shadowbox {
    width: 75%;
    background: #fff;
    position: fixed;
    z-index: 11;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    border-radius: 0.05rem;
    text-align: center;
}
/* top头部样式 */
/*  定义为盒模型  */
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

/*  盒模型垂直布局  */
.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
}

/*  子元素自动占据剩余的空间  */
.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

/*  水平布局下的子元素-两端对齐  */
.flex-h-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

/*  水平布局下的子元素-水平居中  */
.flex-h-hcenter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

/*  水平布局下的子元素-垂直居中  */
.flex-h-vcenter {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.mod-step {
    background-color: #fff;
    padding:6px;
    font-size: 12px;
    margin-bottom: 0.02rem;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.mod-step .step-num {
    position: relative;
    z-index: 1;
    font-size: 16px;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 2px #ccc solid;
    text-align: center;
    color: #ccc;
    border-radius: 25px; /* 兼容低版android */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #fff;
}
.mod-step .step-num .top-img{
    width:13px;
    height:9px;
    display: inline-block;
}
.mod-step .step-num .top-img:before{
    border-style: solid;
    border-width: 2px;
    border-width: 1.5px;
    border-left-width: 0;
    border-bottom-width: 0;
    top: 50%;
    right: 50%;
    width: 10px;
    height: 5px;
    transform: rotate(135deg) translate(-70%);
    position: absolute;
    content: ' ';
}

.mod-step .step-line {
    position: absolute;
    z-index: 0;
    top: 50%;
    margin-top: -11px;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ccc;
}

.mod-step .step-txt {
    margin-top: 2px;
    color: #ccc;
    font-size: 0.11rem;
}

.mod-step li {
    text-align: center;
    position: relative;
}

.mod-step li.current .step-num {
    color: #f37937;
    border-color: #f37937;
}

.mod-step li.current .step-txt {
    color: #f37937;
}

.mod-step li.current .step-line {
    background-color: #f37937;
}

.mod-step li:first-child .step-line {
    width: 50%;
    left: 50%;
}

.mod-step li:last-child .step-line {
    width: 50%;
}

.mobile-input label {
    padding-top: .2rem;
}
/*pc响应  最大宽度960*/
@media (min-width: 960px){
    .mobile-input label {
        padding-top:0;
    }
    .isPc body{
        position: relative;
        width: 960px;
        margin:  0 auto;
    }
    /*定位为fixed的宽度要相遇调整*/
    .isPc .picker,.isPc .sbtn {
        width: 960px;
    }
    .isPc .argeementCon{
        overflow-y:auto!important;
        overflow-x:auto!important;
    }
    .isPc .cardInfoClose,.isPc .contractClose{
        position: inherit;
        top: 0.05rem;
        right: 0.05rem;
        z-index: 3;
    }
    .isPc .card_list {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2;
        overflow-y: scroll;
    }

    .isPc .argeementCon .close {
        position: absolute;
        top:0.05rem;
    }
    .isPc .argeementCon iframe {
        height: 98%;
    }

    .isPc .shadowbox,
    .isPc .laycont,
    .isPc .yzmcon,
    .isPc .yzmmarsk.secondpage{
        max-width: 900px;
    }
}

/*卡组织优化需求中，页面头部进度条修改的样式---开始---*/

.mod-step-wx {
    background-color: #fff;
    padding: 0.07rem 0.48rem 0.1rem;
    font-size: 12px;
}
.mod-step-wx .topline_old,
.mod-step-wx .topline_ing {
    display: inline-block;
    position: absolute;
    z-index: 1;
    box-sizing: border-box;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f37937;
}
.mod-step-wx .topline_old:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 2px;
    left: 2px;
    top: 3px;
    transform: rotate(-45deg);
    display: inline-block;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

.mod-step-wx .topline_ing:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 2px;
    left: 4px;
    top: 4px;
    background-color: #fff;
    border-radius: 2px;
}
.mod-step-wx .step-num {
    position: absolute;
    top: 8px;
    z-index: 1;
}
.mod-step-wx .top-img{
    display: inline-block;
    width: 5px;
    height: 5px;
    background: rgb(229,229,229);
    border-radius: 50%;
}
.mod-step-wx .step-line {
    position: absolute;
    top: 9px;
    left: -50%;
    z-index: 0;
    margin-top: 1px;
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgb(229,229,229);
}

.mod-step-wx .step-txt {
    margin-top: 2px;
    color: #ccc;
    font-size: 0.11rem;
}

.mod-step-wx li {
    text-align: center;
    position: relative;
    height: 20px;
}

.mod-step-wx .flex-h-vcenter {
    height: 20px;
}

.mod-step-wx .current .topline_old,
.mod-step-wx .current .topline_ing {
    top: 6px;
}
.mod-step-wx .current .step-num .top-img {
    width: 10px;
    height: 10px;
}

.mod-step-wx .current .step-line  {
    background-color: #f37937;
}

.mod-step-wx img {
    display: block;
}
.step-line-half {
    position: absolute;
    top: 9px;
    left: -50%;
    z-index: 0;
    margin-top: 1px;
    margin-left: 5px;
    width: 50%;
    height: 1px;
}
/*卡组织优化需求中，页面头部进度条修改的样式---结束---*/
/*新的模块样式*/
.nblock{
    background:#FFF;
    margin-top: 0.1rem;
}
.nblock h3{
    font-family: PingFangSC-Medium;
    font-size: 0.13rem;
    color: #000;
    padding: 0.1rem 0.16rem;
    /*border-top: 1px solid #E0E0E0;*/
    border-bottom: 1px solid #E0E0E0;
    line-height: .19rem;
}
.nblock h3:before{
    content: '';
    display: inline-block;
    width: 0.03rem;
    height: 0.14rem;
    background: #F37938;
    margin-right: 0.1rem;
    vertical-align: sub;
}
/*模块样式---结束---*/

/*cps 浮标样式*/
.cpsblock{
    position:fixed;
    right:5px;
    top:4rem;
    width:0.65rem;
    z-index:10;
}
.cpsblock img{
    width:100%
}
/*浮标样式---结束---*/

.select_warp {
    background: #fff;
    padding: 0.15rem 0.1rem;
}
.selectBox{
    /* padding: 0.15rem; */
    margin: 0 0.1rem 0.12rem 0.1rem;
    border: 2px solid #E5E5E5;
    position: relative;
}
.select_warp .font {
    color:#E5E5E5
}

.select_warp .selectBox .leftcon{
    float: left;
    margin-right: 0.15rem;
}

.select_warp .selectBox .rightcon {
    overflow: hidden;
}
.select_warp .selectBox .icon-CombinedShape {
    position: absolute;
    right: -1px;
    bottom: -1px;
    font-size: 0.3rem;
    line-height: 100%;
}
.select_warp .leftcon img {
    width: 0.35rem;
    height: auto;
    border-radius: 0;
}
.select_warp .selectBox h4 {
    font-size: 0.14rem;
    color: #1E1E1E;
    line-height: 0.2rem;
    font-weight: normal;
    font-family: PingFangSC-Light;
    letter-spacing: 0;
}
.select_warp .selectBox span{
    font-size: 0.12rem;
    color: #999;
    font-family: PingFangSC-Light;
    letter-spacing: 0;
}

.select_warp .selectBox p {
    font-size: 0.12rem;
    color: #999;
    font-family: PingFangSC-Light;
    letter-spacing: 0;
}
.select_warp .selectBox h5{
    margin-top: 0.05rem;
    font-family: PingFangSC-Light;
    font-size: 0.11rem;
    font-weight: normal;
    color: #4D74CE;
    letter-spacing: 0;
    display: inline-block;
}
.select_warp .selectBox h5 i{
    font-size: 0.1rem;
    color: #4D74CE;
    -webkit-transform: scale(0.76);
    transform: scale(0.76);
    display: inline-block;
}
/* 交互增强 */
.pa-xyk-brightness:active{
    -webkit-filter: brightness(0.92);
    filter: brightness(0.92);
}

