﻿[v-cloak]
{
    display: none !important;
}
.message{
  width: 66px;
  height: 66px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 31px;
  right: 102px;
  z-index: 5;
  color: #fff;
  text-align:  center;
  line-height: 66px;
}
.icon-duanxin
{
    font-size: 45px !important;
}
.dialog-box
{
    display: flex;
    align-items: center;
    width: calc(100% - 180px);
    margin: 0 auto;
    background-color: white;
    border-radius: 20px;
    border: 1px solid #979797;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: space-around;
}

.showCode
{
    width: 500px;
    height: 500px;
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #979797;
}

.failuserMsg
{
    font-size: 30px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 48px;
    letter-spacing: 1px;
}

.failuserMsg span
{
    font-weight: bolder;
}

.showCode .imgMark
{
    width: 96px;
    height: 96px;
}

.showCode .imgMark img
{
    display: block;
    width: 100%;
    height: 100%;
}

.showCode .userMsg
{
    text-align: center;
    font-size: 34px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 48px;
    letter-spacing: 1px;
}

.showCode .button
{
    font-size: 34px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
    line-height: 72px;
    text-align: center;
}

.dialog-container
{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2222;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    flex-direction: column;
}

.showCode .button
{
    width: 419px;
    height: 80px;
    background: #647EFF;
    border-radius: 20px;
    color: #FFFFFF !important;
}
html, body
{
    background-color: #f3f3f3;
}

/* start 个人中心 */
.memFixCommon
{
    position: fixed;
    top: 30px;
    right: 0;
    z-index: 5;
}

.memFixCommon a
{
    display: block;
    float: left;
    width: 66px;
    height: 66px;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    margin-right: 24px;
}

.memFixCommon a.home
{
    background-image: url("../../../image/backHome.png");
}

.memTopInfo
{
    width: 750px;
    height: 445px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

.memBeforeLogin
{
    margin-top: 110px;
}

.memBeforeLogin .tit
{
    font-size: 40px;
    text-align: center;
    color: #fff;
    margin-bottom: 80px;
}

.memBeforeLogin .loreBtn
{
    display: block;
    margin: 0 auto;
    width: 270px;
    height: 76px;
    line-height: 76px;
    background-color: #efc93a;
    font-size: 30px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.memAfterLogin
{
    padding: 0 25px;
    margin-top: 60px;
}

.memAfterLogin .avatar
{
    width: 220px;
    height: 220px;
    padding: 1px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
}

.memAfterLogin .avatar .pic
{
    width: 200px;
    height: 200px;
    margin: 0 auto;
    margin-top: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.memAfterLogin .avatar .pic img
{
    display: block;
    width: 100%;
    height: 100%;
}

.memAfterLogin .avatar .sex
{
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: 30px;
    bottom: 17px;
    z-index: 4;
}

.memAfterLogin .avatar .sex.man
{
    background: url("../../../image/man.png") no-repeat center;
}

.memAfterLogin .avatar .sex.woman
{
    background: url("../../../image/woman.png") no-repeat center;
}

.memAfterLogin .name
{
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.memFastIn
{
    background-color: #fff;
    padding: 20px;
    margin-bottom: 15px;
}

.memFastIn li
{
    float: left;
    width: 33%;
    height: 170px;
    position: relative;
    border-left: 1px solid #f3f3f3;
}

.memFastIn li:first-child
{
    border-left: 0;
}

.memFastIn .pic
{
    display: block;
    height: 86px;
    width: auto;
    margin: 0 auto;
}

.memFastIn .wen
{
    display: block;
    font-size: 30px;
    color: #7c7c7c;
    text-align: center;
    margin-top: 15px;
}

.memFastIn .tip
{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #f00;
    position: absolute;
    right: 54px;
    top: -5px;
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.memTermList
{
    background-color: #fff;
    margin-bottom: 15px;
}

.memTermList li
{
    width: 680px;
    padding: 0 10px;
    margin: 0 auto;
    border-bottom: 1px solid #f3f3f3;
}

.memTermList li a
{
    display: block;
}

.memTermList .mLeft, .memTermList .mRight, .memTermList .arrow
{
    height: 100px;
    line-height: 100px;
}

.memTermList .mLeft
{
    width: 190px;
    float: left;
    _display: inline;
    font-size: 30px;
    color: #7c7c7c;
}

.memTermList .mRight
{
    width: 415px;
    float: left;
    _display: inline;
    font-size: 28px;
    color: #7c7c7c;
    text-align: right;
}

.memTermList .arrow
{
    width: 40px;
    float: right;
    _display: inline;
    background: url("../../../image/arrow4.png") no-repeat right center;
}

/* start 个人中心 */