* {
margin: 0;
padding: 0;
}

body {
width: 100%;
min-width:700px;
background-color: #F5F5F5;
overflow: auto;
}

input::-ms-clear, input::-ms-reveal {
    display: none;
}
input:focus {
    outline: none;
    border: border: #dddddd 1px solid; /* 根据需要可以添加边框样式 */
    box-shadow: none; /* 如果有阴影效果也可以移除 */
}
.head {
width: 100%;
min-width:800px;
height: 80px;
opacity: 1;
line-height: 4.5rem;
/*padding: 0 15%;*/
border-bottom:1px rgba(84,167,141,0.2) solid;
background-color:#FFFFFF;
}

.headcenter {
/*background: #ffffff;*/
margin: 0px auto;

/*
min-width: 1100px;*/
width: calc(100% - 120px);

}
.headcenter img
{
    width:34px;
    height:36px;
}

.headtitle {
font-family: Source Han Sans CN;
font-weight: 800;
font-size: 36px;
color: #343434;
}

.bgimg
{
    min-width:800px;
    background-color: #F5F5F5;
    border-bottom: 1px solid #E5E5E5;
}
#maindiv
{
/*background: url(../img/img2.png) no-repeat center;
background-size:cover;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/img2.png',sizingMethod='scale')
*/
margin-top:0px;
width: 100%;
min-width:800px;
min-height:653px;
height: auto;
padding-top: 87px;
padding-bottom: 86px;
}
.bdy {
/*margin: 3% 15% 0;*/
display: flex;
justify-content: space-between;

margin: 0 auto;

/*min-width: 1100px;*/
width: 1200px;

}

.title {
white-space: nowrap;
width:100%;
height: 42px;
font-size: 48px;
font-weight: bold;
color: #58B095;
line-height: 42px;
font-family: Source Han Serif CN;
/*text-align:center;*/
}

.lmg {
margin: 0;
background-image: url(../img/leftimg.png);
width: 558px;
height: 367px;
background-repeat: no-repeat;
background-size: 100%;
}

.left .cnt {
margin: 0 auto 43px;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.cnt span{
margin-left:38px;
}
.cnt .first{
font-family: Source Han Sans CN;
font-weight: 600;
font-size: 28px;
color: #353535;
line-height:1;
}
.cnt .second{
font-family: Source Han Sans CN;
font-weight: 400;
font-size: 18px;
color: #666666;
line-height:1;
margin-top:25px;
}


.btm {
width: 100%;
margin: 0;
height: 30px;
display: flex;
justify-content: space-between;
align-content: center;
line-height: 30px;
}

.item {
font-size: 20px;
font-family: MicrosoftYaHei;
font-weight: bold;
}

.item img {
/* width: 24px; 
height: 1.5rem;*/
vertical-align: middle;
}

.left {
width: 558px;
}

.right {
margin-top: 0px;
/* width: 28.75rem; */
/*width: 42%;
height: 32.75rem;*/
background: #ffffff;
border-radius: 0.625rem;
box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.08);
opacity: 1;
box-sizing: border-box;
padding: 3% 3.5% 2%;
width: 480px;
height: 480px;
}

.top {
width: 269px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #999999;
display: flex;
justify-content: space-between;
margin: 0 auto;
font-size: 24px;
}

.top span {
padding-bottom: 0.625rem;
cursor: pointer;
}

.login {
border-bottom: 2px solid #478D77;
color: #478D77;
}

.fbty1,
.fbty2 {
width: 100%;
height: 33%;
/* display: flex;
    flex-direction: column;
    justify-content: space-between; */
margin: 52px auto 11px;
}

/*  */
.fbty2 {
display: none;
}

/*  */
.fbty1 input,.fbty2 input {
/* width: 360px; */
width: 100%;
height: 48px;
border-radius: 8px;
padding-left: 5%;
opacity: 1;
border: 1px solid #e5e5e5;
outline-color: #57af95;
margin-bottom: 30px;
font-size:16px;
font-family:Microsoft YaHei;
}
::-webkit-input-placeholder { /* Edge */
  color: #C0C0C0;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: #C0C0C0;
}

::placeholder {
  color: #C0C0C0;
}

.select label
{
font-family: Microsoft YaHei;
font-weight: 400;
font-size: 14px;
color:#666666;
margin-left:5px;
vertical-align: middle;
}
.select label a
{
color:#007bff;
cursor:pointer;
}
/* 自定义多选选按钮的样式 */
.select input[type="checkbox"] {
    display:none;
}
/* 设置默认的checkbox样式 */
.select input[type="checkbox"] + label {
    width:16px;
    height:16px;
    border: 1px solid #CDCDCD;
    outline: none;
    border-radius: 2px;
    display:inline-block;
    vertical-align: middle;
}
/* 设置选中状态下的checkbox样式 */
.select input[type="checkbox"]:checked + label:after {
    content:' \2714 ';
    color:#fff;
    position:absolute;
    top:0;
    left:0;
    font-size:15px;
    line-height:1;
}
.select input[type="checkbox"]:checked + label{
    position:relative;
    background-color: #00AA84;/* 你可以更改这个颜色为你想要的颜色 */
}
/* 自定义多选选按钮的样式 ------end*/

