* {
    font-family: "Arial", "Microsoft YaHei", sans-serif;
}

body {
    padding: 0;
    margin: 0;
    list-style-type: none;
    background-color: #f7f7fa;
    /*#F2F5F7*/
}

.page #activity_list .weui_media_box.weui_media_appmsg .weui_media_hd {
    margin-right: .8em;
    width: 85px;
    max-width: 250px;
}

#activity_list .weui_media_box:before {
    border: 0;
}

.managers .weui_media_box.weui_media_appmsg .weui_media_hd {
    width: 80px !important;
    height: 80px !important;
    line-height: 80px !important;
}

.page .weui_media_box .weui_media_desc {
    display: block !important;
    min-height: 45px;
}

a.weui_media_box {
    margin-bottom: 8px;
    background-color: #fff !important;
}

.titletop {
    width: 100%;
    height: 43px;
    color: #fff;
    line-height: 43px;
    background-color: #34AEE6;
    font-size: 15px;
    background-color: #1482FF;
}

.line {
    margin: 0 9px;
    width: 1px;
    height: 17px !important;
    opacity: 0.6;
}

.titletop>img {
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
}

.page .weui_media_box {
    padding: 18px 15px;
    position: relative;
}

.cardimg {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.weui_label {
    color: #636363;
}

.weui_cells_form .weui_cell_warn .weui_label {
    color: #E64340 !important;
}

.cardimg {
    background-color: #fff;
}

.cardimg>img {
    width: 70%;
    margin: 0 auto;
    vertical-align: bottom;
    max-width: 360px;
}

.cardText {
    width: 100%;
    background-color: #fff;
    padding-top: 12px;
}

#page10 .weui_icon_success:before {
    color: #34AEE6;
}

.orangeBall {
    background-color: rgb(253, 116, 43);
    border-radius: 5px;
    width: 10px;
    height: 10px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.fontspan {
    margin: 0 auto;
    width: 88%;
    max-width: 600px;
    padding: 15px 0;
}

.fontspan>span {
    line-height: 22px;
    font-size: 12px;
    color: #9b9b9b;
}

.goto {
    display: inline-block;
    width: 49%;
}

.gotowraper {
    overflow: hidden;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    padding: 20px 10px;
    box-sizing: border-box;
}

.btn {
    /*background-color:#EF4F4F ;*/
    border-radius: 8px;
    width: 80%;
    max-width: 220px;
    height: 38px;
    line-height: 38px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    height: 43px;
    line-height: 43px;
    width: 94%;
    border-radius: 4px;
}

.btns {
    background-color: #E6A534;
    border-radius: 8px;
    width: 88%;
    height: 38px;
    line-height: 38px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    display: block;
}

.nextbtn,
.next {
    background-color: #E6A534;
}

.backbtn {
    background-color: #E6A534;
    /*#D1D1D1;*/
    background-color: transparent;
    border: 1px solid #E6A534;
    color: #E6A534;
}

.cardname {
    font-size: 18px;
    margin-bottom: 10px;
    color: #225fba;
    padding-top: 8px;
    text-align: center;
}

.top {
    padding: 16px 0 45px;
    width: 100%;
    background-color: #fff;
}

.t1 {
    margin-top: 15px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #225fba;
    font-weight: 400;
}

.tips {
    font-size: 12px;
    width: 92%;
    margin: 30px auto;
    line-height: 22px;
    color: #9b9b9b;
}

.page .weui_cells {
    font-size: 14px;
}

.page .weui_cell {
    padding: 13px 15px;
}

.page .weui_vcode {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.page .weui_select {
    z-index: 0 !important;
}

.notop {
    position: relative;
}

.notop:before {}

.nobottom:after {}

.ra {
    width: 28%;
    display: inline-block !important;
}

.ras {
    width: 30%;
    display: inline-block !important;
}

#page7 .weui_cells_checkbox .weui_icon_checked:before,
#page8 .weui_cells_checkbox .weui_icon_checked:before,
#page81 .weui_cells_checkbox .weui_icon_checked:before,
#page5 .weui_cells_checkbox .weui_icon_checked:before {
    display: inline-block !important;
}

.ml5 {
    margin-left: 5px;
}

.radiospan {
    vertical-align: middle;
    margin-left: 5px;
}

#selectManagerText {
    background-color: rgb(215, 231, 254);
    height: 40px;
    line-height: 40px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 12px;
    text-align: center;
    color: rgb(253, 116, 43);
    position: relative;
}

#selectManagerImg {
    height: 90px;
    background-image: url(images/select.png);
    -webkit-background-size: 70px;
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center;
}

