@charset "UTF-8";

/* CSS Document */
body {
	position: relative;
}

.page-acc {
	background: #F8F8F8;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.header-info {
	padding: 22px 0 22px;
    text-align: center;
    line-height: 1;
    border-bottom: 0.5px solid rgba(25,31,37,0.1);
    background: #fff;
}

.header-info .head-portrait {
	width: 60px;
    height: 60px;
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 auto;
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    text-transform: uppercase;
    border-radius: 50px;
    background: #3296FA;
}

.header-info .head-portrait img {
	width: 60px;
    height: 60px;
    position: absolute;
}

.header-info .user-name {
	font-size: 18px;
    font-weight: 500;
    color: #191F25;
    margin: 10px 0 0;
    clear: both;
}

.header-info .user-mail {
	font-size: 14px;
    font-weight: 400;
    color: rgba(25,31,37,0.56);
    margin-top: 11px;
}

.set-list {
    display: flex;
    flex-flow: column;
}

.set-list ul {
	border-top: 0.5px solid rgba(25,31,37,0.1);
    border-bottom: 0.5px solid rgba(25,31,37,0.1);
    background: #fff;
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
}

.set-list ul li {
	font-size: 15px;
    color: rgba(25,31,37,0.72);
    padding: 18px 0 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 0.5px solid rgba(25,31,37,0.1);
}

.set-list ul li:last-of-type {
	border: none;
}

.set-list ul li span:first-of-type {
    flex: auto;
}



.set-list ul li .text-right {
	margin-right: 35px;
    color: rgba(25,31,37,0.36);
}

.set-list.a-c-m-list ul li .text-right {
    color: rgba(25,31,37,0.72);
}

.set-list ul li .version{
	right:20px;
}

.set-list ul li .iconfont {
	font-size: 12px;
    color: rgba(25,31,37,0.28);
    position: absolute;
    right: 18px;
}

.set-list ul.account-lot {
	padding:0;
}

.set-list ul.account-lot li {
	justify-content: center;
}

.set-list ul.account-lot li span {
    flex: none;
}

.set-list ul li .login-out {
	color: #F25643;
}

/* 帐号管理 */

.head-nav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 44px;
    color: #191F25;
    display: flex;
    align-items: center;
    text-align: center;
    background: #FFFFFF;
    z-index: 99;
}

.head-nav {
    -webkit-animation: move 0.1s ease-in-out 0s 1 alternate forwards;
    animation: move 0.1s ease-in-out 0s 1 alternate forwards;
}

@-webkit-keyframes move {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

}

@keyframes move {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

}

.head-nav .nav-left {
    font-size: 22px;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.head-nav .head-title {
    font-size: 17px;
    font-weight: 500;
    width: calc(100% - 100px)
}

.header-spacing {
    height: 44px;
}

/* 帐号信息修改弹窗 */

.popup-modal-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    display: none;
}

.popup-modal-wrap .p-modal-box {
    position: relative;
    width: 100%;
    max-width: 500px;
    padding: 20px;
    margin: 0 8%;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
    display: none;
}

.p-modal-box .ac-i-err-tips {
    font-size: 12px;
    font-weight: 400;
    color: #CC0000;
    padding-left: 4px;
    margin: 0 0 10px 0;
    display: none;
}

.p-modal-box .p-m-box input:last-of-type + .ac-i-err-tips {
    margin-top: 10px;
}

.p-modal-box .p-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    color: rgba(25,31,37,0.35);
    cursor: pointer;
}

.p-modal-box .p-close-btn:hover {
    color: rgba(25,31,37,0.72);
}

