.inputrow {
    padding-left: 0;
    width: 100%;
    height: auto;
    clear: both;
}

.inputbox span {
    font-size: 0.14rem;
}

.inputrow .inputcol input {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0.2rem;
    font-size: 0.14rem;
    outline: none;
}
.inputrow .inputcol input:read-only {
    color: #b2b2b2;
}
.inputbox .inputrow .inputcol input::-webkit-input-placeholder{
    color: #bbbbbb;
}
.inputbox .inputrow .inputcol input:-moz-placeholder {
    color: #bbbbbb;
}

.inputbox .inputrow .inputcol input::-moz-placeholder {
    color: #bbbbbb;
}

.inputbox .inputrow .inputcol input:-ms-input-placeholder {
    color: #bbbbbb;
}
.double-picker-selector .selector-text-one {
    color: #bbbbbb!important;
}
.inputrow .input_required {
    vertical-align: middle;
    display: inline-block;
    width: 0.08rem;
    text-align: center;
    line-height: 0.38rem;
}

.inputrow label {
    box-sizing: border-box;
    width: 1rem;
    text-align: left;
    padding-left: .16rem;
    font-size: 0.14rem;
}

.inputrow .inputcol {
    padding-left: 1rem;
    padding-right: 0.12rem;
}
.overseasStudent .inputrow label {
    width: 1.1rem!important;
}
.overseasStudent .inputrow .inputcol {
    padding-left: 1.12rem!important;
}
.inputrow .tip_icon {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 0.42rem;
    height: 100%;
    background-position: center right 0.15rem;
    background-repeat: no-repeat;
    background-size: 0.12rem;
    background-image: none;
}
/* 报错图标*/
.inputbox_error {
    height: 0.4rem;
}

.inputbox_error .msg {
    display: none;
}
.inputrow .error_msg {
    line-height: 0.16rem;
    font-size: 0.14rem;
}
.inputbox_error .inputcol input:not(.focusing){
    color:red;
}
.inputbox_error .tip_icon:not(.focusing) {
    display: block;
    background-image: url(../images/warningserr.png?v=7599353e19&f=webp);
}

.inputrow .tip_icon.focusing.ico_del {
    display: block;
    background-image: url(../images/delete.png?v=cfa490cb7c&f=webp);
}

/* 下拉框 */
.inputcol select, .inputcol .select_input{
    background: url(../images/arrow_right.png?v=abd58e32d4&f=webp) no-repeat center right 0.06rem;
    background-size: .06rem .11rem;
    padding-right:0.16rem;
    width: 100%;
    font-size: 0.14rem;
}

/* 验证码 */
.inputrow .otpcol {
    padding-right: 1.16rem;
}

.inputrow.inputotp a{
    font-size: 0.14rem;
    margin-right: 0.08rem;
    float: right;
    border: 1px solid #f37928;
    border-radius: 0.15rem;
    height: 0.25rem;
    line-height: 0.24rem;
    margin-top: 0.075rem;
    font-weight: 300;
    max-width: 1.08rem;
    padding: 0 0.08rem;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}

.inputrow.inputotp a.fgray {
    color: #777;
    border: 1px solid #777;
}

.inputrow .otpcol input {
    width: 100%;
}

.inputrow.inputotp .tip_icon {
    right: 1.16rem;
    width: 0.34rem;
    background-position: center center;
}
/* 家庭电话号码 */
.inputcol.phonecol{
    font-size: 0;
    height: 0.4rem;
    padding-right: 0.13rem;
}
.inputcol.phonecol span{
    width: 10%;
    text-align: center;
    display: inline-block;
}

.inputrow.phoneZone .inputcol,
.inputrow.phoneNo .inputcol{
    padding-left:0;
    padding-right: 0;
}

.inputrow.phoneZone .tip_icon,
.inputrow.phoneNo .tip_icon,
.inputrow.suffixnum .tip_icon{
    right:0;
    width: 0.32rem;
    background-position: center right .02rem;
}

.inputrow.phoneZone{
    /* max-width:0.68rem; */
    width: 19%;
    display: inline-block;
    border-bottom: none;
}

.inputrow.phoneNo{
    /* max-width:1.08rem; */
    width: 39%;
    display: inline-block;
    border-bottom: none;
}
.inputrow.phoneNo .phonenumbox {
    padding-left: .18rem;
}
.inputrow.suffixnum{
    /* max-width:1.08rem; */
    width: 37%;
    display: inline-block;
    border-bottom: none;
}
.inputcol .picker-select{
    background: url(../images/arrow_right.png?v=abd58e32d4&f=webp) no-repeat center right 0.06rem;
    background-size: .06rem .11rem;
    font-size: 0.14rem;
}

#hidden_btn {
    height: 1px;
    width: 1px;
    opacity: 0;
    display: inherit;
    border: 0px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

/* 错误提示弹窗 */
.toastmask {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1002;
    top: 0;
}

.toasttext {
    position: fixed;
    z-index: 100;
    width: 70%;
    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;
    background: rgba(0,0,0,0.7);
    color:#fff;
    padding: 0.15rem 0.1rem;
    font-size: 0.15rem;
}

.phonenum .inputcol {
    padding-right: 0px;
}