#getCheckNum {
    float: right;
    background-color: rgb(71, 149, 255);
    color: #fff;
    margin-right: 5px;
    padding: 5px;
    border-radius: 5px;
    height: 18px;
    line-height: 18px;
}

.detailbut {
    background-color: rgb(71, 149, 255);
    color: #fff;
    margin-right: 132px;
    padding: 5px;
    margin-top: 3px;
    border-radius: 5px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    width: 105px;
}

.stips {
    font-size: 12px;
    width: 92%;
    margin: 18px auto;
    line-height: 20px;
    color: #9b9b9b;
}

.btnOnly {
    background-color: #E6A534;
    border-radius: 8px;
    width: 90%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.btnOnlys {
    background-color: #E6A534;
    border-radius: 8px;
    width: 100px;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    display: inline-block;
}

.inputCust {
    border-radius: 8px;
    width: 170px;
    height: 35px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    font-size: 17px;
}

.nopd {
    padding-left: 0 !important;
}

#page6 .weui_select,
#page7 .weui_select {
    padding-left: 0 !important;
}

.inputTextError {
    border: solid 1px #ff0000 !important;
    color: #ff0000 !important;
}

.inputTextError-color {
    color: #ff0000 !important;
}

.weui_toast_text {
    width: 75% !important;
    height: auto !important;
    border-radius: 5px !important;
}

.weui_toast_text .weui_toast_content {
    margin: 5px 10px !important;
}

.weui_vcode .weui_cell_ft div {
    margin-left: 5px;
    height: 46px;
    vertical-align: middle;
    line-height: 46px;
    background: #4096EC;
    color: #fff;
    padding: 0 12px;
    font-size: 15px;
    display: inline-block;
}

.page .weui_select_before {
    padding-right: 15px;
}

.page .weui_cell_select {
    padding: 0;
}

.page .weui_cells:before {
    border: 0;
}

.page .weui_cells:after {
    border: 0;
}

#page9 .weui_cell_ft {
    color: #121212;
    max-width: 65%;
}

#page9 .weui_cell_primary {
    color: #797272;
    font-size: 14px;
}

.quotas {
    width: 88%;
    color: rgb(120, 120, 120);
}

.page .weui_msg .weui_msg_title {
    text-align: center;
    font-size: 18px;
    color: #225fba;
    font-weight: 400;
}

.page .weui_msg .weui_icon_area {
    margin-bottom: 15px;
}

.page .weui_msg .weui_msg_desc {
    font-size: 14px;
    color: rgb(120, 120, 120);
}

.page .weui_icon_msg:before {
    font-size: 95px;
}

.ptitle {
    font-weight: 400;
    font-size: 15px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 22px;
}

.manager {
    width: 84%;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}

.mname {
    font-size: 15px;
    color: #121212;
}

.mtel {
    font-size: 14px;
}

.mdept {
    font-size: 14px;
    color: #9b9b9b;
}

#page7 .weui_media_box.weui_media_appmsg .weui_media_appmsg_thumb {
    width: 95%;
    max-height: 95%;
    border-radius: 50%;
}

#page71 .weui_media_box.weui_media_appmsg .weui_media_appmsg_thumb {
    width: 95%;
    max-height: 95%;
    border-radius: 50%;
}

.clickSelect {
    width: 92%;
    margin: 5px auto;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}

#custManager {
    background-color: #fff;
}

.mdept>img {
    vertical-align: middle;
    width: 100px;
    height: 30px;
}

.selectTr {
    background-color: #ECECEC !important;
}

#page7 .weui_label {
    width: 125px;
}

#selectcustno {
    font-size: 18px;
    color: red;
    font-weight: bold;
}

.pub {
    text-align: center;
    color: #6D6D6D;
    font-size: 13px;
    margin: 30px auto 18px;
}


/** search */

.uldiv {
    margin: 10px auto;
    width: 100%;
}

.cardul {
    border-bottom: none;
    position: relative;
    padding: 12px;
    background-color: #fff;
    margin-top: 12px;
}

.cardul>li {
    list-style: none;
    line-height: 24px;
}

.cardul:after {
    display: block;
    content: '';
    border-top: solid 2px;
    border-right: solid 2px;
    width: 10px;
    height: 10px;
    border-color: #ccc;
    position: absolute;
    right: 20px;
    top: 45%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cardul>li>div {
    display: inline-block;
    font-size: 13px;
}

.cardul>li>div:first-child {
    color: #9b9b9b;
    width: 80px;
    vertical-align: top;
}

.cardul>li>div:last-child {
    width: 70%;
}

.backremark {
    width: 68%;
}

#topage6 {
    background-color: #fff;
}

