body {
    width: 100%;
    padding: 0;
    margin: 0;
    /* background: #e5e5e5 !important; */
    height: unset;
}

body.dark {
    background-color: #151515;
}

body.regBox {
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑", "黑体", Arial;
    font-size: 12px;
    background-color: #fafafa;
}

textarea:active,
textarea:hover,
textarea:focus,
textarea:focus-within,
textarea:visited,
textarea:target,
textarea:focus-visible,
input:active,
input:hover,
input:focus,
input:focus-within,
input:visited,
input:target,
input:focus-visible,
button:active,
button:hover,
button:focus,
button:focus-within,
button:visited,
button:target,
button:focus-visible {
    outline: unset;
}

textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #333 !important;
    -webkit-box-shadow: inset 0 0 20px 20px #fff !important;
    
}

.dark textarea:-webkit-autofill,
.dark textarea:-webkit-autofill:hover,
.dark textarea:-webkit-autofill:focus,
.dark textarea:-webkit-autofill:active,
.dark input:-webkit-autofill,
.dark input:-webkit-autofill:hover,
.dark input:-webkit-autofill:focus,
.dark input:-webkit-autofill:active {
    -webkit-text-fill-color: #fff !important;
    -webkit-box-shadow: inset 0 0 20px 20px #333 !important;
}

.finance {
    /* box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1); width: 80%; border: solid 1px #ccc;  border-radius: 4px; */
    padding: 20px;
    /* margin: 30px auto 50px auto !important; background: -o-linear-gradient(top, #ffffff, #f7f7f7);background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7));background: linear-gradient(to bottom, #ffffff, #f7f7f7); */
}

.finance .plane {
    background: transparent;
}

.finance .total {
    color: #333 !important;
}

.finance .button {
    margin: 0 auto;
}

.finance .order {
    background-color: var(--base-bg-hover) !important;
    border-radius: 4px;
    border-radius: 0 !important;
    border-bottom: solid 1px #ccc !important;
    padding: 20px;
}

.finance .txtBox {
    background: #f5f5f5;
    border: solid 1px #ccc !important;
    margin: 0;
    height: auto;
    line-height: 42px;
    padding: 0 10px;
    border: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}

.finance .regBox .txtBox::after {
    display: none;
}

.finance .txtBox .changeBtn {
    flex: 0 0 50px;
    text-align: center;
    cursor: pointer;
}

.finance .txtBox .subInput {
    border-top: solid 1px #ccc;
}

.finance .txtBox .subInput .col-6:first-child {
    border-right: solid 1px #ccc;
}

.finance .txtBox input {
    border: none;
}

.finance .txtBox .row {
    flex: 0 0 100%;
}

.finance .cardBox {
    flex: 0 0 100px !important;
    padding: 0 10px;
    line-height: normal;
}

.finance .txtBox input {
    line-height: 40px;
    border-style: none;
    padding: 0px;
    height: 40px;
    margin: 0;
    padding: 0 10px;
    background: transparent;
    color: #333333;
    font-weight: bold;
    font-size: 15px;
}

.finance .num {
    font-size: 20px;
}

.finance .total {
    font-size: 30px;
}

.finance .regBox {
    border: none !important;
    overflow: visible !important;
    background: transparent;
}

.finance .button--max--success {
    color: white;
    background: var(--primary-color) !important;
}

h4 {
    width: 100%;
    position: relative;
    /* text-align:center;*/
    text-align: left;
    color: #333;
}


/* h4::after,h4::before{height:1px;background:#f1f1f1;overflow:hidden;content:"";width:40%;position:absolute;left:0;top:50%;}
*/

h4::after {
    right: 0;
    left: unset
}

.p10 {
    padding: 20px;
}

.header,
.content {
    margin: 0 auto;
}

.header {
    color: white;
    line-height: 44px;
    position: relative;
    background: #6fcef7;
    width: 100%;
    text-align: center;
    font-size: 16px;
    min-height: 44px;
}

.header .back {
    float: left;
    font-size: 25px !important;
    margin: 0;
}

.header .tit {
    font-size: 14px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header .select .icon {
    float: left;
    font-size: 24px;
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
    line-height: 24px;
    padding: 2px;
}


/* 登录页样式 start */

#Community-wrapper.loginPage #left {
    margin: 0;
    width: 640px;
}

#Community-wrapper.loginPage #right {
    width: 410px;
    margin-top: 20px;
}

#Community-wrapper.loginPage {
    min-height: unset;
    overflow: hidden;
    border-radius: 4px;
}

.loginPage .desUl {
    float: left;
}

.loginPage .desUl li {
    font-size: 15px;
    color: #666;
    border-radius: 0 4px 4px 0;
    /* margin-left: -10px; */
    line-height: normal;
    word-break: break-word;
    position: relative;
    border-bottom: solid 1px #f1f1f1;
    padding: 10px 15px;
}