.certdate{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.certdate .splitline{
    display: inline-block;
    margin-top: 0.2rem;
    margin-right: 5px;
    width: 6px;
    height: 1px;
    background-color: #999;
}

.certdate .picker-select{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.phonenum .inputrow .splitline {
    position: absolute;
    top: 50%;
    left: 0px;
    display: inline-block;
    width: 6px;
    height: 1px;
    background-color: #999;
}
.inputrow .inputcol .extension {
    padding-left: 0.18rem;
}
.phonenumbox,
.extension {
    margin-left: 0.07rem;
    padding-left: 0.02rem;
}
.inputcol .inputrow .extension input {
    padding-right: 0.1rem;
}
.inputbox.email-box {
    border-bottom: 1px solid #dddddd;
}
.inputbox.email-box .emailBox {
    left: 1rem;
}
.inputbox.email-box .tip_round  {
    border-bottom: 0;
}
.inputbox.email-box .tip_round label {
    position: absolute;
    top:45%;
}
.line-mid {
    margin-left: 1rem;
    border-top: 1px solid #dddddd;
}
.inputrow.email_row{
    line-height: .13rem;
    padding: .07rem 0;
}
.inputrow.email_row .inputcol {
    font-family: PingFangSC-Light;
    font-size: .11rem;
    color:#666666;
    line-height: .13rem;
    text-align: justify;
}
.suffixnum .inputcol.extension {
    padding-right: 0;
}
.inputrow.phonenum .phonecol {
    padding-right: 0;
}
.costco_box {
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
}
.costco_box .active {
  color: #bbb;
}
.costco_box:last-child {
  border-bottom: none;
}
.detail .pt_b30 span.baijin {
    display: inline;
}
.detail {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.bggrey {
    background: #ddd;
}
.detail p,
.detail p span {
    font-size: 0.11rem;
    color: #1e1e1e;
    line-height: 0.18rem;
    margin-bottom: 0.09rem;
}
.detail h3 {
    font-size: 0.125rem;
    font-weight: 700;
    color: #1e1e1e;
}
.duty div {
    color: #1e1e1e;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.11rem;
    text-align: center;
    margin: 0.03rem 0;
}
.duty div p {
    margin: 0;
}
.w20 {
    width: 20%;
}
.w30 {
    width: 30%;
}
.w50 {
    width: 50%;
}
.w70 {
    width: 70%;
}
p span.colorred {
    color: red;
    display: inline;
}
.pt_b30 .bold {
    font-weight: 700;
    color: #1e1e1e;
    font-size: 0.12rem;
}
.pt_b30 .duty .bold {
    font-weight: 900;
    color: #1e1e1e;
    font-size: 0.12rem;
}
.m_t30 {
    margin: 0.1rem 0;
}
.m_t40 {
    margin-top: 0.5rem;
}
.detail .pt_b30 {
    padding: 0 0.15rem;
    margin-bottom: 0.4rem;
    box-sizing: border-box;
    border-radius: 0.08rem;
    width: 93.33%;
    height: 68%;
    margin: 0.78rem auto 0;
    z-index: 1500;
    background-color: #fff;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch !important;
    position: relative;
}
table {
    border: solid 1px #d3c7c2 !important;
    width: 100%;
    margin: 5px auto;
}
table tr td {
    font-size: 12px;
    color: #1e1e1e;
    text-align: center;
    border: solid 1px #d3c7c2 !important;
}
.detail .title_h1 {
    font-size: 0.13rem;
    height: 0.44rem;
    line-height: 0.44rem;
    border-bottom: 1px solid #ddd;
    color: #1e1e1e;
    text-align: center;
    margin-bottom: 0.1rem;
}
.detail .contractClose {
    background: url(../images/close.png?v=7e36fa3637&f=webp?v=8888300cc0) no-repeat center
        center;
    background-size: 0.4rem 0.4rem;
    text-indent: -9999px;
    height: 0.4rem;
    width: 0.4rem;
    margin: 0.12rem auto 0;
}

.head{
    padding-top:0.45rem;
}

.head .swiper-container {
    overflow: visible;
    width: 100%;
    height: auto;
    position:ralative;
}

.head .swiper_close_out {
    width: 0.45rem;
    height: 0.45rem;
    background-color: white;
    position: fixed;
    top:0;
    left: 0;
    z-index: 8888;
    border-bottom: 1px solid #ccc;
}
.head .swiper_close {
    display: block;
    width: 0.18rem;
    height: 0.18rem;
    background: #f37937 url(../../assets/images/return_2.png?v=aa112ff944&f=webp) 0.06rem center no-repeat;
    text-indent: -9999px;
    position: absolute;
    top: 0.13rem;
    left: 0.13rem;
    border-radius: 0.18rem;
    background-size: 0.05rem 0.08rem;
}

.head .swiper_close2{
    background:#f37937  url(../../assets/images/return_2.png?v=aa112ff944&f=webp) left 0.15rem center no-repeat;
    background-size: 0.2rem 0.2rem;
    border-bottom:1px solid #ccc;
}

.swiper-minH{
    min-height: 5.5rem;
    padding-top:0.1rem;
    padding-bottom:0.5rem;
}

.width50 {
    width: 50%;
    display: inline-block;
    text-align: center;
    margin-bottom:0.1rem;
}

.width50 label {
    font-size: 0.14rem;
}

.width50 img {
    width: 1.5rem;
    min-height: 0.96rem;
    max-width:95%;
    margin: 0.1rem auto 0.05rem;
}

.width50 h5 {
    display: inline-block;
    font-size:0.14rem;
    color:#666;
    font-weight:300;
}

.swiper-slide.swiper-slide-active b {
    width: 0.15rem;
    height: 0.15rem;
    display: inline-block;
    background-image: url('../../assets/images/default.png?v=2a6cecffb1&f=webp');
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    vertical-align: text-bottom;
    animation: none;
}

.swiper-slide.swiper-slide-active b.active {
    border: 0 solid;
    border-radius: 50%;
}

.swiper-container-horizontal>.swiper-pagination-bullet {
    bottom: 0px;
}

.head .swiper-container-horizontal>.swiper-pagination-bullets.spac {
    width: 12rem;
    height: 0.45rem;
    position: fixed;
    top: 0;
    left: 0;
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

/* .head .swiper-container-horizontal>.swiper-pagination-bullets.spacright0 {
    padding-left:0.5rem;
} */

.head .swiper-container-horizontal>.swiper-pagination-bullets.spacright3 {
    left: -1rem;
}

.head .swiper-container-horizontal>.swiper-pagination-bullets.spacright4 {
    left: -1.5rem;
}

.head .swiper-container-horizontal>.swiper-pagination-bullets.spacright5 {
    left: -2rem;
}

.head .swiper-container-horizontal>.swiper-pagination-bullets.spacright6 {
    left: -3rem;
}

.head .swiper-container-horizontal>.swiper-pagination-bullets.pos-center {
    text-align: center;
    width: 100%;
}

div.spac .swiper-pagination-bullet {
    display: inline-block;
    width: auto;
    font-size: 0.145rem;
    border-radius: 0;
    background: none;
    text-align:center;
    opacity: 1;
    height: 0.42rem;
    padding:0 0.05rem;
    line-height: 0.45rem;
    color:#666;
    font-weight:300;
    margin: 0!important;
}

div.spac .swiper-pagination-bullet-active {
    opacity: 1;
}
/* 曼联卡相关样式 */
.feeScale_far {
    padding-top: 0.57rem;
    margin-top: -0.1rem;
}

.feeScale_far .width50>label {
    display: inline-block;
    width: 1.7rem;
    max-width: 95%;
    background: #fff;
    padding-bottom: 0.05rem;
    border-radius: 0.02rem;
}

.feeScale {
    position: absolute;
    top: 0;
    left: 0rem;
    width: 100%;
    height: 0.4rem;
    padding-left: 0.1rem;
    text-align: left;
    font-size: 0.13rem;
    color: #797878;
    line-height: 0.4rem;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom: 1px solid #c3c3c3;
}

.feeScale_far .width50 {
    margin-bottom: 0.17rem;
}

.feeScale_far .width50 img {
    margin: 0.08rem auto;
    border-radius: 0;
    box-shadow: none;
}

.swiper-slide.swiper-slide-active .feeScale_far b {
    vertical-align: middle;
}

.cardText {
    display: inline-block;
    height: 0.29rem;
    font-size: 0.13rem;
    color: #666;
    font-weight: 300;
    text-align: left;
    
}
.alignCenter{
    text-align: center;
}
.cardText:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.cardText h5 {
    display: inline-block;
    vertical-align: text-top;
    line-height: 0.16rem;
    font-size: 0.13rem;
}

.cardText i {
    font-style: normal;
    color: #f37937;
    font-size: 0.13rem;
}

.cardText em {
    display: inline;
    font-size: 0.08rem;
    font-style: normal;
    line-height: 0.13rem;
    text-decoration: line-through;
    color: #999;
}
.cardFee{
    font-size: .08rem;
    word-break: break-all;
    color: #999;
    margin: -.03rem .2rem 0 .22rem;
    line-height: .15rem;
}
.cardItem{
    vertical-align: top;
}
html,
body {
    height: 100%;
    position: relative;
}

#app {
    overflow: hidden;
}

.errorInfo {
    height: 0.33rem;
    width: 100%;
    line-height: 0.33rem;
    background-color: rgb(254, 238, 229);
    text-align: center;
}

.errorInfo span {
    vertical-align: middle;
    font-size: 0.13rem;
    color: rgb(255, 113, 29);
    /* margin-left: 0.15rem; */
}

.inputrow .inputcol {
    padding-left: 1.2rem;
}

.error_ico_close {
    float: right;
    height: 0.11rem;
    width: 0.11rem;
    margin-right: 0.1rem;
    margin-top: 0.11rem;
    background: url("../images/error_info_icon.png?v=d452725098&f=webp") no-repeat;
    background-size: 0.11rem 0.11rem;
}

.trumpet {
    float: left;
    width: 0.14rem;
    height: 0.12rem;
    margin-left: 0.15rem;
    margin-top: 0.105rem;
    background: url("../images/trumpet.png?v=1a8a2389c8&f=webp") no-repeat;
    background-size: 0.14rem 0.12rem;
}

.inputrow label {
    width: 1.2rem;
    padding-right: 0.175rem;
    padding-left: .175rem;
    text-align: left;
}

.inputrow .inputcol {
    padding-left: 1.2rem;
}

.cardView {
    padding: 0.15rem;
    background-color: #fff;
}

.info1 {
    overflow: hidden;
}

.leftBox {
    width: 50%;
    float: left;
}

.rightBox {
    width: 46%;
    float: right;
    height: 1.56rem;
    position: relative;
}

.cimg {
    width: 1.7rem;
    height: 1.1rem;
    margin: 0 auto 0.1rem;
    border-radius: 0.1rem;
}

.btn1 {
    display: inline-block;
    width: 100%;
    height: 0.36rem;
    line-height: 0.36rem;
    font-size: 0.15rem;
    color: #fff;
    background: #f37937;
    border-radius: 0.05rem;
    text-align: center;
}

.info1 h4 span {
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #f37937;
    white-space: nowrap;
}

.info1 h4 {
    border: none;
    font-weight: normal;
}

.cadm {
    width: 2.3rem;
    margin: 0 auto 0.1rem;
}

.cardAdvantage1 {
    overflow: hidden;
}

.cardAdvantage1 li {
    padding-left: 0.1rem;
    background: url(../images/ico_dot2.jpg?v=68292f5a07&f=webp) no-repeat left center;
    font-size: 0.13rem;
    color: #999;
    text-align: left;
    line-height: 0.23rem;
    white-space: nowrap;
    background-size: 0.06rem;
}

.leftSelect {
    float: left;
    margin-left: 1%;
    margin-right: 5%;
}

.contractBox {
    position: relative;
    overflow: hidden;
    font-size: 0.13rem;
    padding: 0 0.15rem;
}

.formContent p {
    margin-top: 0.18rem;
    text-align: center;
}
.formContent .inputbox {
    background: inherit;
}
.formContent .inputbox .inputrow {
    background-color: #FFFFFF;
}
.formContent .inputbox .city_input {
    margin-bottom: .1rem;
}
.need {
    font-style: normal;
    font-size: 0.13rem;
    float: left;
    color: #3f4246;
}
.need span{
    font-style: normal;
    font-size: 0.13rem;
    color: #3f4246;
}

.contractBox a {
    display: inline;
}

.contractBox p {
    clear: both;
    margin: 0;
    text-align: left;
    font-size: 0.13rem;
    color: #3f4246;
    line-height: 0.22rem;
}

.contractBox .boldRed {
    color: #ff0000;
    font-weight: bold;
}
.ArgeementDialogCon{
    margin:0 10px;
}
.ArgeementDialogCon p{
    text-align: left;
    font-size: 0.11rem;
    color: #3f4246;
    line-height: 0.18rem;
    text-indent: 0.25rem;
    padding-top: 0.12rem;
}
.ArgeementDialogCon h2{
    text-align:center;
    font-size:0.13rem;
    font-weight: bold;
    line-height:0.52rem;
    color: #333;
    border-bottom: 1px solid #ddd;
}

.detailContract {
    color: #5684d8;
    font-size: 0.13rem;
}

.contractBox .more {
    text-decoration: none;
    color: #5684d8;
    font-size: 0.13rem;
    font-weight: normal;
}

.contractBox .shou {
    text-decoration: none;
    color: #5684d8;
    font-size: 0.13rem;
}

.specBtn {
    width: 90%;
    border-radius: 0.5rem;
}

.grayBtn {
    background: #ccc;
}

.contractWrap {
    position: absolute;
    left: 0;
    height: 0.45rem;
    width: 0.25rem;
}

img {
    display: block;
}

input {
    color: #704848;
    font-size: 0.24rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

.formContent .btnn {
    text-align: center;
}

.formContent dl {
    overflow: hidden;
    margin-bottom: 0.05rem;
    margin-top: 0.2rem;
}

.formContent dl dt {
    line-height: 0.3rem;
    font-size: 0.16rem;
    margin-left: 0.1rem;
}

.info1 .btn {
    text-align: center;
    width: 0.9rem;
    border: solid 1px #ff6c2f;
    background: none;
    color: #ff6c2f;
    font-size: 0.15rem;
    line-height: 0.3rem;
    height: 0.3rem;
    margin-left: 0.1rem;
    border-radius: 0.05rem;
}

.info1 p {
    border: none;
    font-size: 0.14rem;
}

.baseInfoTitle {
    background-color: #d8d2d2;
}

.contractWrap {
    position: absolute;
    left: 0;
    height: 0.45rem;
    width: 0.25rem;
}
.btnc {
    background: #ccc;
    border-bottom: none;
}

a {
    text-decoration: none;
    outline: none;
    display: block;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

.formContent .btnn {
    text-align: center;
}

.formContent dl {
    overflow: hidden;
    margin-bottom: 0.05rem;
}

.formContent dl dt {
    line-height: 0.3rem;
    font-size: 0.16rem;
    margin-left: 0.1rem;
}

.dimg {
    width: 0.12rem;
    display: inline;
}

.shadowbox .msgErr {
    margin-left: 0.15rem;
    margin-bottom: 0.1rem;
    line-height: 0.18rem;
    font-size: 0.14rem;
    color: #666;
    width: 90%;
}

.shadowbox.inputbox_error input {
    color: #704848!important;
}


/* .inputbox_errorFlag {
    height: 0.8rem;
} */

.msg {
    height: auto;
    padding-left: 1.2rem;
}

.shadowbox {
    width: 85%;
    z-index: 11;
    text-align: left;
}

.shadeTips {
    font-size: 0.13rem;
    padding: 0 0.16rem 0.15rem;
    color: #999;
    line-height: 0.2rem;
}

.shadeTips .tips {
    display: inline-block;
    vertical-align: bottom;
    width: 0.16rem;
    height: 0.2rem;
    background: url(../../assets/images/ico_tips.png?v=b8bd4e161b&f=webp) no-repeat;
    background-size: 0.12rem 0.12rem;
    background-position: left center;
}

.shadowbox .close {
    display: block;
    width: 0.25rem;
    height: 0.25rem;
    background: url(../../assets/images/ico_close.png?v=ca925cde78&f=webp?v=346b6655e4) no-repeat;
    text-indent: -9999px;
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    background-size: 0.25rem 0.25rem;
}

.shadowbox .inputcol {
    font-size: 0.14rem;
    margin: 0.15rem 0.16rem 0;
}

.shadowbox .inputcol input {
    color: #704848;
    font-size: 0.15rem;
    display: block;
    height: 0.4rem;
    width: 100%;
    margin-bottom: 0.1rem;
    padding-left: 0.1rem;
    border: 0.01rem solid #aaa;
    border-radius: 0.05rem;
    box-sizing: border-box;
}

.shadeBtn {
    display: block;
    height: 0.5rem;
    width: 50%;
    color: #666;
    font-size: 0.18rem;
    text-decoration: none;
    text-align: center;
    line-height: 0.5rem;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
}

.shadeBtn-lift {
    float: left;
    border-right: 0.01rem solid #ddd;
}

.shadeBtn-right {
    float: right;
}

.shadeTitle {
    display: block;
    margin-top: 0.25rem;
    text-align: center;
    font-size: 0.18rem;
}

.argeementCon {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
}
.argeementCon.faceRecCon{
    z-index: 11;
}
.argeementCon.faceRecCon .iframebox{
    height: 80%;
    margin: .4rem auto 0;
}

.argeementCon .iframebox {
    height: 70%;
    width: 93.33%;
    background: #fff;
    margin: 0.78rem auto 0;
    border-radius: 0.08rem;
    -webkit-overflow-scrolling: touch !important;
    overflow-y: scroll !important;
}

.argeementCon iframe {
    height: 100%;
    width: 96%;
    display: block;
    margin: 0 auto;
}

.argeementCon .close {
    display: block;
    text-indent: -9999px;
    background: url(../../assets/images/close.png?v=7e36fa3637&f=webp?v=8888300cc0) no-repeat center center;
    background-size: 0.4rem 0.4rem;
    height: 0.4rem;
    width: 0.4rem;
    margin: 0.12rem auto 0;
}

.qx {
    padding: 0.1rem;
}

.liS {
    list-style-type: none;
    padding-left: 0.28rem;
    background: url(../../assets/images/default.png?v=2a6cecffb1&f=webp) no-repeat;
    background-size: 0.18rem;
    font-size: 0.13rem;
    text-align: left;
    color: #3f4246;
}

.liS_selected {
    background: url(../../assets/images/active.png?v=5093e1ea05&f=webp) no-repeat;
    background-size: 0.18rem;
}

.swiper-inner {
    background: #fff;
    /*padding-top: 0.12rem;*/
    padding-bottom: 0.12rem;
}

.swiper-inner .swiper-slide {
    position: relative;
    width: 2.2rem;
    height: 1.4rem;
    text-align: center;
}

.swiper-slide .shuxian {
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}

.swipehide {
    display: none;
}

.swiper-slide img {
    opacity: 0.4;
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
    border-radius: 0.09rem;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px, rgba(0, 0, 0, 0.3) 0px 1px 2px;
}

.swiper-image img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 1.4rem;
    border-radius: 0.09rem;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px, rgba(0, 0, 0, 0.3) 0px 1px 2px;
}

.swiper-slide .image {
    height:1.4rem;
    max-width: 100%;
    max-height: 1.4rem;
    display: inline-block;
    vertical-align: middle;
}

.swiper-slide span {
    position: absolute;
    top: 0.08rem;
    right: 0.08rem;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 0.13rem;
    line-height: 0.18rem;
    padding: 0 0.08rem;
    border-radius: 0.02rem;
    opacity: 0;
}

.swiper-slide.swiper-slide-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-name: fadeIn01;
    -ms-animation-name: fadeIn01;
    animation-name: fadeIn01;
    -webkit-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
}

.swiper-slide.swiper-slide-active span {
    -webkit-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
}

.cardinfo-con .dot {
    position: relative;
    font-style: normal;
    padding-left: 17px;
}

.cardinfo-con .dot:before {
    position: absolute;
    content: ' ';
    top: 50%;
    left: 6px;
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 100%;
    transform: translateY(-50%);
}

@-webkit-keyframes fadeIn01 {
    0% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn01 {
    0% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.cardinfo-con h3 {
    text-align: center;
    font-weight: normal;
    margin-top: 0.05rem;
    font-size: 0.16rem;
}

.cardinfo-con h3 img {
    display: inline-block;
    width: 0.04rem;
    height: 0.04rem;
    vertical-align: middle;
}

.cardinfo-con h3 span {
    font-weight: normal;
    font-size: 0.16rem;
    vertical-align: middle;
}

.cardtype {
    font-size: 0;
    margin-top: 0.1rem;
    text-align: center;
}

.cardtype .myselect {
    position: relative;
    width: 44%;
    height: 0.32rem;
    display: inline-block;
    vertical-align: middle;
}

.cardtype .myselect:before {
    border-style: solid;
    border-width: 1px;
    border-left-width: 0;
    border-bottom-width: 0;
    top: 50%;
    right: .15rem;
    width: 0.08rem;
    height: 0.08rem;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    content: ' ';
}

.cardtype .myselect select {
    width: 100%;
}

.cardtype select {
    width: 44%;
    display: inline-block;
    height: 0.32rem;
    line-height: 0.32rem;
    font-size: 0.13rem;
    text-indent: 0.1rem;
    border-radius: 0.05rem;
    background-color: white;
    vertical-align: middle;
}

select:focus {
    outline: none;
}

.cardtype select.jiantou {
    /* background: white url("../../assets/images/dropright_arrow.png?v=af497bed57&f=webp") no-repeat
        right 0.1rem top 0.09rem;
    background-size: 0.07rem; */
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
}

.swiper-pagination-p {
    position: relative !important;
}

.group_left {
    width: 30% !important;
}

.cardtype select.marginleft,
.cardtype div.marginleft {
    margin-left: 2%;
}

div.btn_more {
    width: 44%;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    height: 0.32rem;
    line-height: 0.32rem;
    font-size: 0.13rem;
    border-radius: 0.05rem;
    vertical-align: middle;
}

div.btn_more1 {
    width: 30%!important;
    margin-left: 2%;
    box-sizing: border-box;
    display: inline-block;
    text-indent: 0.1rem;
    text-align: left;
    height: 0.32rem;
    line-height: 0.32rem;
    font-size: 0.13rem;
    border-radius: 0.05rem;
    vertical-align: middle;
    /* background: white url("../../assets/images/dropright_arrow.png?v=af497bed57&f=webp") no-repeat
        right 0.1rem top 0.09rem;
    background-size: 0.07rem; */
}

.swiper-container-horizontal>.swiper-pagination-bullets.circle {
    bottom: 0px;
}

.circle .swiper-pagination-bullet-active {
    background: #000;
    opacity: 0.6;
}

.circle .swiper-pagination-bullet {
    width: 0.05rem;
    height: 0.05rem;
}

.formBox .formTitle h3 {
    line-height: 0.4rem;
    font-size: 0.13rem;
    padding-left: .175rem;
    color:#666666;
}

.fgray {
    color: #777;
}

.btn0 {
    width: 86.5%;
    height: 0.41rem;
    line-height: 0.41rem;
    font-size: 0.17rem;
}

.inputrow.inputotp a.otpBtnPrompt1 {
    font-size: 0.125rem;
    word-break: keep-all;
    background-color: #ffffff;
}

.shadowbox .yzm_msg {
    padding: 0.3rem 0.1rem;
    text-align: center;
    font-size: 17px;
}
.btnbox {
    border-top: 1px solid #e7e7e7;
}

.btnbox #cancal,
.btnbox #sure {
    display: block;
    height: 0.45rem;
    width: 49%;
    line-height: 0.45rem;
    color: #9B9B9B;
    font-size: 0.16rem;
    float: left;
    text-align: center;
}

.btnbox #sure {
    float: right;
    width: 50%;
    color: #F37938;
    border-left: 1px solid #e7e7e7;
}


/*卡组织优化需求中，币种、卡等级选择框样式---开始---*/

.padding-left2 {
    padding-left: 1.13rem !important;
}

.padding-left8 {
    padding-left: 1.43rem !important;
}

.morecardinfo {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    border: 1px solid #f37937;
    border-radius: 50%;
    margin-left: 0.1rem;
}
.cardinfo-con h3 .morecardinfo_word{
	display: inline-block;
    box-sizing: border-box;
    width: 0.6rem;
    height: 0.19rem;
    margin-left: .1rem;
    line-height:0.19rem;
}
.upload_cover {
    display: inline-block;
    box-sizing: border-box;
    width: .9rem !important;
    border: 0px solid #f37937;
    margin-left: 0.1rem;
    background: url(../images/pet/uploadcover.svg) no-repeat center center;
    background-size: 100%;
    transform: rotate(0deg);
}
.morecardinfo:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 1px;
    left: 3px;
    top: 6px;
    background-color: #f37937;
}

.morecardinfo:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 7px;
    left: 6px;
    top: 3px;
    background-color: #f37937;
}

.selectShade {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.selectShadeBox {
    width: 3.1rem;
    z-index: 11;
    text-align: left;
    font-size: 0.18rem;
    font-family: PingFangSC-Regular;
    color: rgb(30, 30, 30);
    background: #fff;
    position: fixed;
    top: 2.85rem;
    left: 50%;
    border-radius: 0.12rem;
    -webkit-transform: translate(-50%, -50%);
}

.closeSelectShadeBox {
    position: absolute;
    top:.09rem;
    right: 0.09rem;
    width: 0.15rem;
    height: 0.15rem;
}
.iconfont.icon-fakachengshidankuangguanbi- {
    top:0;
    font-size: .1rem;
    color: #c4c4c4;
}
.closeSelectShadeBox i {
    font-size: .13rem;
    line-height: .2rem;
    color: #999;
}
.selectTitle {
    padding-top: 0.29rem;
    text-align: center;
    color: rgb(30, 30, 30);
}

.selectCardtype .tit,
.selectCardGrade .tit {
    font-size: 0.14rem;
    color: rgb(51, 51, 51);
    line-height: 0.32rem;
    border-bottom: 1px solid rgb(231, 231, 231);
    padding-left: 0.22rem;
    position: relative;
}

.selectCardtype .tit:before,
.selectCardGrade .tit:before {
    content: '';
    width: 2px;
    height: 0.12rem;
    display: inline-block;
    background-color: #f37937;
    position: absolute;
    top: 10px;
    left: 16px;
}

.selectShadeBox .select_btn {
    width: 0.85rem;
    height: 0.25rem;
    border: 1px solid rgb(153, 153, 153);
    color: rgb(135, 153, 153);
    border-radius: 0.03rem;
    font-size: 0.12rem;
    display: inline-block;
    line-height: 0.25rem;
    text-align: center;
    margin: 0.12rem 0.06rem 0.25rem 0;
}

.selectShadeBox .active2 {
    border: 1px solid #f37937;
    color: #f37937;
    position: relative;
}

.selectShadeBox .active2 .backgroundshadow {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #f37937;
    opacity: 0.1;
    z-index: -9;
}

.selectShadeBox .con {
    padding-left: 0.16rem;
}

.selectCardConfirm {
    text-align: center;
    height: 0.42rem;
    line-height: 0.42rem;
    border-top: 1px solid rgb(231, 231, 231);
    color: #f37937;
}

.yearpay {
    box-sizing: border-box;
    text-align: left;
    border-bottom: none;
    padding: 0.1rem 0.2rem 0.1rem 0.51rem;
    min-height: 0.32rem;
    margin-bottom: 0.1rem;
    background: url('../images/yearpay.png?v=ec580fa4e9&f=webp') #FFFFFF no-repeat 0.175rem 0.15rem;
    background-size: 0.3rem;
    border-top: 1px solid #e5e5e5;
}

.yearpay span {
    color:rgba(0,0,0,0.7);
    font-size: 0.14rem;
}

#yearpay {
    text-align: left;
}

.cardRight {
    box-sizing: border-box;
    text-align: left;
    border-bottom: none;
    padding: 0.05rem 0.15rem 0.05rem 0.51rem;
    min-height: 0.32rem;
    margin-bottom: 0.1rem;
    background: url('../images/card_right.png?v=09a29e40d7&f=webp') #FFFFFF no-repeat 0.175rem 0.11rem;
    background-size: 0.3rem;
    border-top: 1px solid #e5e5e5;
    display: flex;
}
.cardRight .cardText {
    width: 100%;
    margin-top: 0.01rem;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow:ellipsis;
}
.cardRight .cardText span {
    font-size: 0.14rem;
    width: 100%; 
    font-family: PingFangSC-Regular;
    color:rgba(0,0,0,0.7);
}
.cardRight .cardText span i {
    color:rgba(0,0,0,0.7);
}

.cardRight .cardText span:last-child i {
    display: none;
}

.cardRight a {
    min-width: 0.3rem;
    padding-top: 0.04rem;
    color:#4C88BD;
    font-size: 0.14rem;
    background-size: .06rem .11rem;

}

/*卡组织优化需求中，币种、卡等级选择框样式---结束---*/

.inputrow .hasPrompt {
    position: relative;
}

.hasPrompt i {
    position: absolute;
    right: 0.02rem;
    font-size: 0.14rem;
}

.idPromptBox .selectShadeBox {
    top: 50%;
}

.idExample img {
    width: 2.2rem;
    margin: 0.2rem auto;
}

.selectcol .txtSelect {
    position: relative;
    padding-right: 0.15rem;
    height: 0.4rem;
    line-height: 0.4rem;
    color: #1e1e1e;
    font-size: 0.15rem;
    overflow: hidden;
    background: url(../images/arrow_right.png?v=abd58e32d4&f=webp?v=abd58e32d4) no-repeat center right 0.06rem;
    background-size: .06rem .11rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selectcol .txtSelect select {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 0.4rem;
    line-height: 0.4rem;
}


/* 旧户提升额度弹框样式 */

.yzmbox {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
}

.yzmmarsk {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    position: fixed;
}

.yzmcon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 77%;
    z-index: 3;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    background-color: #fff;
    color: #575757;
    border-radius: 0.15rem;
    position: fixed;
}

.yzmcon img {
    width: 0.13rem;
    height: 0.13rem;
}

.yzmcon p {
    /* font-family: PingFangSC-Regular; */
    font-size: 0.16rem;
    color: #1E1E1E;
    letter-spacing: 0;
    text-align: center;
    line-height: 0.23rem;
    margin-top: 0.2rem;
}
.yzmcon p.tips_t {
    margin: .21rem 0;
}
.yzmcon .yzm_msg {
    padding: 0.05rem 0.17rem 0.14rem 0.17rem;
    text-align: center;
    font-size: 0.14rem;
    font-family: PingFangSC-Light;
    color: #666666;
    letter-spacing: 0;
}
.yzmcon .reject_popup {
    padding: 0.07rem 0.36rem 0.15rem;
    text-align: left;
}
.yzmcon .exit-text{
  text-align: left;
  padding: 0 0.17rem;
  font-size: 16px;
  line-height: 24px;
}
.yzmcon .exit-err{
  text-align: left;
  font-size: 12px;
  color: rgba(0,0,0,0.40);
  line-height: 18px;
}
.Oldbtnbox {
    border-top: 1px solid #f2f2f2;
}
.popup_text {
    border-top: 1px solid #E7E7E7;
    font-size: .15rem;
    color:#F37938;
    text-align: center;
    padding: .08rem 0 .12rem;
}
.Oldbtnbox:after{
    display:block;
    clear:both;
    content:"";
}
.Oldbtnbox #cancal,
.Oldbtnbox #sure {
    display: block;
    height: 0.4rem;
    width: 50%;
    box-sizing: border-box;
    line-height: 0.4rem;
    font-size: 0.15rem;
    font-weight: normal;
    float: left;
    text-align: center;
    letter-spacing: 1.3px;
    color: #9B9B9B;
}

