.member {
    width: 80%;
    margin: 0 auto;
    margin-top: 10vh;
    margin-bottom: 10vh;
}



.member::after {
    display: block;
    clear: both;
    content: '';
}


.member .member_left {
    float: left;
    width: 20%;
    border: 1px solid #f1f1f1;
    padding: 0;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}

.member .member_left ul li a {
    line-height: 70px;
    text-indent: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5e5e5e;
}

.member .member_left ul li a:hover {
    color: #015198;
}

.member .member_left ul li a::after {
    content: '';
}

.member .member_left ul li a svg {
    width: 30px;
}

.member .member_left ul li a span {
    flex: 2;
}

.member .member_left ul li {
    border-bottom: 1px solid #f1f1f1;
}

.member .member_left ul li:last-child {
    border: none;
}

.member .member_left h2 {
    font-size: 18px;
    padding: 20px;
    background: #015198;
    color: #fff;
}

.member .member_right {
    float: right;
    width: 75%;
}


.form input[type=text],
.form input[type=number],
.form textarea,
.form select {
    border: 1px solid #d2d2d2;
    padding: 15px;
    outline: none;
    width: 100%;
    border-radius: 5px;
    box-sizing: border-box;
}


.forgotpass {
    text-align: center;
    margin-top: 20px;
}

.forgotpass a {
    text-decoration: underline;
    color: #898989;
}

.forgotpass a:hover {
    color: #015198;
}

.mac {
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 30px;
}

.maxInstance {
    margin-top: 30px;
}

.mac .macAddressList {
    flex: 5;
}

.mac .add_parameter {
    flex: 1;
    margin-left: 10px;
    text-align: center;
    background: #015198;
    display: block;
    padding: 13px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.moremac {
    margin-bottom: 30px;
    font-size: 12px;
}

.moremac em {
    font-size: 12px;
    margin-top: 10px;
    border: 1px solid #d2d2d2;
    padding: 5px 8px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
}

.moremac em::after {
    content: 'X';
    display: inline-block;
    font-weight: bold;
    margin-left: 10px;
    color: #015198;
}

.moduleList {}

.moduleList h2 {
    font-weight: 500;
    font-size: 14px;
}

.moduleList h2 span {
    color: #ff0000;
}

.moduleList ul {}

.moduleList ul li {
    font-size: 12px;
    margin-top: 10px;
    border-radius: 5px;
    display: inline-block;
    width: 48%;
    box-sizing: border-box;
    line-height: 30px;
    cursor: pointer;
}

.moduleList ul li:nth-child(2n) {
    margin-left: 4%;
}

.moduleList ul li em {
    display: inline-block;
    border: 1px solid #d2d2d2;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    position: relative;
    box-sizing: border-box;
}

.moduleList ul li.hover em {
    border: 1px solid #015198;
}

.moduleList ul li.hover em::before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #015198;
    left: 2px;
    top: 2px;
}

.moduleList ul li.hover {
    color: #015198;
}

.softwareVersion {
    margin-top: 30px;
}

.licenses_btn {
    text-align: center;
    margin-top: 20px;
    height: 60px;
    line-height: 60px;
    background: #015198;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
}


.member_right .title {
    border-bottom: 1px solid #f1f1f1;
    line-height: 10vh;
    color: #015198;
    font-size: 24px;
    margin-bottom: 20px;
}

.member_right .liclist {
    overflow: auto;
    padding-bottom: 20px;
    border: 1px solid #f1f1f1;
}

.member_right .liclist ul {
    display: flex;
    border-bottom: 4px solid #f1f1f1;
    width: 1140px;
    min-width: 100%;
}

.member_right .liclist ul:hover {}