.loginPage .desUl li:last-child {
    border: none;
}

.loginPage .desUl li .tit {
    padding: 10px 0;
    color: var(--base-highlight-bg-color);
    font-weight: 300;
    font-size: 26px;
    font-family: BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.loginPage .desUl li::after {
    transform: skewX(-20deg);
    /* background: rgba(0,0,0,0.05); */
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    left: -10px;
    top: 0;
}

.loginPage .desUl li .icon {
    color: var(--base-highlight-bg-color);
    font-size: 28px;
    top: -2px;
    position: relative;
    /* position: absolute; */
    /* left:20px; */
    /* top:50%; */
    /* transform: translateY(-50%); */
}

.loginPage .regBox {
    border: none !important;
    border-radius: 0;
}

.loginPage p {
    font-size:24px;
    margin-bottom: 30px;
}

.loginPage .right {
    padding: 10px;
    background: #fff url(/assets/images/loginBG.png) no-repeat center 114px;
    background-size: 100%;
    overflow: hidden;
    padding-bottom: 10000px;
    margin-bottom: -10000px;
    overflow: hidden;
    box-shadow: inset 8px 0px 6px rgb(0 0 0 / 10%);
}

.dark .loginPage .right {
    padding: 10px;
    background: #D9D9D9 url(/assets/images/loginBG.png) no-repeat center 114px;
    background-size: 100%;
    overflow: hidden;
    padding-bottom: 10000px;
    margin-bottom: -10000px;
    overflow: hidden;
    box-shadow: inset 8px 0px 6px rgb(0 0 0 / 10%);
}

.loginPage .right h2 {
    border-bottom: 1px solid #f1f1f1;
    color: #333;
    padding: 0 10px;
    margin: 0;
    line-height: 46px;
    font-family: BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 500;
    font-size: 17px;
    /* text-shadow: 0 3px 3px rgba(0,0,0,0.3); */
}


/* 登录页样式 end */

.editUserIcon {
    text-align: center;
    width: auto !important;
}

.editUserIcon .info {
    padding: 20px
}

.editUserIcon .upload {
    border-top: solid 1px #ccc;
    width: 200px;
    margin: 0 auto 10px auto;
    border-radius: 0 0 4px 4px;
}

.editUserIcon .demo-box {
    padding: 5px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    background: #f1f1f1;
    border: solid 1px #ccc;
    border-bottom: none;
}

.editUserIcon .cropper-container {
    width: 100% !important;
    height: 100% !important;
}

.editUserIcon .save {
    width: 200px;
    margin: 0 auto;
}

.editUserIcon .icon {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    background: #f1f1f1;
    margin: 0 auto;
    margin-bottom: 20px;
    float: none;
}

.editUserIcon .icon img {
    width: 100%;
    height: 100%;
}

.editUserIcon .preview {
    background: #f1f1f1;
    height: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
}

.editUserIcon .preview .button--success {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -30px;
}

.editUserIcon .upload-box {
    position: relative;
    text-align: center;
}

.editUserIcon .upload-btn {
    position: relative;
    margin: auto;
}

.editUserIcon .upload-btn input[type=file] {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 12;
    font-size: 0;
}

.moneyManagement {
    background: #fff;
}

.moneyManagement .tab.tabMenu {
    border-bottom: solid 1px #e7e7e7;
}

.moneyManagement h4 {
    padding: 0 15px;
}

.moneyManagement .itemRow {
    padding: 10px;
}

#login_modal .regBox {
    width: 420px
}

.dark .regBox {
    background: #333333;
}

.regBox .explain table {
    margin: 0;
}

.regBox .explain .val {
    text-align: left;
    padding: 0 10px;
}

.regBox .badge {
    margin: 0;
}

.regBox .resportInfo label {
    line-height: 30px;
    width: 100%;
    padding: 0 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.regBox .resportInfo label:hover {
    background-color: #fff7de;
}

.regBox .resportInfo input[type=checkbox],
.regBox .resportInfo input[type=radio] {
    margin: 0 5px 0 0;
    width: 16px;
    height: 16px;
}

.regBox .title {
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    text-align: center;
    color: #333;
    font-weight: 500;
    font-size: 20px;
    margin: 0;
    line-height: 20px;
    background: #f1f1f1;
    overflow: hidden;
}
.regBox .tabsMenu{
    border-bottom: solid 1px #f1f1f1;
    text-align: center;
}
.regBox .tabsMenu>div{
    display: inline-block;
    line-height: 40px;
    padding:0 20px;
    font-weight: bold;
    cursor: pointer;
}
.regBox .tabsMenu>div.on{
    border-bottom: 2px solid #F60;
    color: #F60;
}
.regBox .title .toolsBar{
    margin: 0 !important;
    float: left;
    font-size: 12px;
    width: auto;
    padding: 0;
    margin-left:100px  !important;
}
.regBox .title .toolsBar label{
    margin-left: 0;
}
.regBox .title .back,
.regBox .title .icon-close {
    float: left;
    height: 27px;
    display: block;
    color: #999;
    font-weight: normal;
    cursor: pointer;
}

.regBox .title .icon-close {
    float: right;
    padding: 10px !important;
    height: 40px;
    line-height: 22px;
    display: block;
    color: #999;
    font-weight: normal;
    cursor: pointer;
}

.regBox .title .note {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    padding: 0 20px;
    margin-left: 100px
}

#login_modal .regBox {
    width: 420px
}

