@charset "utf-8";
/* CSS Document */
/*基础公共样式设置*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
}

a, img {
    -webkit-touch-callout: none; /* 禁止长按链接与图片弹出菜单 */
}

html, body {
    -webkit-user-select: none; /* 禁止选中文本（如无文本选中需求，此为必选项） */
    user-select: none;
    height: 100%;
    background: #f1f3f5;
    -webkit-text-size-adjust: none !important;
}

html {
    font-size: calc(120vw / 7.5);
}

@media screen and (min-width: 320px) {
    html {
        font-size: 53.3333px;
    }
}

@media screen and (min-width: 360px) {
    html {
        font-size: 60px;
    }
}

@media screen and (min-width: 400px) {
    html {
        font-size: 66.6667px;
    }
}

@media screen and (min-width: 440px) {
    html {
        font-size: 73.3333px;
    }
}

@media screen and (min-width: 480px) {
    html {
        font-size: 80px;
    }
}

@media screen and (min-width: 640px) {
    html {
        font-size: 106.6667px;
    }
}

@media screen and (min-width: 720px) {
    html {
        font-size: 120px;
    }
}

.layout-box {
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling:touch;
    background: #f1f3f5;
    flex-direction: column;
    justify-content: space-between;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

body {
    color: #000;
    line-height: normal;
    font-size: .2rem;
    font-weight: 400;
    overflow: hidden;
}

ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 1;
    font-weight: 400;
}

h2, .font-20 {
    font-size: .333333rem;
}

h3, .font-16 {
    font-size: .266666rem;
}

h4, .font-14 {
    font-size: .2335rem;
}

h5, .font-12 {
    font-size: .2rem;
}

.font-grey {
    color: rgba(0, 0, 0, .6)
}

.weight-400 {
    font-weight: 400;
}

.weight-500 {
    font-weight: 500;
}

.algin-center {
    text-align: center;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #000;
}

em, i {
    font-style: normal
}

button {
    padding: 0 !important;
    border: none;
    text-transform: none;
    overflow: visible;
}

.if_no_header {
    height: .3rem;
}

.flex-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-1 {
    flex: 1;
}

/*hongmeng抽离*/

.ready-card-box, #wangshanxinxi {
    width: 91.2%;
    background: #ffffff;
    border-radius: .3rem;
    margin: 0 auto .2rem auto;
    padding: 3.3%;
}

#wangshanxinxi {
    padding-bottom: 0.05rem;
}

.submit-btn-box {
    padding: .3rem 0;
    width: 100%;
    background: #f1f3f5;
}

.confirmLayer .bottomBtn {
    width: 100%;
    padding: .28rem;
    text-align: center;
    color: #CF0A2C;
}

input {
    -webkit-user-select: text;
}

input[type="password"] {
    margin-bottom: 15px;
}

.hongmeng-pull-left {
    float:left;
}

.hongmeng-pull-right {
    float:right;
}

.hongmeng-clearfix:after,
.hongmeng-clearfix:before {
    display:table;
    content:' ';
}

.hongmeng-clearfix:after {
    clear:both;
}

/**{outline:none;}
input{
    font-family:'DroidSansFallback',Arial, Helvetica, sans-serif;
}*/

/*自定义常用class*/

#iframe-box {
    display: none;
    background: #fff;
    z-index: 100;
    overflow: auto;
}

.red-c{
    color:#CF0A2C;
}

.red-d{
    color:#D20A2C;
}

.border-bottom-grey {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.icon-close {
    position: fixed;
    display: block;
    width: .72rem;
    height: .72rem;
    bottom: 1.14rem;
    right: .70rem;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    z-index: 103;
}

.icon-close img {
    width: .36rem !important;
    height: .36rem !important;
    margin: .18rem !important;
}

.hongmeng-content {
    margin-bottom: .3rem;
    -webkit-overflow-scrolling:touch;
}

#paramForm {
    display: none;
}

#hintback {
    display: none;
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
}

.text-row {
    width: 91.2%;
    margin: 0 auto;
    padding-top: .16666rem;
    line-height: .63333rem;
    font-size: .2335rem;
    font-weight: 500;
    color: rgba(0, 0, 0, .6);
}

#payTypeList .morePayType {
    min-height: .6rem;
    line-height: .6rem;
    text-align: center;
    color: rgba(0,0,0,.6);
}

.morePayType span {
    padding-right: .30rem;
    background: url("../images/Down_arrow_icon.png") no-repeat right .04rem;
    background-size: .20rem .14rem;
}

.morePayType.on span {
    background: url("../images/stop_icon.png") no-repeat right .04rem;
    background-size: .20rem .14rem;
}

.bankInfo-left {
    padding-top: .24rem;
}

.payTypeList li .bankName {
    line-height: 1;
}

.payTypeList li i {
    display: inline-block;
    width: auto;
    padding: 0 .07rem;
    background: #CF0A2C;
    font-size: 0.15rem;
    line-height: .2335rem;
    font-weight: normal;
    color: #ffffff;
    border-radius: 999999px;
    text-align: center;
    margin-left: .1rem;
}
.payTypeList .bankInfo {
    min-height: .9335rem;
    border-top: 1px solid rgba(0,0,0,0.05);
    width: 85%;
    background: url(../images/Right_arrow_icon.png) no-repeat right center;
    background-size: auto .22rem;
    justify-content: space-between;
}