.forgot 
{
margin-top:12px;
width: 80px;
font-size: 16px;
font-family: Microsoft YaHei;
text-align: right;
font-weight: 400;
display:inline-block;
float:right;
}

.bottom {
margin-top: 37px;
list-style: none;
padding: 0;
margin-bottom: 0;
}

.btn {
width: 100%;
height: 48px;
border-radius: 8px;
opacity: 1;
color: #ffffff;
background-color: #00AA84;
border: 1px solid #00AA84;
font-size: 18px;
cursor: pointer;
}

.btn:hover {
background-color: #009A78;
border: 1px solid #009A78;
}

.register {
margin-top: 12px;
width: 80px;
text-align: left;
font-size: 16px;
font-family: Microsoft YaHei;
color: #9A9A9A;
font-weight: 400;
display:inline-block;
}

.vernum {
margin: 0;
position: relative;
height: 0px;
}

.floatright {
position: absolute;
right: 3%;
top: 14px;
cursor: pointer;
font-family: Microsoft YaHei;
font-size: 14px;
color: #57af95;
font-weight: 400;
/* display: none; */
}

.bg {
color: #999999 !important;
cursor:inherit;
}

.re_bg {
color: #57af95 !important;
}

/*页面底部-----开始*/
.footer { width:1200px; margin: 0 auto;  font-family:Microsoft YaHei;}
.wrap {  height: 180px; background:#323232; padding-top: 20px;}
.qr { float: right;margin-top: 4px;text-align: right;}
.logozx{float: left;margin-top: 18px;}
.qr span { display: block; margin-left: 24px; color: #cccccc; font-size: 14px; clear: both;}
.text05 { font-size: 16px; color: #9A9A9A;}
.name01 { margin-right: 3.5%;}
.text05 div { display: inline-table; margin-top: 30px;}
.text05 span { display: block; margin-top: 15px;}
.name02 {
padding: 0 3.5%;
border: 1px solid #4C4C4C;
border-top: 0;
border-bottom: 0;
}
.name03{margin-left: 3.5%;}
.pre {white-space: pre;}
.pre01 { white-space: pre; margin-top: -10px;}
.wrap01 { height: 40px; background: #000000; font-size:14px; line-height: 30px; text-align: center; line-height: 40px; }
.wrap01 a{ color:#9A9A9A;}
#wenzhou_msg{font-size: 18px;color: #FFFFFF;position: absolute;margin-top: -10px;}

/*新的定制底部*/
.footer-bottom
{
    width:790px;
    height:100px;
    margin: 0 auto;
    
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-bottom-text
{
    width:628px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 12px;
    color: #9A9A9A;
    line-height: 24px;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer-bottom img
{
    display: inline;
    float:right;
}
/*页面底部-----结束*/

@media (min-width: 1920px) {
    .headcenter {
        width: calc(100% - 120px);
    }
    #maindiv
    {
        padding-top:160px;
        padding-bottom:150px;
        min-height:790px;
    }
    .bdy {
        width: 1200px;
    }
    .footer { width:1400px;}
    .name01 { margin-right: 5.5%;}
    .name02 { padding: 0 5.5%;}
    .name03{margin-left: 5.5%;}
}
@media (max-width: 1440px) {
    .headcenter {
        width:calc(100% - 80px);
    }

    .bdy {
        width: 1200px;
        /*margin: 60px auto 0;
        padding: 0 5%;*/
    }
    /**/
    .left {
        width: 558px;
    }
    .lmg
    {
        width: 558px;
        height: 367px;
    }
    .left .cnt {
        margin: 0 auto 43px;
    }

    .right {
        width: 480px;
    }
    #maindiv
    {
        min-height:701px;
    }
}

@media (max-width: 1279px) {
    .headcenter {
        width: calc(100% - 120px);
    }
    /*.headcenter img{}
    .headtitle{font-size: 24px;}*/

    .left {
        width:396px;
    }
    .lmg
    {
        width: 396px;
        height: 260px;
    }
    .left .cnt {
        margin: 0 auto 10px;
    }

    .right {
        width:412px;
        height:340px;
    }
    .top{
        width: 205px;
        font-size: 18px;
    }
    .fbty1, .fbty2
    {
        margin: 32px auto 5px;
    }
    .fbty1 input, .fbty2 input
    {
        height: 34px;
        font-size: 12px;
        border-radius: 17px;
        margin-bottom: 20px;
    }
    .floatright
    {
        font-size: 12px;
        top: 8px;
    }
    .select label
    {
        font-size: 12px;
    }
    .select input[type=checkbox]
    {
        width:12px;
    }
    .select input[type="checkbox"] + label
    {
        width:12px;
        height:12px;
    }
    .select input[type="checkbox"]:checked + label:after
    {
        font-size: 11px;
    }
    .bottom
    {
        margin-top: 12px;
    }
    .btn
    {
        height: 34px;
        border-radius: 17px;
        font-size: 14px;
        line-height:1;
    }
    .forgot,.register
    {
        font-size: 12px;
    }

    #maindiv
    {
        padding-top:58px;
        padding-bottom:63px;
        min-height:461px;
    }
    .bdy {
        width: 1000px;
    }

    .footer
    {
        width: 1000px;
    }
    .wrap {  height: 128px;}
    .text05 { font-size: 12px;}
    .text05 div { margin-top: 10px;}
    .wrap01 { height: 28px;font-size: 12px;line-height: 28px;}
    .qr img{width:80%;}

    .name01 { margin-right: 4.5%;}
    .name02 { padding: 0 4.5%;}
    .name03{margin-left: 4.5%;}
    #wenzhou_msg{font-size: 14px; margin-top:-15px;}
}

@media (max-width: 1024px) {
    .headcenter {
        width: calc(100% - 80px);
    }
    .headcenter img
    {
        width:23px;
        height:28px;
    }
    .headtitle{font-size: 24px;}

    .left {
        width:396px;
    }
    .lmg
    {
        width: 396px;
        height: 260px;
    }
    .left .cnt {
        margin: 0 auto 20px;
    }
    .cnt .first
    {
        font-size: 18.7px;
    }
    .cnt .second
    {
        font-size: 12px;
    }

    .right {
        width:412px;
        height:340px;
    }
    .top{
        width: 205px;
        font-size: 18px;
    }
    .fbty1, .fbty2
    {
        margin: 32px auto 5px;
    }
    .fbty1 input, .fbty2 input
    {
        height: 34px;
        font-size: 12px;
        border-radius: 17px;
        margin-bottom: 20px;
    }
    .floatright
    {
        font-size: 12px;
        top: 8px;
    }
    .select label
    {
        font-size: 12px;
    }
    .select input[type=checkbox]
    {
        width:12px;
    }
    .select input[type="checkbox"] + label
    {
        width:12px;
        height:12px;
    }
    .select input[type="checkbox"]:checked + label:after
    {
        font-size: 11px;
    }
    .bottom
    {
        margin-top: 12px;
    }
    .btn
    {
        height: 34px;
        border-radius: 17px;
        font-size: 14px;
        line-height:1;
    }
    .forgot,.register
    {
        font-size: 12px;
    }

    #maindiv
    {
        padding-top:58px;
        padding-bottom:63px;
        min-height:461px;
    }
    .bdy {
        width: 840px;
    }

    .footer
    {
        width: 840px;
    }
    .wrap {  height: 128px;}
    .text05 { font-size: 12px;}
    .wrap01 { height: 28px;font-size: 12px;line-height: 28px;}

    .name01 { margin-right: 3%;}
    .name02 { padding: 0 3%;}
    .name03{margin-left: 3%;}
    #wenzhou_msg{font-size: 14px; margin-top:-15px;}
}
   
@media (max-width: 900px) {
    .headcenter {
        width: calc(100% - 80px);
    }
    .headcenter img
    {
        width:19px;
        height:24px;
    }
    .headtitle{font-size: 20px;}

    .left {
        width:297px;
    }
    .lmg
    {
        width: 297px;
        height: 195px;
    }
    .left .cnt {
        margin: 0 auto 10px;
    }
    .cnt .first
    {
        font-size: 15.6px;
    }
    .cnt .second
    {
        font-size: 10px;
    }

    .right {
        width:309px;
        height:255px;
    }
    .top{
        width: 157px;
        font-size: 14px;
    }
    .fbty1, .fbty2
    {
        margin: 22px auto 0px;
    }
    .fbty1 input, .fbty2 input
    {
        height: 26px;
        font-size: 10px;
        border-radius: 13px;
        margin-bottom: 10px;
    }
    .floatright
    {
        font-size:10px;
        top:7px;
    }
    .select label
    {
        font-size: 10px;
    }
    .select input[type=checkbox]
    {
        width:10px;
    }
    .select input[type="checkbox"] + label
    {
        width:10px;
        height:10px;
    }
    .select input[type="checkbox"]:checked + label:after
    {
        font-size: 9px;
    }
    .bottom
    {
        margin-top:2px;
    }
    .btn
    {
        height:26px;
        border-radius: 13px;
        font-size: 12px;
        line-height:1;
    }
    .forgot,.register
    {
        font-size: 10px;
    }

    #maindiv
    {
        padding-top:50px;
        padding-bottom:50px;
        min-height:355px;
    }
    .bdy {
        width: 688px;
    }

    .footer
    {
        width: 688px;
    }
    .wrap {  height: 96px;}
    .text05 { font-size: 9px;}
    .text05 div { margin-top: 0px;}
    .wrap01 { height: 21px;font-size: 9px;line-height: 21px;}
    .qr img{width:55%;}
    #wenzhou_msg{font-size: 10px; margin-top:-15px;}
}