.member_right .liclist ul li {
    position: relative;
    font-size: 12px;
    padding: 10px 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.member_right .liclist ul li::after {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 1px;
    right: 0;
    background: #e2e2e2;
    top: 0;
}

.member_right .liclist ul li:last-child::after {
    display: none;
}

.member_right .liclist ul li:nth-child(1) {
    width: 110px;
}

.member_right .liclist ul li:nth-child(2) {
    width: 152px;
}

.member_right .liclist ul li:nth-child(3) {
    width: 80px;
}

.member_right .liclist ul li:nth-child(4) {
    width: 160px;
}

.member_right .liclist ul li:nth-child(5) {
    width: 150px;
}

.member_right .liclist ul li:nth-child(6) {
    width: 120px;
}

.member_right .liclist ul li:nth-child(7) {
    width: 120px;
}

.member_right .liclist ul li:nth-child(8) {
    min-width: 200px;
}

.member_right .liclist ul li:nth-child(9) {
    width: 100px;
    flex: 1;
}

.member_right .liclist ul li:nth-child(10) {
    width: 200px;
}

.member_right .liclist ul li:nth-child(11) {
    width: 110px;
}

.member_right .liclist ul li .macAddressList_a {
    cursor: pointer;
    position: relative;
}

.member_right .liclist ul li .macAddressList_a:hover .macAddressList_c {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    background: #fff;
    background: #e5e5e5;
    padding: 5px 7px;
    border-radius: 5px;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 10;
}

.member_right .liclist ul li .macAddressList_a:hover .macAddressList_c div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.member_right .liclist ul li .macAddressList_a .macAddressList_b {
    background: #f1f1f1;
    padding: 5px 7px;
    border-radius: 5px;
}

.member_right .liclist ul li .macAddressList_a .macAddressList_b em {
    color: #015198;
    font-size: 15px;
}

.member_right .liclist ul li .macAddressList_a .macAddressList_c {
    display: none;
}


.license_code {
    position: relative;
    line-height: 30px;
}

.license_code .licensecontent {
    display: none;
    position: absolute;
    top: 30px;
    line-height: 1.5;
    word-break: break-all;
    width: 300px;
    left: 50%;
    margin-left: -161px;
    font-size: 12px;
    background: #f1f1f1;
    padding: 10px;
    z-index: 10;
}

.license_code .downfilelic {
    text-decoration: underline;
    color: #015198;
    cursor: pointer;
    border: none;
    background: none;
}

.license_code:hover .licensecontent {
    display: block;
}

.member_right .liclist ul.head_name li {
    background: #f1f1f1;
}


.tip {
    text-align: center;
    color: #ff0000;
    font-size: 12px;
    margin-top: 10px;
}


.user_list {
    font-size: 14px;
}

.user_list li {
    margin-bottom: 20px;
    word-break: break-all;
}

.user_list li a {
    color: #015198;
    text-decoration: underline;
}



.user_list input[type=text],
.user_list input[type=number],
.user_list textarea,
.user_list select {
    border: 1px solid #d2d2d2;
    padding: 15px;
    outline: none;
    border-radius: 5px;
    box-sizing: border-box;
}

.edit_btn_email,
.edit_btn,
.edit_btn_phone {
    text-align: center;
    margin-top: 20px;
    height: 60px;
    line-height: 60px;
    background: #015198;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    width: 300px;
}


.email_yz {
    margin-top: 0;
    margin-left: 10px;
    font-size: 14px;
    background: #015198;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    padding: 13px 20px;
    cursor: pointer;
}


.phone_yzm {
    margin-top: 0;
    margin-left: 10px;
    font-size: 14px;
    background: #015198;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    padding: 13px 20px;
    cursor: pointer;
}

.user_list .verificationCode {
    margin-left: 10px;
    width: 100px;
}

.user_list li span {
    display: inline-block;
    width: 100px;
}

.email_picyz {
    display: inline-block;
    height: 45px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
}

.email_picyz svg {
    margin-top: -24px;
}


.shenqin a {
    display: inline-block;
    background: #015198;
    color: #fff;
    padding: 10px 30px;
    border-radius: 6px;
    margin-top: 50px;
}

#yzmnum {
    width: auto;
}


.nr_banner .text {
    margin-top: -420px;
}

.nr_banner h2 {
    font-size: 25px;
    top: 55%;
}

.nr_banner .small_title.fb25 {
    font-size: 18px;
    top: 59%;
}

.nr_banner .scroll_hint {
    display: none;
}

.nr_banner.nr_banner_two .text {
    height: 100vh;
    margin-top: 0px;
    width: auto;
    min-height: 900px;
}

.nr_banner.nr_banner_two h2 {
    text-align: left;
    width: 50%;
    margin-left: 10%;
    left: 0;
}

.nr_banner.nr_banner_two .small_title {
    left: 10%;
    text-align: left;
}

.member_left ul li.hover a {
    font-weight: bold;
    color: #015198;
}

.register {
    position: absolute;
    top: 26%;
    background: #ffffffbd;
    padding: 30px;
    border-radius: 10px;
    right: 10%;
}




.downfile {}

.downfile li {
    box-shadow: 0 0px 6px 0px rgb(0 0 0 / 5%);
    float: left;
    width: 30%;
    text-align: center;
    border-radius: 5px;
    margin-right: 5%;
    padding: 50px 10px;
    line-height: 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
    cursor: pointer;
    position: relative;
}

.downfile li:nth-child(3n) {
    margin-right: 0;
}

.downfile li span {
    font-size: 18px;
    color: #000;
}

.downfile li p {
    color: #878787;
    margin: 15px 0;
    font-size: 14px;
}

.downfile li em {
    font-size: 12px;
    text-decoration: underline;
    color: #878787;
}

.downfile::after {
    display: block;
    clear: both;
    content: '';
}

.downfile li svg {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    color: #fff;
}