.popup-modal-wrap .p-suc-tip {
    position: absolute;
    width: auto;
    padding: 15px 18px;
    border: 1px solid #eee;
    background: linear-gradient(to bottom, #fff, #f7f7f7);
    opacity: 0.9;
    z-index: 1;
}

.popup-modal-wrap .p-suc-tip .p-m-suc-text {
    font-size: 13px;
    font-weight: 400;
    color: #4d4d4d;
    text-align: center;
    line-height: 18px;
}

.popup-modal-wrap .p-nickname {
    
}

.popup-modal-wrap .p-modal-box .p-m-title {
    font-size: 16px;
    font-weight: 500;
    color: rgba(25,31,37,0.72);
    margin-bottom: 15px;
}

.popup-modal-wrap .p-modal-box .p-m-box {
    position: relative;
    display: flex;
    flex-flow: column;
}

.p-modal-box .p-m-box .area-code {
    position: absolute;
    top: 12px;
    left: 10px;
    font-size: 14px;
    color: #191F25;
}

.p-modal-box .p-m-box .p-phone-nb {
    padding-left: 40px;
}

.p-modal-box .p-m-box input {
    -webkit-appearance: none;
    outline: none;
    display: block;
    width: 100%;
    height: 41px;
    resize: none;
    padding: 6px 10px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #191F25;
    border-radius: 2px;
    box-sizing: border-box;
    background-color: #fff;
    background-image: none;
    border: 1px solid #E6E6E6;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.p-modal-box .p-m-box input:last-of-type {
    margin-bottom: 0;
}

.p-modal-box .p-m-box input:hover, .p-modal-box .p-m-box select:hover {
    border: 1px solid #cccccc;
    box-shadow: none;
}

.p-modal-box .p-m-box input:focus, .p-modal-box .p-m-box select:focus {
    border: 1px solid #a5a5a5;
    box-shadow: none;
}

.p-modal-box .p-m-btn {
    display: flex;
    justify-content: flex-end;
    border: none;
    padding: 15px 0 0 0;
}

.p-modal-box .p-m-btn button {
    font-size: 16px;
    font-weight: 500;
    height: 42px;
    line-height: 1;
    max-width: 200px;
    transition: all 0.15s ease;
}

.p-modal-box .p-m-btn .pop-btn {
    font-size: 14px;
    font-weight: 500;
    min-width: 80px;
    height: 44px;
    padding: 0 17px;
    outline: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 50px;
    -webkit-transition: all 0.3s cubic-bezier(0.44, 0.9, 0.6, 0.94);
    transition: all 0.3s cubic-bezier(0.44, 0.9, 0.6, 0.94);
    transition-property: border, background, color, box-shadow;
    cursor: pointer;
}

.p-modal-box .p-m-btn .pop-btn-wh {
    background: #fff;
    border: 1px solid #3296FA;
    color: #3296FA;
    margin-right: 20px;
    outline: none;
    box-shadow: none;
}

.p-modal-box .p-m-btn .pop-btn-bk {
    background: #3296FA;
    border: none;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.p-modal-box .p-m-box .forget-password {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: rgba(25,31,37,0.6);
    padding: 9px 15px 9px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;
}

.p-modal-box .p-m-box .forget-password:hover {
    color: rgba(25,31,37,0.85);
}

.p-modal-box .p-m-box .forget-password:before {
    content: '';
    height: 18px;
    margin-right: 15px;
    border-left: 1px solid #E6E6E6;
}

.p-modal-box .p-m-box .send-ver-code {
    position: absolute;
    right: 1px;
    bottom: 1px;
    height: 39px;
    padding: 0 10px;
    font-size: 14px;
    color: #0089FF;
    border-radius: 2px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    transition: all 0.15s ease;
}

.p-modal-box .p-m-box .send-ver-code:hover {
    
}

.acc-info .popup-modal-wrap .p-unbind-tip {
    width: 360px;
    padding: 30px 30px 20px;
}

.p-unbind-tip .p-t-title {
    font-size: 16px;
    font-weight: bold;
    color: rgba(25,31,37,0.85);
    margin-bottom: 16px;
}

.p-unbind-tip .p-t-text {
    font-size: 16px;
    color: #4D4D4D;
    line-height: 24px;
}

.p-modal-box .b-u-tip .pop-btn-bk {
    background:#F43531;
}

.popup-modal-wrap .p-binding-wechat {
    width: 220px;
    padding: 30px 20px;
}

.popup-modal-wrap .p-binding-wechat .p-m-title {
    font-size: 16px;
    font-weight: 500;
    color: rgba(25,31,37,1);
    text-align: center;
}

.popup-modal-wrap .p-binding-wechat .p-m-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.popup-modal-wrap .p-binding-wechat .p-m-box img {
    width: 100px;
    height: 100px;
}

.popup-modal-wrap .p-binding-wechat .p-b-text {
    display: flex;
    flex-flow: column;
    font-size: 14px;
    color: #4D4D4D;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
}

.copyandlang {
    font-size: 12px;
    color: #a1a1a1;
    padding: 20px 10px;
    margin-top: 10px;
    margin-bottom: 60px;
    text-align: center;
}