.Oldbtnbox #sure {
    border-left: 1px solid #f2f2f2;
    font-family: PingFangSC-Regular;
    color: #F37938;
}

.icon-guanbi {
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    color: #E5E5E5;
}

.Oldbtnbox .icon-tie {
    color: #F37938;
    font-size: 0.14rem;
}

.yzmcon .boximg{
    width: 100%;
    height:auto;
}

/* 口袋退出挽留样式调整 */
.detain {
    width: 2.8rem;
    border-radius: 0.15rem;
}
.detain img {
    width: 2.8rem;
    height: 2.3rem;
    margin: 0 auto;
    border-radius: 0.15rem 0.15rem 0 0;
}
.detain .yzm_msg {
    padding: .22rem .33rem .15rem;
    font-size: 0.16rem;
    font-weight: 400;
    font-family: PingFangSC-Regular;
    color: #1E1E1E;
    line-height: 0.23rem;
    letter-spacing: 0;
}
.detain .btnbox #cancal,.detain .btnbox #sure {
    font-size: 0.15rem;
    height: 0.4rem;
    line-height: 0.4rem;
}

/* 弹窗样式 */
.modal {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    background: rgba(169, 169, 169, 0.7);
    outline: 0;
    overflow: hidden;
}
.modal-content {
    width: 3.1rem;
    z-index: 1002;
    z-index: 11;
    text-align: left;
    color: rgb(30, 30, 30);
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 0.12rem;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.modal-content .modal-header {
    font-size: 0.16rem;
    color: #1e1e1e;
    letter-spacing: 0;
    margin-top: 0.24rem;
    text-align: center;
}
.modal-content .modal-header a i {
    position: absolute;
    right: 0.15rem;
    top: 0.15rem;
    font-size: .13rem;
    color: #999;
}
.modal-content .modal-body .message{
    margin: 0.07rem 0.25rem 0;
    line-height: 0.23rem;
    font-size: 0.14rem;
    color: #666;
    letter-spacing: 0;
    text-align: left;
}
.modal-content .modal-footer {
    border-top: 1px solid #E5E5E5;
    margin-top: 0.14rem;
}
.modal-content .modal-footer a {
    display: block;
    width: 100%;
    height: 0.4rem;
    font-size: 0.15rem;
    line-height: 0.4rem;
    color: #f37938;
    letter-spacing: 0;
    text-align: center;
}
.modal-content .modal-footer.modal-alert a.right{
    border-left: none;
    width: 100%;
    float: none;
}
/* 借记卡弹窗 */
.modal.modal-debit .form-con .inputrow {
    margin: 0.1rem 0.2rem;
    border-bottom: none;
    width: inherit;
    background: #f5f5f5;
    border-radius: 6px;
}
.modal.modal-debit .form-con .inputcol {
    display: inline-block;
    padding-left: 0;
}
.modal.modal-debit .inputrow .inputcol {
    height: 0.4rem;
}
.modal.modal-debit .inputrow .inputcol.left {
    width: 100%;
    padding-left: 0;
}
.modal.modal-debit .inputrow .inputcol.left input {
    width: 100%;
    border: none;
    line-height: 0.4rem;
    color: #1e1e1e;
    padding: 0 0.05rem;
    font-size: 0.15rem;
    box-sizing: border-box;
    background: rgba(0,0,0,0);
}
.modal.modal-debit .modal-content {
    width: 2.95rem;
}
.modal.modal-debit .modal-header .title{
    font-size: 0.15rem;
    margin: 0 0.25rem;
    text-align: left;
}
.modal.modal-debit .modal-header .center-title{
    text-align: center;
}
.modal.modal-debit .inputbox_error{
    display: inherit;
}
.modal.modal-debit .modal-body .send_already {
    color: #f00;
    font-size: 0.13rem;
    margin: 0.14rem 0.2rem;
    min-height: 1px;
}
.modal.modal-debit .modal-body .send_already .tips {
    display: inline-block;
    vertical-align: bottom;
    width: 0.32rem;
    height: 0.4rem;
    /* background: url(../../../assets/img/ico_tips.png) no-repeat; */
    background-size: 0.24rem 0.24rem;
    background-position: left center;
}
.modal.modal-debit .modal-footer a.left {
    width: 49%;
    float: left;
    color: #666;
}
.modal.modal-debit .modal-footer a.right {
    float: right;
    width: 50%;
    border-left: 1px solid #e0e0e0;
}
.modal.modal-debit .modal-footer.modal-alert a.right {
    border-left: none;
    width: 100%;
    float: none;
}
/*选卡样式开始*/
.inputrow .citySelectcol input:read-only {
    outline: none;
    color: #1E1E1E;
    font-size: .14rem;
}
.city_shadow {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    background: rgba(169, 169, 169, 0.72);
}
.city_shadowbox {
    width: 100%;
    height: 90%;
    background: #fff;
    position: fixed;
    z-index: 11;
    top: 10%;
    left: 0;
    border-top-left-radius: 0.05rem;
    border-top-right-radius: 0.05rem;
}
.signle_block {
    margin-top: .12rem;
}
.signle_block_two {
    height: 85%;
    position: relative;
}
.signle_block_two .marginBot {
    margin-bottom: -.1rem;
}
.take_city {
    font-size: .13rem;
    color: #1E1E1E;
    margin-left: .16rem;
}
.take_city span {
    font-size: .12rem;
    color: #666666;
}
.citySelectcol ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.hot_city {
    padding: 0 .1rem;
}
.citySelectcol li {
    font-size: .14rem;
    text-align: center;
}
.hot_city li {
    height: .22rem;
    width: .6rem;
    margin-bottom: .14rem;
    margin-right: .08rem;
    background: #FBFBFB;
    border: 1px solid #D7D7D7;
    border-radius: 25px;
    font-size: .13rem;
    color: #999999;
    line-height: .24rem;
}
.hot_city .local_city {
    color: #F37938;
    background: #FDF2ED;
    border: 1px solid #F37938;
}
.more_city_list {
    flex-direction: column;
    position: absolute;
    top: .5rem;
    right: .1rem;
}
.more_city_list li {
    width: .12rem;
    height:.12rem;
    font-size: .1rem;
    font-family: Avenir-Heavy;
    color: #9A9A9A;
    line-height: .13rem;
}
/*.more_city {
    border-top: 1px solid #EFF0F0;
    border-left: 1px solid #EFF0F0;
}
.more_city li {
    width: 16.35%;
    line-height: .3rem;
    color: #666666;
}
.more_city li:not(.zm_td) {
    border-bottom: 1px solid #EFF0F0;
    border-right: 1px solid #EFF0F0;
}
.more_city .zm_td {
    border-bottom: 1px solid #EFF0F0;
    border-right: 1px solid #EFF0F0;
}
.more_city .zm_td:nth-child(6) ,.more_city .zm_td:nth-child(12), .more_city .zm_td:nth-child(18), .more_city .zm_td:nth-child(24), .more_city li:last-child {
    border-right: 0;
}
.more_city .zm_td:nth-last-child(2) {
    border-bottom: 1px solid #EFF0F0;
}
.more_city li.more_zm {
    color: #F37938;
    background: #FDF2ED;
    border: .5px solid #F37938!important;
}*/
.more_city_list li.more_zm {
    width: .13rem;
    height: .13rem;
    border-radius: 100%;
    color: #ffffff;
    background: #f37938;
    text-align: center;
    line-height: .14rem;
}
.city_block {
    height: 80%;
    overflow-y: auto;
}
.city_block_new {
    height: 70%;
}
.city_list {
    width: 90%;
    margin: 0 0 0 3%;
}
.city_list span {
    display: block;
    font-size: .15rem;
    font-weight: 500;
    color: #666666;
    padding-left: .09rem;
    line-height: .36rem;
    border-bottom: 1px solid #EFF0F0;
}
.city_list li {
    display: block;
    font-size: .14rem;
    color: #666666;
    padding-left: .09rem;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #EFF0F0;
    line-height: .36rem;
}
.city_list ul li.localCity {
    color: #F37938;
}
/*选卡城市样式结束*/
/*1205 授权样式*/
.provisionAgreement .iconfont {
    font-size: .14rem !important;
    margin-right: .03rem !important;
}
.provisionAgreement .icon-weigouxuan- {
    color: #C0C0C0 !important;
}

#launch-btn{
  display: block;
  width: 100%;
}

