/*css*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: 0
}


html,body {
    font-family: PingFangSC-bold,Arial;
    height:100%;
    overflow:auto;
    -webkit-overflow-scrolling:touch
}

html,
body {
    background: #fff
}
/* 使用 rem 单位来设置字体大小 */

a, a:visited {
    text-decoration: none;
}

.mt10 {
    margin-top: 10px;
}
.bac-eee {
    background: #eee;
}
.bac-fff {
    background: #fff !important;
}
.card_main {
    margin: 12px 12px 0;
    height: 220px;
    box-shadow: 0 4px 16px 0 rgba(229, 229, 229, 0.5);
    border-radius: 10px;
    position: relative
}

.card_main .bg_img {
    width: 100%;
    height: 100%;
    border-radius: 10px
}

.card_main .content_main {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 12px 15px 18px;
}

.card_main .content_main .btn_edit {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 11px;
    border-radius: 0 8px 0 8px;
    background: #007aff
}

.card_main .left {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
    padding-right: 10px
}

.card_main .left .v1 {
    color: #fff;
    font-size: 22px;
    line-height: 26px
}

.card_main .left .v2 {
    color: #fff;
    font-size: 13px;
    line-height: 18px
}

.card_main .left .v3 {
}

.card_main .left .left-ft{
    margin-top: 25px;
}
.card_main .left .v4 {
    display: flex;
    flex-direction: row;
    padding: 3px 0;
    color: #e9e9e9;
    font-size: 13px;
    line-height: 14px;
}
.card_main .left .v4 .i-bac i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #eee;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 12px;
    color: #4c4c4c;
    -webkit-transform: scale(.7);
    transform: scale(.7);
}
.card_main .left .v4 a {
    color: #e9e9e9;
    font-size: 13px;
    line-height: 20px
}
.card_main .left .v4 .text {
    color: #e9e9e9;
    font-size: 13px;
    line-height: 20px;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.card_main .right {
    width: 80px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.card_main .right .c_photo {
    width: 80px;
    height: 80px;
    border-radius: 11px;
}


.card_big_main {
    margin: 15px 17px 0;
    box-shadow: 0 4px 16px 0 rgba(229, 229, 229, 0.5);
    border-radius: 6px;
    position: relative
}

.card_big_main .user_photo {
    width: 100%;
    display: block;
    border-radius: 6px 6px 0 0
}

.card_big_main .user_content {
    height: 104px;
    background: linear-gradient(134deg, rgba(82, 101, 127, 1) 0, rgba(35, 38, 44, 1) 100%);
    border-radius: 0 0 6px 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 22px;
    box-shadow: 0 4px 6px 0 rgba(217, 217, 217, 0.5)
}

.card_big_main .btn_edit {
    position: absolute;
    top: 12px;
    right: 12px;
    text-align: center;
    width: 66px;
    height: 26px;
    background: rgba(0, 122, 255, 1);
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    line-height: 26px;
    border-radius: 15px
}


.pnlMore {
    margin: 15px 17px 0;
    background: #f5f5f5;
    border-radius: 2px
}

.pnlMore .tips {
    text-align: center;
    font-size: 12px;
    color: #8a8e91;
    height: 25px;
    line-height: 25px
}
.pnlMore .tips a{
    text-align: center;
    font-size: 12px;
    color: #8a8e91;
    height: 25px;
    line-height: 25px
}

.pnlMore .tbMore {
    width: 100%;
    background-color: #f3f3f3
}

.pnlMore .tbMore tr:first-child td {
    padding-top: 15px
}

.pnlMore .tbMore td {
    padding-bottom: 15px;
    vertical-align: middle;
    color: #333537;
    font-size: 14px;
    padding-left: 20px
}

.pnlMore .tbMore td:first-child {
    width: 67px;
    color: #8a8e91;
    font-size: 14px
}

.pnlMore .tbMore td:nth-child(2) {
    color: #333537;
    font-size: 14px
}

.pnlMore .tbMore td:last-child {
    padding-right: 5px
}

.pnlMore .tbMore td .spnBtn {
    color: #41a9fa;
    border: 1px solid #41a9fa;
    padding: 4px 8px;
    border-radius: 2px;
    font-size: 12px;
    float: right;
    margin-right: 15px
}

.pnlMore .tbMore td a.call {
    color: #41a9fa
}

.close1 {
    background: url(../images/show.png) no-repeat right;
    background-size: 9px 5px;
    padding-right: 15px
}



.account_intro_panel {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 40px 0;
    text-align: left;
    color: #444;
    font-size: 16px;
    line-height: 1.2;
    overflow: hidden;
}
.pic_list {
    padding-bottom: 10px;
}
.pic_list img {
    width: 100%;
    height: 100%;
}
.information_con {
    padding: 12px;
}
.information_list {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 12px;
    background: #fff;
    border-radius: 10px;
}
.information_list .title{
    flex: 3;
    font-size: 18px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.information_list .time{
    flex: 1;
    color: #666;
    text-align: right;
}
.information_list .delete {
    position: absolute;
    color: #fff;
    top: 0px;
    right: 1px;
    z-index: 91;
    border-top: 35px solid rgba(0,0,0,0.5);
    border-left: 35px solid transparent;
}
.information_list .delete i{
    position: absolute;
    right: 1px;
    top: -30px;
}



.card {
    background-color: #fff;
    z-index: 100000;
    box-shadow: -2px -20px 27px 25px #eee;
    padding: 10px 17px 10px 20px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    width: 100%;
}
.card .card-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.card .card-box .card-box-l {
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 17px;
}
.card .card-box .card-box-l .author-pic {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
}
.card .card-box .card-box-l .author-pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.card .card-box .card-box-l .author-name {
    font-size: 13px;
    font-weight: 700;
}
.card .card-box .card-box-l .author-position {
    margin-top: 2px;
    font-size: 12px;
    color: #999;
}
.card .card-box .card-box-r {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.card .card-box .card-box-r .bc , .card .card-box .card-box-r .tel {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.card .card-box .card-box-r .bc i , .card .card-box .card-box-r .tel i {
    color: #000;
    font-size: 16px;
}
.card .card-box .card-box-r .bc span , .card .card-box .card-box-r .tel span {
    margin-top: 2px;
    color: #000;
    font-size: 12px;
}
.card .card-box .card-box-r .tel {
    margin-left: 25px;
}


@media(min--moz-device-pixel-ratio:1.5),
(-webkit-min-device-pixel-ratio:1.5),
(min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx),
(-ms-high-contrast:active),
(-ms-high-contrast:none) {
}




.btnPanelShare{
    display: block;
    padding: 10px;
    background-color: #fff;
    margin: 12px 12px;
    border-radius: 10px;
}
.Shareimg{
    float: left;
    width: 120px;
    height: 120px;
    padding-top: 5px;
    background-color: #fff;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
.Shareimg img{
    display: block;
    width: 80px;
    height: 80px;
    margin: 6px auto;
    text-align: center;
}
.Shareimg span{
    display: block;
    margin-top: 0px;
    text-align: center;
    font-size: 14px;
    color: #999;
}
.btnBox {
    float: right;
    height: 120px !important;
    background-color: #fff;
    width: calc(100% - 130px);
}

.btnBox .btn {
    text-align: center;
    font-size: 15px;
    vertical-align: middle;
    line-height: 52px;
    border-radius: 4px;
    width: 100%;
    height: 52px;
    display: block;
}

.btnBox .btn:first-child {
    background-color: #fff;
    color: #3a83ff;
    border: 1px solid #3a83ff;
    margin-bottom: 16px;
}

.btnBox .btn:last-child {
    background: #3a83ff;
    color: #fff;
}



.beta_module_item_panel {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch
}

.account_photo_panel {
    width: 100%;
    text-align: center
}


.account_photo_panel img {
    width: 100%;
    height: auto
}


.pnlContent .beta_module_item_panel {
    overflow-x: scroll;
    overflow-y: hidden
}


.yx_main {
    padding: 24px 17px 11px;
    overflow: hidden;
    display: flex;
    justify-content: space-between
}

.yx_main .img_main {
    display: flex;
    align-items: center;
    color: #bdbdbd;
    font-size: 10px
}

.yx_main .img_main img {
    width: 20px;
    height: 20px;
    margin-right: 3px;
    border-radius: 2px
}

.num_main {
    display: flex;
    padding: 10px 0 15px 0;
    border-bottom: 1px solid #f3f3f3;
}

.num_main .n_l_item {
    font-size: 14px;
    color: #bbbcbf;
    display: flex;
    align-items: center;
    margin-right: auto;
}
.num_main .n_l_item img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
}
.num_main .n_l_item span{
    margin-left: 2px;
}

.num_main .n_r_item {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 5px 12px;
    color: #585858;
    border: 1px solid #eee;
    border-radius: 20px;
}
.num_main .n_r_item img{
    height: 18px;
}
.goods-nav {
    display: flex;
    flex-direction: row;
    padding: 10px 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
}

.goods-nav .nav-item {
    width: 25%;
    margin: 10px 0;
}
.goods-nav .nav-item-a {
    width: auto !important;
    flex: 1;
}
.goods-nav .nav-item span {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #696969;
}
.goods-nav .nav-item .nav-item-icon3 {
    margin-bottom: 3px;
}
.goods-nav .nav-item span i{
    font-size: 28px;
    color: #1da9ff;
}
.goods-nav .nav-item .nav-item-icon3 img {
    width: 28px;
    height: 28px;
}
.module_title {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color: #333537;
    padding: 15px 0 12px;
}
.otherPage {
    margin: 12px 12px;
    background-color: #fff;
    border-radius: 10px;
}
.bottom-otherPage {
    margin-bottom: 104px;
}
.beta_module_html {
    width: 100%;
    padding: 0 15px;
}
.foot-f{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    height: 60px;
    text-align: center;
    background-color: #fff;
    border-radius: 27px;
    position: fixed;
    bottom: 44px;
    color: #fff;
    font-size: 15px;
    z-index: 9;
    border: 1px solid #eee;
    width: 80%;
    box-sizing: border-box;
    box-shadow: 0 3px 7px 1px #dedede;
}
.setup {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex: 2;
    padding-left: 22px;
    
}
.setupbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 16px;
    line-height: 22px;
    color: #1da9ff;
}
.setupbox i {
    font-size: 30px;
}
.setupbox span{    
    font-size: 13px;
}
.setup .bg2 {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 12px;
    height: 59px;
}
.setup .bg2 img{
    width: 100%;
    height: 100%;
}
.share {
    flex: 5;
    width: 220px;
    background-color: #1da9ff;
    color: #fff;
    font-size: 17px;
    text-align: center;
    border-radius: 27px;
    text-align: center;
    line-height: 44px;
    height: 44px;
    margin-right: 22px;
}
.share a {
    color: #fff;
}
.pop-guanlli-mask {
    opacity: 1;
    position: fixed;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    transition: opacity 300ms ease 0ms, -webkit-transform 300ms ease 0ms, transform 300ms ease 0ms;
    transform-origin: 50% 50%;
}
.pop-up-guanlli {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 540px;
    z-index: 9999;
    background-color: #fff;
    border-radius: 11px 11px 0 0;
    padding: 22px 16px;
    box-sizing: border-box;
}
.pop-up-guanlli .guanli-head {
    position: relative;
}
.pop-up-guanlli .guanli-head .close {
    position: absolute;
    top: 0;
    left: 0;
}
.pop-up-guanlli .guanli-head .close i {
    font-size: 28px;
    color: #a4a4a4;
}
.pop-up-guanlli .guanli-head .title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.guanli-list {
    display: block;
    height: 441px;
    padding-bottom: 30px;
    margin-top: 33px;
    width: 100%;
    overflow: auto;
}
.guanli-list .list-item {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 16px 17px 33px 17px;
    background-color: #f3faff;
    border-radius: 11px;
    border: 1px solid #eee;
    box-sizing: border-box;
    margin-bottom: 16px!important;
}
.guanli-list .list-item .edit-active {
    display: none;
    width: 24px;
    height: 24px;
    background-color: #1da9ff;
    border-radius: 11px 0 8px 0;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 26px;
}
.guanli-list .list-item.active {
    border: 1px solid #1da9ff;
}
.guanli-list .list-item.active .edit-active {
    display: block;
    width: 24px;
    height: 24px;
    background-color: #1da9ff;
    border-radius: 11px 0 8px 0;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 26px;
}
.guanli-list .list-item.active .edit-active i {
    color: #fff;
}
.name-pic {
    width: 72px;
    height: 72px;
    border-radius: 8px;
}
.name-pic img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.name-describe {
    display: flex;
    flex-direction: column;
    flex: 5;
    margin-left: 11px;
}
.name-describe-head {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    font-size: 17px;
}
.name-edit {
    font-size: 16px;
    color: #666;
}
.name-edit i {
    margin-right: 5px;
}
.position {
    margin-top: 8px;
    font-size: 14px;
    color: #b1b1b1;
}
.company {
    margin-top: 2px;
    font-size: 14px;
    color: #b1b1b1;
}
.list-item-add {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    padding: 33px 17px 33px 17px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 11px;
}
.list-item-add i {
    font-size: 14px;
    margin-right: 5px;
    color: rgba(0,0,0,0.9);
}
.list-item-add span {
    font-size: 18px;
    color: rgba(0,0,0,0.9);
}
/*.*/
.ey-mask {
    position: fixed;
    _position: absolute;
    pointer-events: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    _height: expression(document.body.offsetHeight+"px");
    z-index: 19891014;
}
.ey-mask .bott{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 260px;
    z-index: 9999;
    background: linear-gradient(0deg, #3c3c3c, #555454 20%, transparent 90%);
}
.ey-mask .info {
    margin-top: 160px;
    margin-bottom: 16px;
}
.ey-mask .info p {
    display: block;
    text-align: center;
    color: #eaeaea;
}
.ey-mask .pic {
    display: block;
    width: 24px;
    margin: 0 auto;
    text-align: center;
}
.ey-mask  .pic img {
    width: 100%;
    height: 100%;
}
.ey-share-mask{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    pointer-events: auto;
    z-index: 9999;
}
.tipsPanel {
    text-align: center !important;
    background-color: #000;
    height: 100%;
    opacity: .5;
    width: 100%;
    position: relative;
}
.ey-share-mask img {
    position: absolute;
    top: 88px;
    width: 160px;
    height: 145px;
    left: 50%;
    transform: translate(-50%,-50%);
}

.style_title{
    margin-bottom: 16px;
    color: #777;
    font-size: 16px;
}
.style_bg {
    display: flex;
    justify-content: space-between;
}
.style_bg .style_bg_x {
    position: relative;
    width: 23%;
}
.style_bg .style_bg_x img {
    width: 100%;
    height: 53px;
    border-radius: 1px;
}
.style_bg .style_bg_x i {
    display: none;
}
.style_bg .style_bg_x.on i {
    display: block;
    position: absolute;
    left: 32px;
    top: 15px;
    color: #61e643;
    background-color: #fff;
    border-radius: 50%;
    z-index: 10000;
    font-size: 13px;
    padding: 4px;
    font-weight: 800;
}
.style_bg .uploadbg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 88px;
    height: 55px;
    border-radius: 1px;
    background-color: #f1f1f1;
    white-space: nowrap;
    margin-bottom: 3px;
}
.style_bg .uploadbg i {
    font-size: 13px;
    margin-top: 2px;
    color: #a4a4a4;
}
.style_bg .uploadbg span {
    font-size: 12px;
    color: #a4a4a4;
}



.pop-email-mask {
    opacity: 1;
    position: fixed;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    transition: opacity 300ms ease 0ms, -webkit-transform 300ms ease 0ms, transform 300ms ease 0ms;
    transform-origin: 50% 50%;
}
.pop-up-email {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 420px;
    z-index: 9999;
    background-color: #fff;
    border-radius: 11px 11px 0 0;
    padding: 22px 16px;
    box-sizing: border-box;
}
.pop-up-email .email-head {
    position: relative;
}
.pop-up-email .email-head .close-email {
    position: absolute;
    top: 0;
    left: 0;
}
.pop-up-email .email-head .close-email i {
    font-size: 28px;
    color: #a4a4a4;
}
.pop-up-email .email-head .title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.pop-up-email .email-con  {
    margin-top: 30px;
}
.pop-up-email .email-con-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding-bottom: 10px;
    border-bottom: 1px solid #f7f7f7;
}
.pop-up-email .email-con-head .head-l {
    display: flex;
    flex-direction: column;
    font-size: 16px;
}
.pop-up-email .email-con-head .head-l .ms {
    color: #9b9b9b;
    font-size: 14px;
    margin-top: 10px;
}
.pop-up-email .email-con-head .head-r {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.pop-up-email .email-con-head .head-r .cp-i {
    display: flex;
    align-items: center;
    padding: 7px;
    border: 1px solid #ebebeb;
    border-radius: 50%;
}
.pop-up-email .email-con-head .head-r .cp-i i{
    color: #777;
    font-weight: 700;
    font-size: 17px;
}
.pop-up-email .email-con-head .head-r .cp{
    margin-top: 5px;
    color: #656565;
    font-size: 12px;
}


.pop-address-mask {
    opacity: 1;
    position: fixed;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    transition: opacity 300ms ease 0ms, -webkit-transform 300ms ease 0ms, transform 300ms ease 0ms;
    transform-origin: 50% 50%;
}
.pop-up-address {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 420px;
    z-index: 9999;
    background-color: #fff;
    border-radius: 11px 11px 0 0;
    padding: 22px 16px;
    box-sizing: border-box;
}
.pop-up-address .address-head {
    position: relative;
}
.pop-up-address .address-head .close-address {
    position: absolute;
    top: 0;
    left: 0;
}
.pop-up-address .address-head .close-address i {
    font-size: 28px;
    color: #a4a4a4;
}
.pop-up-address .address-head .title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.pop-up-address .address-con  {
    margin-top: 30px;
}
.pop-up-address .address-con-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding-bottom: 10px;
    border-bottom: 1px solid #f7f7f7;
}
.pop-up-address .address-con-head .head-l {
    display: flex;
    flex-direction: column;
    font-size: 16px;
}
.pop-up-address .address-con-head .head-l .ms {
    color: #9b9b9b;
    font-size: 14px;
    margin-top: 10px;
}
.pop-up-address .address-con-head .head-r {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.pop-up-address .address-con-head .head-r .cp-i {
    display: flex;
    align-items: center;
    padding: 7px;
    border: 1px solid #ebebeb;
    border-radius: 50%;
}
.pop-up-address .address-con-head .head-r .cp-i i{
    color: #777;
    font-weight: 700;
    font-size: 17px;
}
.pop-up-address .address-con-head .head-r .cp{
    margin-top: 5px;
    color: #656565;
    font-size: 12px;
}

.pop-weixin-mask {
    opacity: 1;
    position: fixed;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    transition: opacity 300ms ease 0ms, -webkit-transform 300ms ease 0ms, transform 300ms ease 0ms;
    transform-origin: 50% 50%;
}
.pop-up-weixin {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 420px;
    z-index: 9999;
    background-color: #fff;
    border-radius: 11px 11px 0 0;
    padding: 22px 16px;
    box-sizing: border-box;
}
.pop-up-weixin .weixin-head {
    position: relative;
}
.pop-up-weixin .weixin-head .close-weixin {
    position: absolute;
    top: 0;
    left: 0;
}
.pop-up-weixin .weixin-head .close-weixin i {
    font-size: 28px;
    color: #a4a4a4;
}
.pop-up-weixin .weixin-head .title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.pop-up-weixin .weixin-head .weixin-close-save {
    position: absolute;
    top: 0;
    right: 0;
    color: #1da9ff;
    font-size: 18px;
}
.weixin-con  {
    margin-top: 30px;
}
.weixin-con-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding-bottom: 10px;
    border-bottom: 1px solid #f7f7f7;
}
.weixin-con-head .head-l {
    display: flex;
    flex-direction: column;
    font-size: 16px;
}
.weixin-con-head .head-l .ms {
    color: #9b9b9b;
    font-size: 14px;
    margin-top: 10px;
}
    

.weixin-con-head .head-r {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.weixin-con-head .head-r .cp-i {
    display: flex;
    align-items: center;
    padding: 7px;
    border: 1px solid #ebebeb;
    border-radius: 50%;
}
.weixin-con-head .head-r .cp-i i{
    color: #777;
    font-weight: 700;
    font-size: 17px;
}
.weixin-con-head .head-r .cp{
    margin-top: 5px;
    color: #656565;
    font-size: 12px;
}
.weixin-con-pic {
    padding-top: 20px;
    text-align: center;
}
.weixin-con-pic img{
    width: 175px;
    height: 175px;
    margin: 0 auto;
}
.weixin-con-pic .inof{
    margin-top: 5px;
    font-size: 15px;
    color: #9B9B9B;
}