#login_modal .login_model_mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0px;
    z-index: 99999;
}

.regBox {
    position: relative;
    overflow: hidden;
    background: #fff;
    top: 0;
    /* -webkit-box-shadow: 0 0 0 6px RGBA(0, 0, 0, 0.2);
    box-shadow: 0 0 0 6px RGBA(0, 0, 0, 0.2); */
    padding: 0;
    border-radius: 4px;
    z-index: 100000;
    /* width: 800px; */
    margin: 20px 0 0 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.regBox .userBox .itemData {
    padding: 0 20px 0 10px;
}

.regBox .dataItem .userBox .btn {
    flex: 0;
}

.regBox .icon-close {
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.regBox .title span:last-child {
    font-size: 14px;
}

.regBox .title span.iconfont:last-child {
    font-size: 20px;
}

.regBox .title span.iconfont:last-child:hover {
    color: #333;
}

.regBox .title h2, .regBox .title .mh2 {
    text-align: center;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 27px;
    display: block;
}

.regBox h2, .regBox .mh2{
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: none;
    line-height: 35px;
}

.regBox .back {
    color: #333;
}

.regBox .scroll {
    max-height: 520px;
    overflow-y: auto;
    padding: 10px;
}

.regBox .f18 {
    font-size: 18px;
    color: #333;
}

.regBox .userMenu .mItem:hover {
    border-left: none;
}

.regBox .title>span {
    color: #333;
    font-weight: 600
}

.regBox .title .userBox {
    width: auto;
    float: left;
    margin: 5px 5px 5px 10px;
}

.regBox .txtBox .sendBtn.off {
    background: #ccc !important;
    border: #ccc !important;
}

.regBox * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.regBox form,
.regBox .info {
    width: 100%;
    padding: 20px;
    background: transparent;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.regBox .logo {
    text-align: center;
    margin-bottom: 15px;
}

.regBox .backBtn {
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(/images/reg/reg_03.png) no-repeat left top;
    height: 27px;
    width: 130px;
}

.regBox .txtBox {
    margin-bottom: 10px;
    margin-top: 5px;
    position: relative;
    border-radius: 4px;
    background-color: transparent;
    /* float:left;*/
    border: solid 1px #ccc;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.regBox .txtBox::after {
    content: '';
    display: block;
    height: 1px;
}

.regBox .txtBox .selectBox {
    border: none !important;
    background: transparent !important;
}

.regBox .txtBox .selectBox ul {
    top: 42px;
}

.regBox .txtBox .selectBox>span {
    line-height: 42px;
    font-size: 16px;
}

.regBox .txtBox>* {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.regBox .txtBox .iconfont {
    padding: 0 10px;
    line-height: 42px;
    width: 38px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 38px;
    -ms-flex: 0 0 38px;
    flex: 0 0 38px;
}

.regBox .txtBox .iconfont#pwdEye:hover {
    cursor: pointer;
    color: #6aaf5a;
}

.regBox .txtBox.on {
    background: #f2f2f2;
}

.regBox .txtBox select {
    width: 100%;
    line-height: 42px;
    display: block;
    border: none;
    background: transparent;
    height: 42px;
}

.regBox textarea {
    display: block;
    border-radius: 4px;
    font-size: 14px;
    font-family: "微软雅黑", "黑体", Arial;
    padding: 10px;
    border: none;
    width: 100%;
    max-width: 100%;
}

.regBox .txtBox input {
    border-radius: 4px;
    line-height: 42px;
    width: auto;
    border-style: none;
    height: 42px;
    background: transparent;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
}

.dark .regBox .txtBox input {
    color: #FFFFFF
}

.regBox .txtBox .sendBtn {
    height: 36px;
    border-radius: 4px !important;
    line-height: 29px;
    width: 100px;
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    margin: 3px;
    padding: 0;
    border: solid 1px #eaeaea;
    border-radius: 0;
    font-size: 14px;
    font-weight: normal;
    background: #4caf50;
    border-color: #4caf50;
    color: #fff;
}

.txtBox.sendBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.regBox .loginBox {
    float: left;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
    padding: 15px 0;
    color: #666;
}

.regBox .err {
    border-color: red !important;
    background-color: #f7ece4 !important;
}

.regBox .err * {
    color: red !important;
}

.regBox .err input {
    background-color: #f7ece4 !important;
}

.regBox .row {
    line-height: 30px;
}

.regBox .total>span {
    padding: 0 5px;
}

.regBox .button {
    line-height: 40px;
    height: 40px;
}

.regBox .logo {
    display: none;
}

.regBox .getCode {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 38px;
    float: right;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    cursor: pointer;
    width: 40%;
}

.regBox .getCode img {
    max-height: 100%;
    height: 38px;
    border: solid 2px #fff;
}

.regBox .msgBox {
    margin-bottom: 15px;
    color: #666;
}

.msgBox a {
    text-decoration: none;
    font-weight: normal;
}

.regBox .msgBox a:hover {
    color: #A92919;
    font-weight: normal;
}

.regBox .red {
    color: red;
}

.msg {
    text-align: left;
    line-height: normal;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0 10px;
}

.regBox .tit {
    font-size: 15px;
    color: #cccccc;
}

.regBox a {
    color: #006dca;
    font-weight: bold;
    white-space: nowrap;
}

.regBox a:hover {
    color: #A92919;
    font-weight: bold;
}

.regBox .otherChannel {
    line-height: 30px;
    color: #cccccc;
    text-align: center;
    font-size: 14px;
}

.regBox .otherLink>div {
    color: #333;
    text-align: center;
}

.regBox .otherLink>div a {
    text-decoration: none;
    font-size: 14px;
}

.login-body .back {
    background: url(/images/back.png) no-repeat center center;
    width: 15px;
    height: 20px;
    position: absolute;
    left: 7px;
    top: 50%;
    margin-top: -10px;
    display: block;
    background-size: auto 20px;
}

.login-body .header .back {
    background: url(/images/back_w.png) no-repeat center center;
    background-size: auto 20px;
}

.login-body .header .content {
    background: #226204;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.login-body .header .logo {
    margin: 0 auto;
    height: 44px;
    display: block;
    background: url(/images/reg/logo_w.png) no-repeat center;
    background-size: 80% auto;
    width: 150px;
}

#commit_form {
    padding: 0;
}

.loginPage .hide {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease-in-out;
}

.loginPage .show {
    opacity: 1;
    visibility: unset;
    transition: 0.3s all ease-in-out;
}

.loginPage #popupRegisterSuccessOverlay {
    background: var(--Monotone-Grey-300, rgba(113, 113, 113, 0.7));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 100000;
}

.loginPage #popupRegisterSuccess {
    text-align: center;
    border-radius: 5px;
    background: var(--Monotone-Grey-300, #E6E6E6);
    box-shadow: 4px 4px 30px 0px rgba(17, 19, 44, 0.10);
    max-width: 375px;
    max-height: 307px;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    z-index: 100001;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.loginPage #popupRegisterSuccess .popupRegisterSuccessInner {
    padding: 40px;
}

.loginPage #popupRegisterSuccess .close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;

    cursor: pointer;
}