.argeementCon.cardRightCon{
    z-index: 1501;
    padding-top: 14%;
}
.argeementCon.cardRightCon .iframebox{
    position: relative;
    height: 100%;
    width: 100%;
    background: #fff;
    margin:0 0;
    padding-top: 0.4rem;
    -webkit-overflow-scrolling: touch !important;
    overflow-y: scroll !important;
    border-radius: 0.08rem 0.08rem 0 0;
}
.argeementCon.cardRightCon .iframebox iframe{
    width:100%;
    height: 87%;
}
.argeementCon.cardRightCon .close-icon{
    position: absolute;
    top: 0;
    right:0;
    display: block;
    text-indent: -9999px;
    background: url('../../assets/images/close_selectCardTypeBox.png?v=ff86d3493e&f=webp') no-repeat center center;
    background-size: 0.1rem;
    height: 0.4rem;
    width: 0.4rem;
}
.flex-c{
    display: flex;
    justify-content: center;
    align-items: center;
}
.dialog-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    z-index: 2;
}
.dialog-box{
    width: 2.95rem;
    background: #ffffff;
    border-radius: .12rem;
}
.dialog-title{
    margin: .2rem .24rem .2rem .24rem;
    text-align: center;
    font-size: .16rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dialog-text{
    margin: .12rem .24rem .2rem .24rem;
    font-size: .14rem;
    color: rgba(0,0,0,.6);
    line-height: 1.5;
    word-break: break-all;
}
.dialog-btn{
    position: relative;
    width: 100%;
    height: .46rem;
    font-size: .16rem;
    color: rgb(255,72,0);
    font-weight: 500;
}
.dialog-btn::before{
    background-image: linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.04) 60%,transparent 50%);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.btn-know {
    width: 50%;
    height: .46rem;
    color: rgba(0,0,0,.6);
    font-size: .16rem;
    font-weight: 500;
}
.btn-link {
    position: relative;
    width: 50%;
    height: .46rem;
    color: rgb(255,72,0);
    font-size: .16rem;
    font-weight: 500;
}
.btn-link::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: .01rem;
    height: 100%;
    background: rgba(0,0,0,.04);
}
.flex {
    display: box;
    display: -webkit-box;   
    display: -moz-box;     
    display: -ms-flexbox;  
    display: -webkit-flex; 
    display: flex; 
    align-items: center;
  }
  .container-auth {
    background: #ffffff;
    flex-flow: column;
    align-items: flex-start;
  }
  .auth-cell {
    padding-top: .1rem;
    width: 100%;
  }
  .auth-cell:first-child{
    margin-top: .05rem;
  }
  .auth-cell:last-child {
    padding-bottom: .15rem;
  }
  .padding-175{
    padding-left: .175rem;
  }
  .font-14 {
    font-size: 0.14rem;
    color: rgba(0, 0, 0, 0.6);
  }
  .auth-a {
    color: #4C88BD;
    display: inline;
  }
  .auth-icon {
    margin-right: 0.08rem;
  }
  .icon-weixuan-01 {
      color: #C0C0C0 !important;
  }
  .constranitRead .iframebox{
    height: 80% !important;
    }
    .constranitRead iframe{
        height: 87%;
    }
    .constranitRead .btn{ 
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-top:0.1rem;
    }
    .constranitRead .btn.disabled{ 
        background: #f7bda0;
    }
    .constranitRead .btn span{ 
        color: #FFF;
        font-size: 0.17rem;
    }
    .constranitRead .icon-fakachengshidankuangguanbi-{
        position: absolute;
        top: 14%;
        right: 7%;
        font-weight: 700;
        z-index:99999;
    }        
  .row-flex{
    display: flex;
    align-items: center;
    margin: 0 .2rem;
  }
  .auth-text{
    font-size: .15rem;
    color: rgba(0,0,0,0.60);
  }
