 @charset "utf-8";
 * {
     padding: 0;
     margin: 0;
 }

 img {
     border: none;
     vertical-align: top;
 }

 html {
    font-size: 62.5%
 }

 .clearfix {
     zoom: 1
 }

 .clearfix:after {
     content: ".";
     display: block;
     height: 0;
     visibility: hidden;
     clear: both
 }
 .txt_align_r {
    text-align: right;
}
.minipage .wrap {
    max-width: 750px;
    margin: 0 auto;
}
 ul,
 li {
     list-style: none
 }

 a {
     color: #666666;
     text-decoration: none;
 }

 em {
     font-style: normal;
 }

 a:hover {
     text-decoration: none;
 }

 a:focus {
     outline: thin dotted;
 }

 a:active,
 a:hover {
     outline: 0;
 }



/*登录页*/

.color-pirmary{
color: #8dbe4a;
}
.bg-color-pirmary{
    background-color: #8dbe4a;
}
.sharecon {
    position: fixed;
    right:0;
    top:0;
}
.login .link{
    font-size: 1.2rem;
}
.login .link a:hover{
    text-decoration: underline;
}
.login .login-head{
height: 28rem;
position: relative;
color: #fff;
border-bottom-right-radius:20%;
border-bottom-left-radius:20%;
}
.login .login-head .logo-con{
    padding: 7rem 7% 0 7%;
    display: flex;
    flex-direction: row;
    align-items:center;
}
.login .login-head .logobg{
    background-color: #fff;
    width:65px;
    height:65px;
    margin-right: 1rem;
    border-radius:50%;
    display: flex;
    align-items:center;
    justify-content:center;
}
.login .login-head .logoimg{
    width:50px;
    height: 50px;
    text-align: center;
}
.login .login-head .logoimg img{ 
    width: 100%;
    height: 100%;  
    object-fit: contain;
}
.login .login-head .name{
    font-size: 1.8rem;
    margin-bottom: 0.3rem;
}
.login .login-body{
width: 76%;
margin:0 auto;
padding:3rem 5% 4rem 5%;
background: #fff;
border-radius:15px;
box-shadow: 0 0 10px #999;
position: relative;
top:-10rem;
}
.login .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    margin-bottom: 5%;
    border-bottom: 1px solid #dbdbdb;
}
.login .item input {
    flex-grow: 1;
    color: #333;
    line-height: 45px;
    font-size: 1.4rem;
}
.login .input-inner {
    -webkit-appearance: none;
    box-sizing: border-box;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    background: none;
    border: none;
    outline: none;
    padding: 0 15px;
    width: 100%;
}
.login .btncon{
    margin-top: 2rem;

}
.login .btncon input[type=submit]{
    border-width: 0;
    padding: 10px 14px;
    font-size: 1.6rem;
    font-weight: bolder;
    letter-spacing: 1px;
    cursor: pointer;
    outline: none !important;
    width: 100%;
    color: #fff;
    filter: none;
    box-shadow: none;
    border-radius:4px;
}
.tabnav{
    display: flex;
    flex-direction: row;
    margin-bottom:1.5rem;
}
.tabnav li{
    width:50%;
    font-size: 1.8rem;
    text-align: center;
    position: relative;
}
.tabnav li a{
    display: inline-block;
    cursor: pointer;
}
 .tabnav li a:active{
    outline: none;
} 
.tabnav hr{
    width:1.5rem;
    margin:2px auto;
    border: 0;
    border-top-width: 0px;
    border-top-style: solid;

}
.tabnav .active hr{
    border-top-width: 3px;
    /* border-top-color: #8dbe4a; */
}
.border-top-color{
    border-top-color: #8dbe4a;
}
/* .tabnav .active span{
    color: #8dbe4a;
} */

.login .lang{
    padding: 0 3rem;
    color: #fff;
    display: block;
    height: 42px;
    line-height: 42px;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    top:-4rem;
    right:7px;
}
.login .lang select{
    appearance: none;
    outline: none;
    border: 0 none;
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: none;
    background-color: transparent;
    font-size: 1.2rem;
    overflow: hidden;
    text-align: right;
}
.lang::after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    font-size: 0px;
    line-height: 0px;
}
.login .three {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 15%;
    text-align: center;
    width: 100%;
    height: 20px;
    color: #d9d9d9;
}
.login .three hr {
    flex-grow: 1;
    display: inline-block;
    vertical-align: middle;
    border: none;
    border-top: 1px solid #dbdbdb;
}
.login .three span {
    padding: 0 10px;
}
.login-foot{
 font-size: 1.4rem;
 height: 40px;
 line-height: 40px;
 text-align: center;
 margin-top:-7rem;
}
.login-foot a:hover{
    text-decoration: underline;
}
label {
    font-weight: normal;
}

label input[type=checkbox].ace,
label input[type=radio].ace {
    z-index: -100 !important;
    width: 0 !important;
    height: 0 !important;
    position: fixed;
}

input[type=checkbox].ace+.lbl,
input[type=radio].ace+.lbl {
    position: relative;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 18px;
    min-width: 18px;
    font-weight: normal;
    cursor: pointer;
}

input[type=checkbox].ace+.lbl::before,
input[type=radio].ace+.lbl::before {
    cursor: pointer;
    font-weight: normal;
    font-size: 12px;
    color: #333;
    content: "\a0";
    background-color: #FAFAFA;
    border: 1px solid #c8c8c8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    display: inline-block;
    text-align: center;
    height: 16px;
    line-height: 16px;
    min-width: 16px;
    margin-right: 1px;
    position: relative;
    top: -1px;
}

input[type=checkbox].ace:checked+.lbl::before,
input[type=radio].ace:checked+.lbl::before {
    display: inline-block;
    font-family: iconfont;
    content: '\e677';
    background-color: #F5F8FC;
    border-color: #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}
.txt-scroll-con{
    display: flex;
    flex-direction: row;
    align-items:center;
}
.text-scroll {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    margin-left:0.6rem;
}

.text-scroll ul li {
font-size: 1.4rem;
line-height: 24px;
height: 24px;
}


.text-scroll .scroll-wrap {
    overflow: hidden;
    height: 24px;
    line-height: 24px;
}


 .container {
     width: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .login-buttons {
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 10px;
     max-width: 300px; /* 设置一个最大宽度，可根据需要调整 */
     width: 100%; /* 让按钮宽度填充父容器 */
     padding: 20px;
     box-sizing: border-box;
 }

 .login-button {
     width: 100%;
     background-color: #fff;
     color: #333;
     padding: 10px 20px;
     font-size: 16px;
     border: 2px solid #ccc;
     border-radius: 5px;
     cursor: pointer;
     /*text-transform: uppercase;*/
     font-weight: bold;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
     transition: background-color 0.3s ease;
     display: flex;
     align-items: center;
     justify-content: flex-start; /* 使内容从左边开始排列 */
 }

 .login-button:hover {
     background-color: #f0f0f0;
 }

 .icon {
     width: 30px; /* 调整图标的宽度和高度 */
     height: 30px;
     margin-right: 10px; /* 可选的间距设置 */
 }


 /*end登录页*/