.loginPage #popupRegisterSuccess .success {
    width: 40px;
    height: 40px;
}

.loginPage #popupRegisterSuccess .title {
    color: var(--Monotone-Grey-800, #414141);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.4px;
    margin-top: 24px;
    margin-bottom: 16px;
}

.loginPage #popupRegisterSuccess .des {
    color: var(--Monotone-Grey-800, #414141);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.2px;
}

.loginPage #popupRegisterSuccess .btnLogin {
    color: var(--Monotone-Grey-0, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 112.5% */
    text-transform: uppercase;

    border-radius: 8px;
    background: #9F2C09;
    margin-top: 24px;

    border: 0;
    outline: unset;
    box-shadow: unset;

    padding: 12px 24px;
    box-sizing: border-box;

    cursor: pointer;
}

.loginPage .button-register,
.loginPage .button-login {
    color: #222222
}

.dark .loginPage .button-register,
.dark .loginPage .button-login {
    color: #FFFFFF
}

/* pc */

@media screen and (min-width:640px) {
    .login-body .header {
        display: none;
    }
    .regBox .logo {
        display: block;
    }
    .regBox .title>* {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .regBox .title label {
        margin-left: 10px;
    }
    .loginBG {
        background: #656565 url("/images/reg/bg.png") no-repeat center 100px;
        background-size: 50% auto;
        height: 100%;
    }
    .regBox .loginBox {
        bottom: 0;
        left: 0;
        width: 100%;
    }
}
