﻿/*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 !important
}
a, a:visited {
    text-decoration: none;
}


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

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

.card_main .content_main {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 16px 14px
}

.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 div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

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

.card_main .left .v3 {
    flex: 1
}

.card_main .left .v4 {
    color: #e9e9e9;
    font-size: 12px;
    line-height: 17px
}

.card_main .left .v4 a {
    color: #e9e9e9;
    font-size: 12px;
    line-height: 17px
}

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

.card_main .right .c_photo {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin-top: 10px
}


.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: 0 0 40px 0;
    text-align: left;
    color: #8a8e91;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    overflow: hidden
}



@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: 20px 22px 0;
    height: 130px !important;
    background-color: #fff;
}
.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
}

.yx_main .num_main {
    display: flex;
    justify-content: flex-end;
    flex: 1
}

.yx_main .num_main .n_item {
    margin-left: 13px;
    font-size: 11px;
    color: #bbbcbf;
    display: flex;
    align-items: center;
}

.yx_main .num_main .n_item img {
    width: 14px;
    height: 14px;
    margin-right: 6px
}

.module_title {
    font-size: 16px;
    color: #333537;
    padding: 14px 0 7px;
    position: relative
}

.beta_module_html {
    width: 100%;
    margin-top: 10px;
    padding: 0 15px;
    background-color: #fff;
}

.setup {
    position: fixed;
    right: 10px;
    bottom: 130px;
    z-index: 100;
}
.setupbox {
    text-align: center;
    display: block;
    width: 46px;
    height: 46px;
    background-color: #3a83ff;
    border-radius: 100%;
    position: relative;
}
.setupbox img{
	position: absolute;
    width: 20px;
    height: 20px;
    left: 13px;
    top: 4px;
}
.setupbox span{    
    position: absolute;
    width: 40px;
    left: 3px;
    top: 23px;
    color: #fff;
    font-size: 12px;
}
.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%);
}