.downfile li.hover,
.downfile li:hover {
    background: #015198;
    color: #fff;
}

.downfile li.hover *,
.downfile li:hover * {
    color: #fff;
}

.downfile li.hover svg,
.downfile li:hover svg {
    display: block;
}


.invitation-code {
    display: flex;
    justify-content: center;
}

.invitation-code  .box {
    margin-top: 80px;
    width: 900px;
}

.invitation-code .item {
    float: left;
    width: 50%;
}

.invitation-code .item:last-child {
    text-align: right;
}


.invitation-code-btn {
    margin-left: 50px;
    text-align: center;
    height: 47px;
    line-height: 48px;
    background: #015198;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    width: 75%;
}

.clear {
    clear: both;
}


.member .software-tb {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 50px;
}


.member .software-tb tr{
    border-color: #ccc;
    color: #5e5e5e;
}
.member .software-tb td, th {
    height: 50px;
}



.member .software-tb tr td:first-child{
    padding-left: 5px;
}


.member .software-tb td, th {
    border-bottom: 1px solid #f1f1f1;
}

.member .software-tb td {
    text-align: center;
}


.member .software-tb tr .left {
    text-align: left;
}


.member .instal td:first-child {
    text-align: left;
}

.member .software-tb th {
    text-align: center;
    background-color: #f1f1f1;
}

.member .software-tb a {
    cursor: pointer;
    color: #015198;
}

.member .software-tb a:hover {
    font-weight: 600;
}



@media screen and (max-width: 640px) {

    .member {
        margin-top: 0;
        margin-bottom: 3vh;
        width: 100%;
    }

    .member .member_left {
        width: 100%;
        border: none;
        border-radius: 0;
        overflow-x: scroll;
    }

    .member .member_left h2 {
        color: #015198;
        background: none;
        padding: 0;
        font-weight: 500;
        display: none;
    }

    .member .member_left ul {
        display: block;
        background: #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
        overflow: hidden;
        padding: 10px 0px;
    }

    .member .member_left ul li {
        border-bottom: none;
        flex: 1;
        text-align: center;
        float: left;
        width: 25%;
    }

    .member .member_left ul li a {
        line-height: 30px;
        font-size: 12px;
        text-indent: 0;
    }

    .member .member_left ul li a svg {
        display: none;
    }

    .member_right .title {
        font-size: 16px;
    }

    .member .member_right {
        width: 90%;
        margin-right: 5%;
    }

    .user_list input[type=text],
    .user_list input[type=number],
    .user_list textarea,
    .user_list select {
        width: calc(100% - 100px);
    }

    .email_picyz {
        margin-left: 100px;
        margin-top: 10px;
    }

    .email_yz {
        width: 26%;
        margin-top: 10px;
    }

    .user_list .verificationCode {
        width: 30% !important;
        margin-top: 10px;
        margin-left: 100px;
    }

    .edit_btn {
        width: 100%;
    }


    .register {
        width: 80%;
        box-sizing: border-box;
        padding: 20px;
        right: 10%;
        font-size: 14px;
        top: 35%;
    }

    .register input {
        height: 40px !important;
        line-height: 40px !important;
        font-size: 14px !important;
        margin-top: 15px !important;
    }

    .login_btn,
    .register_btn {
        height: 40px !important;
        line-height: 40px !important;
    }

    .nr_banner.nr_banner_two .text {
        width: auto !important;
    }

    .nr_banner.nr_banner_two h2 {
        text-align: center;
        width: 80%;
        top: 16%;
    }

    .nr_banner.nr_banner_two .small_title {
        text-align: center;
        top: 16%;
    }

    .nr_banner .text {
        margin-top: -50px;
    }


    .downfile li {
        width: 100%;
        padding: 20px 10px;
        margin-bottom: 20px;
    }

    .downfile li span {
        font-size: 14px;
    }

    .downfile li p {
        margin: 10px 0;
    }


    .edit_btn_email,
    .edit_btn,
    .edit_btn_phone {
        width: 100%;
    }

    .license_code .licensecontent {
        display: none;
        position: absolute;
        top: 30px;
        line-height: 1.5;
        word-break: break-all;
        width: 250px;
        left: 50%;
        margin-left: -122px;
        font-size: 12px;
        background: #f1f1f1;
        padding: 10px;
        z-index: 10;
        box-sizing: border-box;

    }

    .invitation-code {
        margin-top: 10px;
        width: 100%;
        padding: 0;
    }

    .invitation-code .item {
        margin-top: 40px;
        float: none;
        width: 100%;
    }

    .invitation-code .box {
        margin-top: 0;
        width: 88% !important;
    }

    .invitation-code-btn {
        width: 100%;
        margin-left: 0px;
    }

    .download_tip {
        padding: 0 10px !important;
        margin-bottom: 0px !important;
        line-height: 32px;
    }
}