* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

html,
body {
    width: 100%;
    height: 100%;
    background-color: #5dd5c8;
}

#box {
    width: 100%;
    height: 100%;
    background: url('../img/newbg.png') no-repeat;
    background-position: bottom;
    position: relative;
}

#main {
    width: 740px;
    height: 500px;
    border-radius: 10px;
    background-color: #fff;
    margin: 0px auto;
    position: absolute;
    top: 50%;
    margin-top: -250px;
    left: 50%;
    margin-left: -370px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

.conter,
.conter1 {
    display: flex;
    width: 100%;
    overflow: hidden;
    clear: both;
}

.left {
    border-radius: 10px;
    float: left;
    width: 30%;
    height: 500px;
    background-color: rgb(248, 252, 255);
    box-sizing: border-box;
    padding: 40px 20px 40px 30px;
}

.left a {
    text-decoration: none;
}

.left li img {
    width: 40px;
    height: 40px;
    vertical-align: top;
    float: left;
    margin-right: 10px;
}

.left li {
    font-size: 14px;
    vertical-align: top;
    margin-top: 40px;
}

.left li span {
    color: rgb(83, 202, 195);
}

.left li i {
    font-size: 16px;
    font-style: normal;
    color: rgb(141, 146, 161);
    font-weight: 600;
}

.left li em {
    font-size: 13px;
    font-style: normal;
    color: rgb(183, 180, 205);
}

.right {
    float: left;
    width: 70%;
    box-sizing: border-box;
    border-radius: 10px;
    height: 500px;
    background-color: #fff;
    position: relative;
    padding: 0 80px;
}

.nav {
    left: 0;
    position: absolute;
    width: 100%;
    height: 50px;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-top: 5px;
}

.nav .bg {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(../img/btn-ewm.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.nav .bg:hover {
    background-position: 0 -40px;
}

.nav i {
    position: absolute;
    display: block;
    color: rgb(183, 180, 205);
    font-size: 13px;
    left: 55px;
    top: 15px;
    /* border: 1px solid #aaa; */
    padding: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.nav i::before {
    content: "";
    position: absolute;
    border-right: 8px solid rgba(0, 0, 0, 0.1);
    border-left: 8px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    left: -16px;
}

.tab {
    margin-top: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.tab button {
    height: 35px;
    width: 45%;
    border: 1px solid #f1f1f1;
    background-color: #fff;
    cursor: pointer;
    margin-bottom: 30px;
}

.tab button.on {
    color: rgb(83, 202, 195);
    border-color: rgb(83, 202, 195);
}

.ipt {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 25px;
}

.ipt span,
.ipt-i {
    position: absolute;
    top: 11px;
}

.ipt-i {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/icons-sign.png) no-repeat;
    left: 10px;
}

.ipt span {
    font-size: 14px;
    left: 40px;
    color: rgb(46, 46, 46);
}

.ipt span::after {
    content: "";
    display: block;
    position: absolute;
    right: -22px;
    width: 8px;
    height: 8px;
    border-left: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
    border-right: 2px solid transparent;
    border-top: 2px solid transparent;
    transform: rotate(-45deg);
    bottom: 6px;
}

.ipt input {
    width: 100%;
    height: 40px;
    border-color: #f1f1f1;
    border-width: 1px;
    border-style: inset;
    border-top-style: outset;
    border-left-style: outset;
    padding-left: 100px;
    box-sizing: border-box;
    outline-color: rgb(83, 202, 195);
    outline-width: 0.5px;
}

.btn {
    width: 100%;
    height: 35px;
    background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgb(243, 243, 243));
    border: 1px solid #f1f1f1;
    position: relative;
    margin-bottom: 25px;
}

.btn:hover {
    background-image: linear-gradient(to bottom, rgb(243, 243, 243), rgb(255, 255, 255));
}

button {
    cursor: pointer;
}

.btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgb(56, 115, 255);
    top: 12px;
    left: 10px;
}

.sub {
    width: 100%;
    height: 40px;
    position: relative;
}

.sub input {
    height: 40px;
    width: 100%;
    padding-left: 50px;
    box-sizing: border-box;
    border-color: #f1f1f1;
    border-width: 1px;
    border-top-style: outset;
    border-left-style: outset;
}

input {
    font-size: 13px;
}

.sub-i {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/icons-sign.png) no-repeat 2px -141px;
    left: 14px;
    position: absolute;
    top: 12px;
}

.sub span {
    display: block;
    position: absolute;
    right: 10px;
    font-size: 14px;
    color: rgb(46, 46, 46);
    top: 11px;
    border-left: 1px solid #aaa;
    padding-left: 10px;
    color: rgb(83, 202, 195);
    cursor: pointer;
}

.login {
    margin-top: 20px;
    width: 100%;
    height: 35px;
    border: none;
    background-color: rgb(93, 213, 200);
    color: white;
}

.checked {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.checked input {
    vertical-align: middle;
}

.checked p,
.checked a {
    display: inline;
    font-size: 12px;
    text-align: center;
    color: rgb(183, 180, 205);
}

.checked p span,
.checked a {
    color: rgb(63, 174, 163);
}

.footer {
    text-align: center;
    font-size: 12px;
    color: rgb(160 156 156);
}

.conter,
.conter1 {
    display: none;
}

.ons {
    display: block;
}

.p {
    position: absolute;
    color: white;
    right: 80px;
    top: 60px;
    font-size: 13px;
}