#page6 #co_phone_radio {
    padding-left: 15px !important;
}

.ras {
    width: 100%;
    display: block !important;
}

.nolook:after {
    border: none !important;
}

.page {
    display: none;
}

#page12,
#page12s,
#page13,#page20,
#page14,
#page15,
#page16,
#page17
 {
    display: block;
    width: 90%;
    position: fixed;
    top: 5%;
    left: 5%;
    bottom: 5%;
    opacity: 1;
    background: #fff;
    overflow-y: hidden;
    border-radius: 10px;
    color: #636363;
    font-size: 14px;
    z-index: 999;
}

.pagemask.maskvisible {
    opacity: 1;
    visibility: visible;
}

.pagemask {
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    visibility: hidden;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}

.roletitle {
    position: relative;
    top: 0;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    text-align: center;
    width: 100%;
    background-color: #34AEE6;
    color: #fff;
}

.rolecontent {
    padding: 10px 2% 10px 8%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 9999;
    height: 80%;
}

.rolebot {
    position: relative;
    bottom: 0;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    text-align: center;
    width: 100%;
    background-color: #E6A534;
    color: #fff;
}

.stopscroll {
    height: 100%;
    overflow: hidden;
}

.stepimg>img {
    width: 100%;
    margin-top: 10px;
}

#page12 iframe,
#page12s iframe,
#page13 iframe,
#page14 iframe,
#page15 iframe,
#page16 iframe,
#page17 iframe
{
    width: 100%;
    height: 100%;
    border: 0;
}

#page12 .framediv,
#page12s .framediv,
#page13 .framediv,
#page20 .framediv,
#page14 .framediv,
#page15 .framediv,
#page16 .framediv,
#page17 .framediv  {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    height: 93%;
}

#page12 .pclose,
#page12s .pclose,
#page13 .pclose,
#page20 .pclose,
#page14 .pclose,
#page15 .pclose,
#page16 .pclose,
#page17 .pclose {
    width: 100%;
    height: 6%;
}

.page .closebtn {
    position: absolute;
    right: 13px;
    top: 6px;
    width: 28px;
}

.stipnew {
    font-size: 12px;
    width: 92%;
    margin: 18px auto 0;
    line-height: 20px;
    color: #9b9b9b;
    height: 60px;
    overflow: hidden;
}

.tipmore {
    line-height: 22px;
    height: 22px;
    position: relative;
    width: 78%;
    text-align: right;
    margin: 3px auto 10px;
    font-size: 13px;
    color: #4795ff;
}

.tipmore:after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 5px;
    right: -15px;
    border-width: 2px 2px 0 0;
    border-color: #4096ec;
    border-style: solid;
}

.down:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.up:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.demos-title {
    text-align: center;
    font-size: 20px;
    color: #3cc51f;
    font-weight: 600;
    margin: 15px 12px 5px;
}

.weui_article h1 {
    font-weight: 600 !important;
}

.weui_article {
    padding: 10px 15px !important;
}

.indent {
    text-indent: 1em;
}

.weui_article section {
    margin-bottom: 0 !important;
}

.smallsection>p {
    font-size: 14px;
    margin: 3px 0;
}

.weui_article>section>p {
    font-weight: 600;
    font-size: 14px;
}

.otherp {
    font-size: 14px;
}

.bottom {
    width: 100%;
    font-size: 14px;
}

.bottom>div {
    float: right;
    padding: 20px;
}

.bottom span,
.warrantname {
    font-weight: 600;
}

#selectHometel:before {
    border-color: #777373;
    top: 47%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.idphoto .idcard_photo {
    width: 70%;
    height: 138px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    position: relative;
    margin: 12px auto 4px;
    text-align: center;
    float: none;
}

.photo_p {
    margin: 0 auto 12px;
    width: 100%;
    text-align: center;
}


/*.idcard_photo:before {
    content: " ";
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #d9d9d9;
    width: 2px;
    height: 39.5px;
}
.idcard_photo:after {
    content: " ";
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #d9d9d9;
    width: 39.5px;
    height: 2px;
}*/

.idphoto:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #d9d9d9;
    color: #d9d9d9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    left: 15px;
}

.idcard_photo p {
    width: 100%;
    text-align: center;
    margin: 8px auto;
    color: #d9d9d9;
}

.idphoto {
    padding: 13px 15px;
    color: #636363;
    position: relative;
}

.add_img {
    height: 52%;
    vertical-align: middle;
}

.rotate {
    width: 100%;
    height: 100%;
}

.hasupload:before {
    width: 0 !important;
}

.hasupload:after {
    height: 0 !important;
}