.constranitRead .icon-fakachengshidankuangguanbi-{
    position: absolute;
    top: 14%;
    right: 7%;
    font-weight: 700;
    z-index:99999;
}
.installment-container{
    display: flex;
    flex-flow: column;
    width: 100%;
    background: #ffffff;
    margin-bottom: 0.1rem;
}
.installment-cell{
    display: flex;
    flex: 1;
    flex-flow: column;
    line-height: .41rem;
    border-bottom: 1px solid #dddddd;
}
.installment-row{
    display: flex;
    flex: 1;
    line-height: .41rem;
}
.installment-cell:last-child{
    border-bottom: none;
}
.installment-row .installment-label{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 1.2rem;
    font-size: .14rem;
    padding-right: 0.175rem;
    padding-left: .175rem;
}
.installment-label svg{
    width: .12rem;
    height: .12rem;
    opacity: 0.4;
    margin-left: .02rem;
}
.installment-input{
    flex: 1;
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    position: relative;
}
.installment-row input {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0.2rem;
    font-size: 0.14rem;
    outline: none;
    border: none;
    height: 0.42rem;
    line-height: 0.42rem;
    color: #1e1e1e;
    display: flex;
    align-items: center;
}
.installment-number input {
    margin-right: 0.12rem;
    background: url(../images/arrow_right.png?v=abd58e32d4&f=webp) no-repeat center right 0.18rem;
    background-size: .06rem .11rem;
}
.installment-row input::-webkit-input-placeholder{
    color: #bbbbbb;
}
.installment-row input:-moz-placeholder {
    color: #bbbbbb;
}

.installment-row input::-moz-placeholder {
    color: #bbbbbb;
}

.installment-row input:-ms-input-placeholder {
    color: #bbbbbb;
}
.auth-link{
font-size: .15rem;
color: #4C88BD;
}
.installment-modal, .installment-sheet{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(169, 169, 169, 0.72);
    z-index: 2;
}
.installment-modal-main{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding-top: .32rem;
    border-radius: .15rem;
    width: 2.95rem;
}
.installment-modal-title{
    font-family: PingFangSC-Regular;
    font-size: .14rem;
    color: #000000;
    letter-spacing: 0;
    text-align: justify;
    line-height: .17rem;
    font-weight: 400;
    padding: 0 .32rem;
}
.installment-modal-tip{
    font-family: PingFangSC-Regular;
    font-size: .12rem;
    color: rgba(0,0,0,0.60);
    line-height: .14rem;
    font-weight: 400;
    padding: 0 .32rem;
    margin-top: .15rem;
    margin-bottom: .17rem;
}
.installment-modal-body{
    font-family: PingFangSC-Light;
    font-size: .12rem;
    color: rgba(0,0,0,0.60);
    letter-spacing: 0;
    text-align: justify;
    font-weight: 200;
    margin: 0 .32rem;
    padding: .17rem .11rem;
    margin-bottom: .2rem;
    background: #F5F5F5;
    border-radius: 6px;
}
.installment-modal-btn{
    font-family: PingFangSC-Regular;
    font-size: .15rem;
    color: #F37938;
    letter-spacing: 0;
    text-align: center;
    line-height: .21rem;
    font-weight: 400;
    height: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: solid .01rem #E7E7E7;;
}
.installment-money-container{
    display: flex;
    flex-flow: column;
    width: 100%;
    position: relative;
}
.installment-error{
    font-family: PingFangSC-Regular;
    font-size: .13rem;
    color: #F60002;
    letter-spacing: 0;
    text-align: justify;
    line-height: .17rem;
    font-weight: 400;
    margin-left: 1.2rem;
    margin-bottom: .15rem;
}
.installment-input .tip_icon {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 0.42rem;
    height: 100%;
    background-position: center right 0.15rem;
    background-repeat: no-repeat;
    background-size: 0.12rem;
    background-image: none;
}
.installment-input .tip_icon.focusing.ico_del {
    display: block;
    background-image: url(../images/delete.png?v=cfa490cb7c&f=webp?v=cfa490cb7c&f=webp);
}
.installment-sheet-main{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
    border-radius: .12rem .12rem 0 0;
}
.installment-sheet-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: .5rem;
}
.installment-btn{
    width: .64rem;
    display: flex;
    justify-content: center;
    font-family: PingFangSC-Regular;
    font-size: .14rem;
    color: rgba(0,0,0,0.40);
    letter-spacing: 0;
    font-weight: 400;
}
.installment-title{
    font-family: PingFangSC-Medium;
    font-size: .16rem;
    color: #1E1E1E;
    text-align: center;
    font-weight: 500;
}
.installment-sheet-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: .56rem;
    font-family: PingFangSC-Medium;
    font-size: .16rem;
    color: #000000;
    text-align: left;
    font-weight: 500;
    padding: 0 0.2rem;
    border-bottom: solid .01rem rgba(0,0,0,0.08);;
}
.installment-sheet-row:last-child{
    border-bottom: none;
    margin-bottom: .4rem;
}
.installment-sheet-box{
    overflow-y: scroll;
    max-height: 4rem;
    overflow-x: scroll;
    padding: .12rem 0;
}
.installment-choice i{
    display: flex;
    box-sizing: border-box;
    width: .2rem;
    height: .2rem;
    border-radius: .2rem;
    border: solid .02rem rgba(0, 0, 0, 0.2)
}
.installment-choice i.on{
    border: solid .06rem rgb(236,87,41)
}
.installment-rate{
    font-size: .16rem;
}
/* 图形验证码相关 */
.imgcode_box .shadow {
    z-index: 4;
}

.imgcode_box .shadowbox_imgcode {
    background: #fff;
    position: fixed;
    z-index: 12;
    top: 50%;
    left: 50%;
    width: 85%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    border-radius: 0.12rem;
}

.imgcode_box .shadeTitle {
    display: block;
    margin-top: 0.25rem;
    text-align: center;
    font-size: 0.18rem;
}
.imgcode_box .icon-x {
    position: absolute;
    right: 0.15rem;
    top:0.15rem;
    font-size: 0.14rem;
    color: #999;
}

.shadowbox_imgcode .inputcol.left {
    float: left;
    width: 63%;
    background: #f5f5f5;
}

.shadowbox_imgcode .inputcol.right {
    width: 34%;
    float: right;
    background: #f5f5f5;
}

.shadowbox_imgcode .inputrow {
    margin: 0.2rem 0.12rem 0.35rem;
    width: inherit;
    height: 0.4rem;
    border: none;
}

.shadowbox_imgcode .inputrow.inputbox_error {
    display: block;
}

.shadowbox_imgcode .inputcol input {
    background: none;
    width: 100%;
    padding-right: 0;
    border: none;
    outline: none;
    line-height: 0.4rem;
    padding: 0 0.11rem;
}

.shadowbox_imgcode .inputcol {
    padding-left: 0;
    padding-right: 0;
}

.shadowbox_imgcode .inputrow .tip_icon {
    position: absolute;
    right: 37%;
    top: 0;
    width: 0.32rem;
    background-position: center right 0.11rem;
}

.shadowbox_imgcode .otp_img {
    height: 0.4rem;
    width: 100%;
    background: #f5f5f5;
    text-align: center;
    font-size: 0;
}

.shadowbox_imgcode .otp_img img {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.shadowbox_imgcode .otp_next {
    font-size: 0.12rem;
    color: blue;
    position: absolute;
    right: 0;
    top: 0.4rem;
    line-height: 0.3rem;
}

.shadowbox_imgcode .btnbox a {
    display: block;
    height: 0.5rem;
    width: 100%;
    line-height: 0.5rem;
    font-size: 0.15rem;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1.3px;
}
/*!
 * Cropper.js v1.5.1
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-03-10T09:55:50.492Z
 */

.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: calc(100% / 3);
  left: 0;
  top: calc(100% / 3);
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: calc(100% / 3);
  top: 0;
  width: calc(100% / 3);
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: ' ';
  display: block;
  position: absolute;
}

.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}

@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}

@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}