.payTypeList li[bankType=INST].on .bankInfo{
    background: url("../images/Down_arrow_icon.png") no-repeat right center;
    background-size: .22rem .15rem;
}

.payTypeList li[bankType=INST] .linkIcon.fqInst {
    background: url("../images/Right_arrow_icon.png") no-repeat center;
    background-size: auto .22rem;
}

.period-list {
    width: 85%;
    border-top: 1px solid rgba(0,0,0,0.05);
    padding: .18rem 0;
    background: url(../images/Right_arrow_icon.png) no-repeat right center;
    background-size: auto .22rem;
}

.payTypeList li:nth-of-type(1) .bankInfo{
    border-top: none;
}
.payTypeList li .bankName i img {
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

.period-title {
    margin-top: 0;
}

.period-info {
    display: inline-block;
    line-height: .28rem;
    margin-top: .10rem;
    width: 91.2%;
    overflow-wrap: break-word;
}

.hbAging_list {
    padding: 0 3.3%;
}

.payTypeList .hbAging_list li {
    overflow: hidden;
    padding: 0;
    height: auto !important;
}

.hbAging_explain {
    border-top: 1px solid rgba(0,0,0,0.05);
    width: 86%;
    padding: .15rem 0;
    margin-left: 14%;
}

.hbAging_explain p {
    line-height: 1.6;
    padding-left: 0
}

.hongmeng_explain-left {
    width: 9%;
    margin-right: 5%;
    min-height: .5rem;
    float: left;
}

.hongmeng_explain {
    border-top: 1px solid rgba(0,0,0,0.05);
    background-color: #FFFFFF;
    width: 85%;
    padding: .15rem 0;
    float: left;
}

.hongmeng_explain p {
    line-height: 1.6;
    padding-left: 0
}

.payTypeList li.onShow {
    display: none;
}
.payTypeList li.onShowHwPay {
    display: none;
}

.payTypeList li:active {
    background-color: #dedede;
}

.bankLogo, .UNIONPAY-logo{
    width: 9%;
    line-height: .9335rem;
    margin-right: 5%;
    min-height: .9335rem;
}

.UNIONPAY-logo{
    display: none;
    width: .42rem;
    margin-right: .3rem;
}

.marketCopy[act=false] .bankInfo {
    position: relative;
}

.marketCopy[act=false] .UNIONPAY-logo {
    position: absolute;
    right: 0;
    top: 0;
}

.bankLogo img, .UNIONPAY-logo img{
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.payTypeList {
    width: 91.2%;
    margin: 0 auto;
    border: .3rem;
    background-color: #ffffff;
    border-radius: .3rem;
}

.payTypeList li{
    display: block;
    position: relative;
    width: 100%;
    min-height: .9335rem;
    padding: 0 3.3%;
}
#djqInf {
    margin-top: .2rem;
}
.djq-link {
    display: block;
    position: relative;
    width: 91.2%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 4.4%;
    border-radius: .3rem;
    background: #fff;
}
.djq-link .bankInfo {
    line-height: .9335rem;
    width: 85%;
    background: url(../images/Right_arrow_icon.png) no-repeat right center;
    background-size: auto .22rem;
}

.hw_link {
    display: none;
    width: 100%;
    line-height: 1rem;
    text-align: center;
    color: rgba(0,0,0,.4);
    font-size: .18335rem;
}

.hw_link.linkTel {
    position: fixed;
    margin-bottom: 0;
    bottom: .22rem;
}

/*报错提示等弹框样式*/

.confirmLayer,
.weChat_hint,
.return_hint {
    width: 93.4%;
    padding: .2335rem 5%;
    border-radius: .3rem;
    background-color: #fff;
    display: none;
    position: fixed;
    z-index: 10000;
    bottom: 5%;
    left: 3.3%;
    overflow: hidden;
}

.confirmLayer h2 {
    line-height: .468rem;
    font-weight: 500;
}

.confirmLayer h3 {
    margin: .2335rem 0 .2rem 0;
}

.hintback {
    display: none;
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
}

#djq_hint {
    padding: 0 4.5%;
}

.bindError_hint .bottomBtn{
    overflow: hidden;
}

.bindError_hint .bottomBtn a {
    display: block;
    width: 100%;
    line-height: .66rem;
    text-align: center;
    border-radius: .33rem;
}

#errorTips .error-text{
    text-align: center;
}

#errorTips .cancel-btn{
    color: #CF0A2C;
}

.bindError_hint h2 img {
    display: block;
    height: 1.2rem;
    margin: .4rem auto;
}

.hongmeng-backdrop {
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
}

#tip-box {
    width: 100%;
    position: fixed;
    bottom: 1.36rem;
    text-align: center;
}

.tip-text-box {
    display: inline-block;
    max-width: 80%;
    min-height: .3rem;
    text-align: center;
    font-size: .2335rem;
    padding: .142rem .3rem;
    background: rgba(77,77,77,0.95);
    box-shadow: 0 10px 50px 0 rgba(0,0,0,0.30);
    color: #fff;
    border-radius: .292rem;
    overflow-wrap: break-word;
}