#page21,
#page22,
#page23,
#page2 {
    background: #fff;
    min-height: 100vh;
}

#page1 {
    background: #f5f5f5;
    min-height: 80vh;
}

#page1 .weui_grid {
    width: 50%;
    text-align: center;
    padding: 16px 10px;
}

#page1 .weui_grid img {
    width: 88%;
}

#page1 .weui_grid:before {
    border: 0;
}

#page1 .weui_grids:before {
    border: 0;
}

.swiper-slide img {
    width: 100%;
    vertical-align: bottom;
}

.indexpubs {
    color: #fff;
    background-color: #1acbff;
    width: 100%;
    text-align: center;
    line-height: 28px;
    height: 28px;
    font-size: 13px;
    letter-spacing: 0.5em;
    position: fixed;
    bottom: 0;
}

.cardphoto {
    width: 72%;
    margin: 30px auto 10px;
}

#page21 .swiper-pagination-bullets {
    position: relative;
    margin-top: 38px;
}

.cardTexts {
    width: 78%;
    background-color: #fff;
    display: none;
    margin: 0 auto;
}

.cardtext_title {
    text-align: center;
    color: #22437e;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin: 12px auto 28px;
}

.cardTexts p {
    color: #000;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    position: relative;
    letter-spacing: 1px;
}

.cardTexts p:before {
    position: absolute;
    content: '';
    left: -10px;
    top: 11px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
}

.cardTexts p span {
    color: #ff0000;
}

.result_item {
    box-shadow: 0 3px 10px #cccccc9e;
    width: 93%;
    max-height: 120px;
    padding: 6px 6px 6px 12px;
    z-index: 9999;
    background: #ffffff;
    display: none;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    color: #53575E;
}

.result_item .list_item {
    width: 100%;
    height: 38px;
    line-height: 38px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.result_item .list_item:first-child:before {
    border: 0;
}

.result_item .list_item:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #d9d9d9;
    color: #d9d9d9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.weui_media_bd_last {
    width: 90px;
}

.weui_media_bd_last .toshare_button {
    width: 80px;
    height: 28px;
    line-height: 28px;
    border-radius: 20px;
    color: #4391f8;
    border: 1px solid #4391f8;
    font-size: 14px;
    text-align: center;
}

.weui_media_lastp {
    color: #848484;
    font-size: 14px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#shareblock:before {
    border: 0;
    left: 0;
}

#shareblock .iconimg {
    width: 92px;
    height: auto;
}

#shareblock .big_p {
    color: #fc4c0f;
    font-size: 16px;
    font-weight: 500;
}

.greyLine {
    width: 100%;
    height: 8px;
    background-color: #f5f5f5;
}

.creditcard_list {
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 40px;
}

.creditcard_list .weui_media_box {
    padding: 20px 25px;
    width: 94%;
    margin: 0 auto;
    box-sizing: border-box;
}

.creditcard_list .weui_media_box:before {
    left: 0 !important;
}

.creditcard_list .weui_media_box.weui_media_appmsg .cardinfo {
    width: 38%;
    height: auto;
    margin-right: 10vw;
}

.credit_detailBtn {
    display: block;
    width: 116px;
}

#card_desc ul li {
    list-style: none;
}

.cardbox-title {
    color: #121212;
    font-size: 16px;
    font-weight: 500;
}

.cardbox-desc {
    color: #848484;
    font-size: 14px;
}

#cardBigphoto2 img {
    width: 100%;
}

#cardBigphoto1 .container2 {
    padding-bottom: 40px;
}

#card_desc ul {
    width: 100% !important;
    overflow: hidden;
}

.apprtitle {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 17px;
    color:#22437e;
    margin:12px auto;
    width:94%;
    display: none;
    font-size: 17px;
    color: #333;
}
.recomemp_div{
	font-size:15px;
	color:#9b9b9b;
	margin-left:15px;
}
.recomemp_div #share_username{
	font-weight:600;
	color:#121212;
	margin-right:15px;
}

/* swiper改造 */
.swiper-pagination-bullet{
    border-radius: 10% !important;
}
.swiper-pagination-bullet-active{
    background-color: #E6A534 !important;
}
.swiper-wrapper{
    align-items: center !important;
}
.titleCard{
    width: 100%;
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.titleCard img{
    display: block;
    height: 7px;
}
.titleCard span{
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin:0 10px;
}

/* 新增  金融信用信息基础数据库授权书 css */
.sqs_con{
    padding: 10px;
    box-sizing: border-box;
}
.sqs_con p{
    text-indent:2em;
}
.sqs_con .sqs_check{
    width:15px;
    height:15px;
    vertical-align: middle;
    margin-top:-2px;
}