.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: ' ';
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url('cropper/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz/TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

@charset "UTF-8";
.swiper-inner .swiper-slide p{
  display: none;
}
.swiper-inner .swiper-image{
  text-align: center;
}
.swiper-inner .swiper-image>div{
  position: relative;
  display: inline-block;
}
.swiper-inner .swiper-slide.swiper-slide-active p,.swiper-inner .swiper-image p{
  display: block;
  position: absolute;
  bottom:0;
  padding:0.05rem 0.06rem;
  border-bottom-right-radius:0.09rem;
  border-bottom-left-radius:0.09rem;
  text-align: left;
  color:#fff;
  font-family: PingFangSC-Regular;
  font-size: 0.12rem;
  line-height: 1.2;
  background: rgba(76,57,27,0.8);
}
/** 加载**/
.pa-loading {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  outline: 0;
  overflow: hidden;
}
.sm-fading-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 0.05rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.sm-fading-box p {
    font-size: 0.13rem;
    line-height: 150%;
    color: #fff;
}
.sm-fading-box .sm-fading-circle {
    position: relative;
    margin: 0.15rem auto 0.1rem;
    width: 0.35rem;
    height: 0.35rem;
}
.sm-fading-circle .sm-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sm-fading-circle .sm-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 3%;
  height: 15%;
  background-color: #fff;
  border-radius: 10%;
  -webkit-animation: sm-circleFadeDelay 1.5s infinite ease both;
          animation: sm-circleFadeDelay 1.5s infinite ease both;
}
.sm-fading-circle .sm-circle2 {
  transform: rotate(24deg);
  -ms-transform: rotate(24deg);
  -moz-transform: rotate(24deg);
  -webkit-transform: rotate(24deg);
  -o-transform: rotate(24deg);
}
.sm-fading-circle .sm-circle3 {
  transform: rotate(48deg);
  -ms-transform: rotate(48deg);
  -moz-transform: rotate(48deg);
  -webkit-transform: rotate(48deg);
  -o-transform: rotate(48deg);
}
.sm-fading-circle .sm-circle4 {
  transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -moz-transform: rotate(72deg);
  -webkit-transform: rotate(72deg);
  -o-transform: rotate(72deg);
}
.sm-fading-circle .sm-circle5 {
  transform: rotate(96deg);
  -ms-transform: rotate(96deg);
  -moz-transform: rotate(96deg);
  -webkit-transform: rotate(96deg);
  -o-transform: rotate(96deg);
}
.sm-fading-circle .sm-circle6 {
  transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  -o-transform: rotate(120deg);
}
.sm-fading-circle .sm-circle7 {
  transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -webkit-transform: rotate(144deg);
  -o-transform: rotate(144deg);
}
.sm-fading-circle .sm-circle8 {
  transform: rotate(168deg);
  -ms-transform: rotate(168deg);
  -moz-transform: rotate(168deg);
  -webkit-transform: rotate(168deg);
  -o-transform: rotate(168deg);
}
.sm-fading-circle .sm-circle9 {
  transform: rotate(192deg);
  -ms-transform: rotate(192deg);
  -moz-transform: rotate(192deg);
  -webkit-transform: rotate(192deg);
  -o-transform: rotate(192deg);
}
.sm-fading-circle .sm-circle10 {
  transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  -moz-transform: rotate(216deg);
  -webkit-transform: rotate(216deg);
  -o-transform: rotate(216deg);
}
.sm-fading-circle .sm-circle11 {
  transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -webkit-transform: rotate(240deg);
  -o-transform: rotate(240deg);
}
.sm-fading-circle .sm-circle12 {
  transform: rotate(264deg);
  -ms-transform: rotate(264deg);
  -moz-transform: rotate(264deg);
  -webkit-transform: rotate(264deg);
  -o-transform: rotate(264deg);
}
.sm-fading-circle .sm-circle13 {
  transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  -moz-transform: rotate(288deg);
  -webkit-transform: rotate(288deg);
  -o-transform: rotate(288deg);
}
.sm-fading-circle .sm-circle14 {
  transform: rotate(312deg);
  -ms-transform: rotate(312deg);
  -moz-transform: rotate(312deg);
  -webkit-transform: rotate(312deg);
  -o-transform: rotate(312deg);
}
.sm-fading-circle .sm-circle15 {
  transform: rotate(336deg);
  -ms-transform: rotate(336deg);
  -moz-transform: rotate(336deg);
  -webkit-transform: rotate(336deg);
  -o-transform: rotate(336deg);
}
.sm-fading-circle .sm-circle1 {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
@-webkit-keyframes sm-circleFadeDelay {
0%, 100% {
    opacity: 1;
}
10% {
    opacity: .1;
}
20% {
    opacity: .2;
}
30% {
    opacity: .3;
}
40% {
    opacity: .4;
}
50% {
    opacity: .5;
}
60% {
    opacity: .6;
}
70% {
    opacity: .7;
}
80% {
    opacity: .8;
}
90% {
    opacity: .9;
}
}
@keyframes sm-circleFadeDelay {
0%, 100% {
    opacity: 1;
}
10% {
    opacity: .1;
}
20% {
    opacity: .2;
}
30% {
    opacity: .3;
}
40% {
    opacity: .4;
}
50% {
    opacity: .5;
}
60% {
    opacity: .6;
}
70% {
    opacity: .7;
}
80% {
    opacity: .8;
}
90% {
    opacity: .9;
}
}
.sm-fading-circle .sm-circle2:before {
  -webkit-animation-delay: -1.4s;
          animation-delay: -1.4s;
}
.sm-fading-circle .sm-circle3:before {
  -webkit-animation-delay: -1.3s;
          animation-delay: -1.3s;
}
.sm-fading-circle .sm-circle4:before {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}
.sm-fading-circle .sm-circle5:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.sm-fading-circle .sm-circle6:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.sm-fading-circle .sm-circle7:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.sm-fading-circle .sm-circle8:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.sm-fading-circle .sm-circle9:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.sm-fading-circle .sm-circle10:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.sm-fading-circle .sm-circle11:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.sm-fading-circle .sm-circle12:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sm-fading-circle .sm-circle13:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sm-fading-circle .sm-circle14:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sm-fading-circle .sm-circle15:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

/*加载中样式结束*/
.fileselect {
    position: absolute;
    left: -9999px;
  }
  .selectCameraBg {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    outline: 0;
    overflow: hidden;
  }
  .selectCameraBg .selectCamera {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #fff;
  }
  .selectCameraBg .selectCamera a {
        display: block;
        height: 0.505rem;
        line-height: 0.505rem;
        color: #f37938;
        font-size: 0.18rem;
        text-align: center;
        border-bottom: 1px solid #E5E5E5;
  }
  .selectCameraBg .selectCamera a.cancelCamera {
          color: #1E1E1E;
          border-bottom: none;
  }

.pet-select-con {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  font-family: PingFangSC-Medium;
}
.pet-container {
  position: relative;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.pet-container .scroll-container {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-flex: 1;
    flex: 1;
}
.pet-container .scroll-container .spacebox {
      height: 0.1rem;
      background: #f5f5f5;
}
.pet-container .photobox {
    position: relative;
    padding: 0.45rem 0 0.2rem;
    text-align: center;
    border-bottom: 1px solid #E5E5E5;
}
.pet-container .cropper-view-box {
    border-radius: 8px;
    outline: none;
}
.pet-container .copper-container {
    position: relative;
    display: inline-block;
    height: 2.905rem;
    width: 1.825rem;
    border-radius: 0.08rem;
    background: #efefef;
    overflow: hidden;
}
.pet-container .copper-container .mypicture {
      display: none;
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
}
.pet-container .copper-container .photobtn {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: url("../images/pet/photopet.png?v=9132e8c8b4&f=webp");
      background-size: 100% 100%;
      height: 0.645rem;
      width: 0.645rem;
}
.pet-container .maskcard {
    position: absolute;
    z-index: 10;
    top: 0.45rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    height: 2.905rem;
    width: 1.825rem;
    border-radius: 0.08rem;
    pointer-events: none;
}
.pet-container .maskcard img {
      height: 100%;
      width: 100%;
}
.pet-container .commonTitle {
    font-family: PingFangSC-Medium;
    position: relative;
    padding-left: 0.1rem;
    font-size: 0.13rem;
    line-height: 0.18rem;
    height: 0.18rem;
    color: #1E1E1E;
}
.pet-container .commonTitle:before {
      position: absolute;
      left: 0;
      top: 10%;
      content: '';
      display: inline-block;
      width: 0.03rem;
      height: 80%;
      background: #F37938;
}
.pet-container .cropperTitle, .pet-container .smallPhotoBtn, .pet-container .rotateBtn {
    position: absolute;
    z-index: 10;
    background-size: 100% 100%;
}
.pet-container .cropperTitle {
    top: 0.15rem;
    left: 0.2rem;
}
.pet-container .smallPhotoBtn {
    bottom: 0.72rem;
    right: 0.2rem;
    height: 0.32rem;
    width: 0.32rem;
    background-image: url("../images/pet/photopet-s.png?v=065c66c782&f=webp");
}
.pet-container .rotateBtn {
    bottom: 0.25rem;
    right: 0.2rem;
    height: 0.32rem;
    width: 0.32rem;
    background-image: url("../images/pet/rotate.png?v=e3d23dd6b3&f=webp");
}
.pet-container .photo-tips h4 {
    position: relative;
    font-family: PingFangSC-Medium;
    font-weight: normal;
    padding: 0 0.26rem;
    line-height: 0.385rem;
    font-size: 0.12rem;
    color: #666;
    letter-spacing: 0;
}
.pet-container .photo-tips h4:after {
      position: absolute;
      font-size: 0.16rem;
      right: -0.09rem;
      line-height: inherit;
      top: 0.19rem;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-family: "iconfont" !important;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\E644";
      color: #aaa;
}
.pet-container .photo-tips p {
    font-family: PingFangSC-Regular;
    font-size: 0.12rem;
    padding: 0 0.26rem 0.09rem;
    color: #666666;
    letter-spacing: 0;
    text-align: justify;
    line-height: 0.18rem;
}
.pet-container .photo-tips.unfold h4:after {
    content: "\E643";
}
.pet-container .photo-tips.unfold p {
    display: none;
}
.pet-container .standard-container {
    padding: 0.15rem 0.26rem 0.1rem;
}
.pet-container .standard-container p {
      font-family: PingFangSC-Regular;
      margin-top: 0.025rem;
      font-size: 0.12rem;
      color: #666;
      text-align: justify;
      line-height: 0.18rem;
}
.pet-container .standard-container ul {
      display: block;
      margin-top: 0.1rem;
}
.pet-container .standard-container ul li {
        display: inline-block;
        margin-right: 0.365rem;
}
.pet-container .standard-container ul li img {
          width: 1.11rem;
          height: 0.7rem;
          border-radius: 3px;
          border: 1px solid transparent;
}
.pet-container .standard-container ul li p {
          margin-top: 0.085rem;
          text-align: center;
          font-family: PingFangSC-Regular;
          font-size: 0.12rem;
          color: #1E1E1E;
}
.pet-container .standard-container ul li i.iconfont {
          color: #C6C6C6;
          font-size: 0.15rem;
          margin-right: 0.05rem;
          vertical-align: bottom;
}
.pet-container .standard-container ul li.active img {
          border-color: #f37938;
}
.pet-container .standard-container ul li.active i.iconfont {
          color: #f37938;
}
.pet-container .standard-container ul li.active i.iconfont:before {
            content: "\E608";
}
.pet-container .nextStep {
    border-top: 1px solid #E5E5E5;
    padding: 0.14rem 5.3%;
}
.pet-container .nextStep a {
      display: inline-block;
      width: 47.8%;
      font-size: 0.17rem;
      color: #fff;
      letter-spacing: 0;
      box-sizing: border-box;
      border-radius: 0.2rem;
      line-height: 0.377rem;
      background-color: #f37938;
      text-align: center;
      cursor: pointer;
}
.pet-container .nextStep a:last-child {
        float: right;
}
.pet-container .nextStep a:first-child{
    background: transparent;
    border: 1px solid #f37938;
    color: #f37938;
}

.pet-tips-box {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  background: rgba(169, 169, 169, 0.7);
  outline: 0;
  overflow: hidden;
  font-family: PingFangSC-Regular;
}
.pet-tips-box .tips-content {
  width: 2.95rem;
  background: #f5f5f5;
  border-radius: 0.15rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 1002;
}
.pet-tips-box .tips-header p{
  font-size: 0.16rem;
  color: #1e1e1e;
  letter-spacing: 0;
  margin-top: 0.24rem;
  text-align: center;
}

.pet-tips-box .tips-header a {
  position: absolute;
  right: 0.15rem;
  top: 0.1rem;
  color: #999;
}
.pet-tips-box .tips-header .iconfont{
  font-size: 10px;
}

.pet-tips-box .tips-header a:hover {
  color: #666;
}

.pet-tips-box .tips-message {
  margin: 0.1rem 0.25rem;
  line-height: 0.23rem;
  font-size: 0.13rem;
  letter-spacing: 0;
  text-align: left;
  color: #4A4A4A;
}
.tips-message .mck_link {
  font-size: 0.13rem;
  color: #5684d8;
}
.pet-tips-box .tips-footer {
  text-align: center;
  border-top:none;
  margin: 0.23rem 0;
}
.pet-tips-box .photobtn {
  display: inline-block;
  background: #F37938 url('../images/pet/camera.png?v=75e75db83d&f=webp') center center no-repeat;
  background-size: 0.3rem auto;
  border-radius: 100%;
  height: 0.645rem;
  width: 0.645rem;
}
.guideTip {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  outline: 0;
  overflow: hidden;
  font-family: PingFangSC-Regular;
  background: rgba(0, 0, 0, 0.6);
  padding-top: 1.17rem;
  text-align: center;
}

.guideTip img {
  display: inline-block;
  width: 0.5rem;
}

.guideTip p {
  margin: 0.28rem 0 0.65rem;
  font-size: 0.14rem;
  color: #fff;
}

.guideTip a {
  display: inline-block;
  width: 1.06rem;
  color: #fff;
  font-size: 0.15rem;
  line-height: 0.35rem;
  border: 1px solid #FFFFFF;
  border-radius: 0.2rem;
}
.argeementCon {
  z-index: 1500;
}
.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;}
.cardinfo-con h3 {color: #f37937;}
.cardinfo-con .dot:before{background: #f37937;}
.cardinfo-con h3 span {color: #f37937;}
.inputrow.inputotp a {border: 1px solid #f37937;}
.inputrow.inputotp a.otpBtnPrompt1{color: #f37937;}
.inputrow.inputotp a.fgray {color: #777;}
.btn {background: #f37937;}
.cardtype select {color: #f37937;}
.cardtype .myselect:before{border-color:#f37937;}
div.btn_more {color: #f37937;  border: 1px solid #f37937;}
div.btn_more1 {color: #f37937;  border: 1px solid #f37937;}
.head .swiper_close2 {background: #f37937 url(../../assets/images/return_2.png?v=aa112ff944&f=webp) 0.06rem center no-repeat;  background-size: 0.05rem 0.08rem;}
.active {color: #f37937;}
.swiper-slide.swiper-slide-active b.active{
    background: url(../../assets/images/active_2.png?v=be475fddb0&f=webp) center no-repeat;
    -webkit-background-size:55%;
    background-size: 55%;
    background-color: #f37937;
}
.btnp{background: #f37937;}
.fskBox.cur .cardInfo{border-color:#f37937;}
.fskBox.cur .fsk_ok{border-bottom-color: #f37937;}
.card-active .cardInfo {border: 2px solid #f37937;}
.btnp.btnt  {color: #f37937;  border: 1px solid #f37937;  background: #ffffff;}
.btnbox #sure{color: #f37937;}
.yzmcon .yzmconbox .t{color: #f37937;}
div.spac .swiper-pagination-bullet-active {border-bottom: 3px solid #f37937;  color: #f37937;}
.mod-step .step-num .top-img:before{border-color:#f37937;}
#quire_submit,#submit_ok1{background: #f37937;}
.liS_selected:before {background-color: #f37937;}

.picker {
    display: none;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.picker .picker-mask {
    position: absolute;
    z-index: 500;
    width: 100%;
    height: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    background: transparent;
    opacity: 0;
}
.picker .picker-mask.show {
    background: rgba(0, 0, 0, .6);
    opacity: 1;
}
.picker .picker-panel {
    position: absolute;
    z-index: 600;
    bottom: 0;
    width: 100%;
    height: 243px;
    background: #fff;
    transform: translateY(243px);
    -webkit-transform: translateY(243px);
    transition: all .5s;
    -webkit-transition: all .5s;
}
.picker .picker-panel.show {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.picker .picker-panel .picker-choose {
    position: relative;
    height: 50px;
    color: #878787;
    font-size: 14px;
}
.picker .picker-panel .picker-choose .picker-title {
    line-height: 50px;
    font-size: 19px;
    text-align: center;
    color: #333;
}
.picker .picker-panel .picker-choose .cancel, .picker .picker-panel .picker-choose .confirm {
    position: absolute;
    padding: 10px;
    top: 6px;
}
.picker .picker-panel .picker-choose .confirm {
    right: 0;
    color: #fa8919;
}
.picker .picker-panel .picker-choose .cancel {
    left: 0;
}
.picker .picker-panel .picker-content {
    position: relative;
}
.picker .picker-panel .picker-content .mask-bottom, .picker .picker-panel .picker-content .mask-top {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 68px;
    pointer-events: none;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.picker .picker-panel .picker-content .mask-top {
    top: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, .4)), to(hsla(0, 0%, 100%, .8)));
    background: -o-linear-gradient(bottom, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, .8));
}
.picker .picker-panel .picker-content .mask-top:after, .picker .picker-panel .picker-content .mask-top:before {
    display: block;
    position: absolute;
    border-top: 1px solid #ccc;
    left: 0;
    width: 100%;
    content: " ";
}
.picker .picker-panel .picker-content .mask-top:before {
    display: none;
    top: 0;
}
.picker .picker-panel .picker-content .mask-top:after {
    display: block;
    bottom: 0;
}
.picker .picker-panel .picker-content .mask-bottom {
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .4)), to(hsla(0, 0%, 100%, .8)));
    background: -o-linear-gradient(top, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, .8));
}
.picker .picker-panel .picker-content .mask-bottom:after, .picker .picker-panel .picker-content .mask-bottom:before {
    display: block;
    position: absolute;
    border-top: 1px solid #ccc;
    left: 0;
    width: 100%;
    content: " ";
}
.picker .picker-panel .picker-content .mask-bottom:before {
    display: block;
    top: 0;
}
.picker .picker-panel .picker-content .mask-bottom:after {
    display: none;
    bottom: 0;
}
.picker .picker-panel .wheel-wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 0 10px;
}
.picker .picker-panel .wheel-wrapper .wheel {
    -ms-flex: 1 1 1e-9px;
    -webkit-box-flex: 1;
    flex: 1;
    flex-basis: 1e-9px;
    width: 1%;
    height: 173px;
    overflow: hidden;
    font-size: 21px;
}
.picker .picker-panel .wheel-wrapper .wheel .wheel-scroll {
    margin-top: 68px;
    line-height: 36px;
}
.picker .picker-panel .wheel-wrapper .wheel .wheel-scroll .wheel-item {
    height: 36px;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
    font-size: .14rem;
}
.picker .picker-footer {
    height: 20px;
}
.picker-select{
    background: url(../images/arrow_right.png?v=abd58e32d4&f=webp) no-repeat center right 0.07rem;
    background-size: 0.08rem;
    padding-right: 0.28rem;
    min-height: 0.4rem;
    line-height: 0.4rem;
    color: #1e1e1e;
    font-size: 0.15rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.picker-select.c-gray{
    color: #bbb;
}

@media (-webkit-min-device-pixel-ratio:1.5), (min-device-pixel-ratio:1.5) {
    .border-1px:after, .border-1px:before {
        -webkit-transform: scaleY(.7);
        -webkit-transform-origin: 0 0;
        transform: scaleY(.7);
    }
    .border-1px:after {
        -webkit-transform-origin: left bottom;
    }
}
@media (-webkit-min-device-pixel-ratio:2), (min-device-pixel-ratio:2) {
    .border-1px:after, .border-1px:before {
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }
}

@font-face {
  font-family: "iconfont"; /* Project id 668107 */
  src: url('fonts/iconfont.eot?t=1635412627629'); /* IE9 */
  src: url('fonts/iconfont.eot?t=1635412627629#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('fonts/iconfont.svg?t=1635412627629#iconfont') format('svg'),
       url('fonts/iconfont.woff2?t=1635412627629') format('woff2'),
       url('fonts/iconfont.woff?t=1635412627629') format('woff'),
       url('fonts/iconfont.ttf?t=1635412627629') format('truetype');   
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-yixuan-01-01:before {
  content: "\e6a5";
}

.icon-weixuan-01:before {
  content: "\e6a6";
}

.icon-shangchuananniu-01:before {
  content: "\e6a4";
}

.icon-yichaoshi-01:before {
  content: "\e6a0";
}

.icon-zuoyouhuadong-01:before {
  content: "\e6a1";
}

.icon-he-01:before {
  content: "\e6a2";
}

.icon-kai-01:before {
  content: "\e6a3";
}

.icon-hebingxingzhuang-01:before {
  content: "\e69e";
}

.icon-GroupCopy7-01:before {
  content: "\e69f";
}

.icon-Group-01:before {
  content: "\e69d";
}

.icon-fakachengshidankuangguanbi-:before {
  content: "\e69c";
}

.icon-bianzu-:before {
  content: "\e69b";
}

.icon-chaxun-:before {
  content: "\e695";
}

.icon-shaixuan-:before {
  content: "\e696";
}

.icon-piliang-:before {
  content: "\e697";
}

.icon-piliang-1:before {
  content: "\e698";
}

.icon-shaixuan-1:before {
  content: "\e699";
}

.icon-chaxun-1:before {
  content: "\e69a";
}

.icon-shangchuankamian:before {
  content: "\e694";
}

.icon-xuanzhuandu-:before {
  content: "\e691";
}

.icon-yulan--:before {
  content: "\e692";
}

.icon-zhongxinshangchuan-:before {
  content: "\e693";
}

.icon-face-fail:before {
  content: "\e68f";
}

.icon-face-success:before {
  content: "\e690";
}

.icon-aixin-:before {
  content: "\e68d";
}

.icon-jiaochaxiaoshouchanpingouxuan-:before {
  content: "\e68e";
}

.icon-piliang-_fuzhi-:before {
  content: "\e68c";
}

.icon-tianjia-:before {
  content: "\e64d";
}

.icon-weigouxuan-:before {
  content: "\e64e";
}

.icon-shanchu-:before {
  content: "\e64f";
}

.icon-gouxuan-:before {
  content: "\e650";
}

.icon-wancheng:before {
  content: "\e648";
}

.icon-fuchuang:before {
  content: "\e649";
}

.icon-luyinjieshu:before {
  content: "\e64a";
}

.icon-luyin:before {
  content: "\e64b";
}

.icon-chonglu:before {
  content: "\e64c";
}

.icon-yinzhang-:before {
  content: "\e647";
}

.icon-gengduokamian--:before {
  content: "\e645";
}

.icon-gengduokamian-dise-:before {
  content: "\e646";
}

.icon-zhankai-:before {
  content: "\e643";
}

.icon-shouqi:before {
  content: "\e644";
}

.icon-beixuanxinyongka-yixuan-:before {
  content: "\e628";
}

.icon-beixuanxinyongka-weixuan-:before {
  content: "\e629";
}

.icon-sanqinshangchuan:before {
  content: "\e633";
}

.icon-dingwei-:before {
  content: "\e68b";
}

.icon-dingweitubiao:before {
  content: "\e68a";
}

.icon-zhankai:before {
  content: "\e688";
}

.icon-fuzhi:before {
  content: "\e689";
}

.icon-lanshouhui:before {
  content: "\e682";
}

.icon-paisonghui:before {
  content: "\e683";
}

.icon-paisongliang:before {
  content: "\e684";
}

.icon-lanshouliang:before {
  content: "\e685";
}

.icon-peisongliang:before {
  content: "\e686";
}

.icon-peisonghui:before {
  content: "\e687";
}

.icon-shoushibai:before {
  content: "\e67f";
}

.icon-shoulianghui:before {
  content: "\e681";
}

.icon-erleihu-yigouxuan:before {
  content: "\e620";
}

.icon-erleihu-weigouxuan:before {
  content: "\e621";
}

.icon-camera:before {
  content: "\e61d";
}

.icon-xuanzhuan:before {
  content: "\e61e";
}

.icon-quanjinsheng--:before {
  content: "\e61b";
}

.icon-huodongxiangqing-:before {
  content: "\e680";
}

.icon-huodongxiangqing_fuzhi:before {
  content: "\e67e";
}

.icon-yilingqu:before {
  content: "\e67d";
}

.icon-qy13:before {
  content: "\e662";
}

.icon-qy19:before {
  content: "\e663";
}

.icon-qy17:before {
  content: "\e664";
}

.icon-qy18:before {
  content: "\e665";
}

.icon-qy8:before {
  content: "\e666";
}

.icon-qy20:before {
  content: "\e667";
}

.icon-qy9:before {
  content: "\e668";
}

.icon-qy42:before {
  content: "\e669";
}

.icon-qy32:before {
  content: "\e66a";
}

.icon-qy12:before {
  content: "\e66b";
}

.icon-qy10:before {
  content: "\e66c";
}

.icon-qy29:before {
  content: "\e66d";
}

.icon-qy16:before {
  content: "\e66e";
}

.icon-qy1:before {
  content: "\e66f";
}

.icon-qy4:before {
  content: "\e670";
}

.icon-qy37:before {
  content: "\e671";
}

.icon-qy39:before {
  content: "\e672";
}

.icon-qy5:before {
  content: "\e673";
}

.icon-qy41:before {
  content: "\e674";
}

.icon-qy40:before {
  content: "\e675";
}

.icon-qy44:before {
  content: "\e676";
}

.icon-qy30:before {
  content: "\e677";
}

.icon-qy35:before {
  content: "\e678";
}

.icon-qy31:before {
  content: "\e679";
}

.icon-qy15:before {
  content: "\e67a";
}

.icon-qy2:before {
  content: "\e67b";
}

.icon-qy3:before {
  content: "\e67c";
}

.icon-qy36:before {
  content: "\e651";
}

.icon-qy14:before {
  content: "\e652";
}

.icon-qy23:before {
  content: "\e653";
}

.icon-qy24:before {
  content: "\e654";
}

.icon-qy28:before {
  content: "\e655";
}

.icon-qy25:before {
  content: "\e656";
}

.icon-qy43:before {
  content: "\e657";
}

.icon-qy21:before {
  content: "\e658";
}

.icon-qy34:before {
  content: "\e659";
}

.icon-qy33:before {
  content: "\e65a";
}

.icon-qy26:before {
  content: "\e65b";
}

.icon-qy38:before {
  content: "\e65c";
}

.icon-qy6:before {
  content: "\e65d";
}

.icon-qy22:before {
  content: "\e65e";
}

.icon-qy27:before {
  content: "\e65f";
}

.icon-qy11:before {
  content: "\e660";
}

.icon-qy7:before {
  content: "\e661";
}

.icon-qingchu:before {
  content: "\e60b";
}

.icon-zhuzishanchu:before {
  content: "\e60c";
}

.icon-fanhuixiaochengxu:before {
  content: "\e642";
}

.icon-star:before {
  content: "\e640";
}

.icon-pencil-:before {
  content: "\e641";
}

.icon-weigouxuan:before {
  content: "\e606";
}

.icon-fanhui:before {
  content: "\e607";
}

.icon-yigouxuan:before {
  content: "\e608";
}

.icon-gou:before {
  content: "\e63f";
}

.icon-wangluo:before {
  content: "\e63c";
}

.icon-shenfenzheng:before {
  content: "\e63d";
}

.icon-loukongyuan:before {
  content: "\e63e";
}

.icon-guanbi:before {
  content: "\e63a";
}

.icon-tie:before {
  content: "\e63b";
}

.icon-meiweipai:before {
  content: "\e636";
}

.icon-jifendang:before {
  content: "\e637";
}

.icon-yundongkuang:before {
  content: "\e638";
}

.icon-guanyingtuan:before {
  content: "\e639";
}

.icon-xiangqing:before {
  content: "\e62e";
}

.icon-guize:before {
  content: "\e634";
}

.icon-koufei:before {
  content: "\e635";
}

.icon-yijianfankui:before {
  content: "\e632";
}

.icon-nianfei:before {
  content: "\e631";
}

.icon-CombinedShapeCopy:before {
  content: "\e62a";
}

.icon-IDCombinedShape:before {
  content: "\e62b";
}

.icon-x:before {
  content: "\e62c";
}

.icon-CombinedShape:before {
  content: "\e62d";
}

.icon-tongzhi:before {
  content: "\e62f";
}

.icon-quanyi:before {
  content: "\e630";
}

.icon-tishifangkuai:before {
  content: "\e619";
}

.icon-anniu:before {
  content: "\e61c";
}

.icon-ShapeCopy:before {
  content: "\e61f";
}

.icon-shanchu:before {
  content: "\e622";
}

.icon-RectangleCopy:before {
  content: "\e623";
}

.icon-fenzu:before {
  content: "\e624";
}

.icon-wrong:before {
  content: "\e625";
}

.icon-icon-test:before {
  content: "\e626";
}

.icon-xiala:before {
  content: "\e627";
}


.formTitle.ocrbox{
  position: relative;
}
.ocr{
    position: absolute;
    right:0.15rem;
    top:0;
    line-height: 0.4rem;
    height: 0.4rem;
  }
  .ocr .text{
    font-size: 12px;
    color:#F37938;
    vertical-align: middle;
  }
  .fileselect {
      position: absolute;
      left: -9999px;
  }
  .selectCameraBg {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    outline: 0;
    overflow: hidden;
  }
  .selectCameraBg .selectCamera {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #fff;
  }
  .selectCameraBg .selectCamera a {
    display: block;
    height: 0.55rem;
    line-height:  0.55rem;
    font-size: 0.18rem;
    text-align: center;
    border-bottom: 1px solid #ddd;
  }
  .cancelCamera {
    color: #1e1e1e;
    border-bottom: none;
  }


  .cover {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 3;
 }
.cover .mask {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0.15rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.cover .mask .tips{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    padding-top:5px;
}
.cover .mask .tips p{
    color: #fff;
    font-size:14px;
    margin-top: 10px;
    width: 80px;
    text-align: center;
}
.cover .mask .tips .loading{
    width: 80px;
    height: 32px;
    background:url('../../assets/images/loadingnew.gif?v=50c5e3e79b&f=webp') no-repeat center center;
}


.yzmcon .tips_box_text{
    text-align: left;
    padding: 0.1rem 0.26rem 0.2rem 0.26rem;
}
.Oldbtnbox #know{
    float: right;
    font-family: PingFangSC-Regular;
    color: #F37938;
    display: block;
    height: 0.4rem;
    width: 100%;
    line-height: 0.4rem;
    font-size: 0.15rem;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1.3px;
}
.tipsbox{
    position: fixed;
}
.face_yzmbox{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
}
.face_yzmmarsk{
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  position: fixed;
}
.face_yzmcon{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 77%;
  z-index: 3;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background-color: #fff;
  color: #575757;
  border-radius: 0.15rem;
  position: fixed;
}
.face_yzm_msg{
  padding: 0.24rem;
  text-align: center;
  font-size: 0.16rem;
  font-family: PingFangSC-Regular;
  color: #000;
  letter-spacing: 0;
  line-height: 0.24rem;
}
.face_Oldbtnbox{
  border-top: 1px solid #f2f2f2;
}
#face_cancal{
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 0.18rem;
  text-align: center;
  color: #FF4800;
  padding: 0.12rem 0;
}
.face_text{
  font-size: 0.16rem;
}
.identification_container {
  position: fixed;
  z-index: 11;
  bottom: 0;
  background: #fff;
  text-align: center;
  padding: 0 0.2rem;
  width: -webkit-fill-available;
  border-top-right-radius: 0.12rem;
  border-top-left-radius: 0.12rem;
  height: 65%
}
.identification_title {
    font-size: 0.22rem;
    font-weight: 800;
    line-height: .3rem;
    margin-top: 0.45rem;
}
.identification_tips {
    font-size: 0.14rem;
    margin: 0.24rem 0 0;
    opacity: 60%;
    margin-top: 16%;
}
.identification_img {
    width: 100%;
    height: 2.4rem;
    background: url(../../assets/images/face.png?v=6d15ecf165&f=webp) no-repeat center center;
    background-size: 50% 76%;

}
.identification_btn {
    background-color: #ff4800;
    height: 0.45rem;
    border-radius: 0.3rem;
    font-size: 0.18rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 0.45rem;
}
.third_info{
    font-size: 0.12rem;
    color: rgba(0, 0, 0, .4);
    margin: 0.2rem 0 0.26rem;
}
.close_icon{
    top: 0.2rem;
    position: absolute;
    right: 0.2rem;
}
.user_name{
    color: #FF4800;
}
.agreement .agreeContent{
    font-size: 0.13rem;
    padding: 0 0.15rem;
    text-align: left;
    margin-top: 0;
}
.agreeContent span {
    font-size: 0.13rem;
    color: #3f4246;
    line-height: 0.22rem;
}
.agreeContent a{
    display: inline;
}
.iconfont
{
    font-size: 0.14rem;
    color: #C0C0C0
}
.icon-yigouxuan {
    color: #f37937 !important;
}
.icon-weigouxuan- {
    color: #C0C0C0 !important;
}
.auth-loading{
    background-image: linear-gradient(-90deg, #7F92B8 0%, #596B91 100%);
    box-shadow: 0 0.08rem 0.12rem 0 rgba(125,144,182,0.60);
    /* height: 100%; */
    position: absolute;
    width: 100%;
}
.load-head{
    padding: 0.24rem;
    background: url('../images/load/fill.png?v=fe0f0dad66&f=webp') no-repeat;
    background-size: 1.08rem;
    background-position: 90% 100%;
}
.load-head-first{
    font-weight: bold;
}
.load-head-first,.load-head-scond{
    color: #fff;
    font-size: 0.2rem;
}
.load-head-scond{
    font-size: 0.15rem;
    margin-top: 0.06rem;
}
.auth-load-mode1,.auth-load-mode2{
    background: #FFFFFF;
    box-shadow: 0 0.04rem 0.16rem 0 rgba(0,0,0,0.06);
    border-radius: 0.1rem;
    margin: 0 0.13rem;
}
.auth-load-mode2{
    margin-top: 0.2rem;
    margin-bottom: 1.5rem;
}
.auth-load-tag{
    background: rgba(0,0,0,0.80);
    border-radius: 0.1rem 0 0.1rem 0;
    color: #fff;
    width: 0.55rem;
    font-size: 0.12rem;
    text-align: center;
    line-height: 0.12rem;
    padding: 0.0578rem 0;
    position: absolute;
}
.auth-load-mode-title{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.12rem 0 0.15rem;
    font-weight: bold;
}
.auth-load-load-img{
    width: 0.22rem;
    height: 0.2rem;
    margin-right: 0.08rem;
}
.auth-load-qr-box{
    padding: 0.15rem 0.12rem;
    background: #F6F6F6;
    border-radius: 0.1rem;
    margin: 0 0.15rem;
    display: flex;
}
.auth-load-qr-fetch{
    /* width: 0.9rem;
    height: 0.9rem; */
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.15rem;
    flex: none;
}
.auth-load-qr-self{
    width: 0.9rem;
    height: 0.9rem;
    margin-right: 0.15rem;
    flex: none;
}
.auth-load-box-title{
    font-size: 0.14rem;
    letter-spacing: 0;
    line-height: 0.16rem;
    font-weight: bold;
}
.auth-load-list-des{
    display: flex;
    margin-top: 0.07rem;
    margin-bottom: 0.13rem;
}
.list-des-li{
    font-size: 0.1rem;
    background: rgba(0,0,0,0.04);
    border: 0 solid rgba(0,0,0,0.08);
    border-radius: 2px;
    padding: 1px 0px;
    margin-right: 2px;
    color: rgba(0,0,0,0.60);
    text-align: center;
    flex: 1;
}
.auth-load-guide{
    font-size: 0.12rem;
    color: #FFFFFF;
    background: #FF4800;
    border-radius: 0.11rem;
    padding: 0.03rem 0 0.03rem 0.12rem;
    width: 0.68rem;
    display: flex;
    align-items: center;
}
.btn-page{
    background: #FF4800;
    color: #FFFFFF;
    position: relative;
}
.auth-load-style-btn{
    margin: 0.2rem 0.07rem;
    text-align: center;
    display: inline-block;
    width: -webkit-fill-available;
    padding: 0.1rem 0;
    border-radius: 23px;
    font-size: 0.18rem;
}
.auth-btn{
    background: #fff;
    color: #FF4800;
    border: 1px solid #FF4800;
}
.bank-des{
    font-size: 0.14rem;
    text-align: center;
    margin-bottom: 0.14rem
}
.load-img-arrow{
    width: 0.06rem;
    height: 0.08rem;
    margin-left: 0.06rem;
}
.load-img-hot{
    width: 0.28rem;
    height: 0.16rem;
    position: absolute;
    top: -0.09rem;
    right: 0.19rem;
}
.auth-load-qr-img{
    width: 100%;
    height: 100%;
}
.auth-load-qr-img-canvas{
    position: absolute;
    z-index: -1;
    visibility: hidden;
}
.auth-load-bottom-box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.08rem 0.2rem
}
.auth-load-bottom-line{
    opacity: 0.19;
    border-top: 1px solid #FFFFFF;
    width: 0.35rem;
}
.auth-load-bottom-text{
    font-size: 0.1rem;
    opacity: 0.27;
    color: #FFFFFF;
    margin: 0 0.08rem 0
}
