* {
    padding: 0;
    margin: 0;
}


* {
    padding: 0;
    margin: 0;
}



html {
    font-size: calc(100vw / 1920 * 16);
}

li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}




.myheader {
    width: 100%;
    height: 6.75rem;
    background: #121315;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    padding-left: 260px;
    padding-right: 750px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.myheader .logo {
    width: 190px;
    height: 48px;
    display: block;
}




.myheader .nav {
    display: flex;
    width: 420px;
    height: 48px;
    justify-content: space-between;
    list-style: none;
    align-items: center;
}

.myheader .nav li {
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
}




.myContent {
    width: 100%;
    padding-top: 7.5rem;
    height: 943px;
    position: relative;
    padding-top: 6.75rem;
    overflow: hidden;
    background: #121315;
    z-index: 0;
}


.myContent .mouseCursor {
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.myContent .myFrom {
    width: 32.5rem;
    padding-bottom: 5.3125rem;
    background: #252525;
    border-radius: 1.5rem;
    right: 320px;
    position: absolute;
    z-index: 2;
}

.myContent .myFrom .title {
    width: 5.9375rem;
    font-size: 1.4375rem;
    line-height: 1.4375rem;
    margin-left: 2.875rem;
    padding-top: 3.125rem;
    padding-bottom: 0.75rem;
    border-bottom: 0.1875rem solid #803cee;
    color: #FFF;
}

.myContent .myFrom input {
    height: 3.75rem;
    line-height: 3.75rem;
    border: none;
    background: #252525;
    color: #959595;
    outline: none;
    caret-color: white;
    width: 26.25rem;

    box-sizing: border-box;
    border-bottom: 0.0625rem solid #3c3c3c;
}

.myContent .myFrom .phoneNum {
    /* margin-top: 1.25rem; */
    margin-left: 2.875rem;
    font-size: 1rem;
}

.myContent .myFrom .codeBox {
    position: relative;

}



.myContent .myFrom .code {
    margin-left: 2.875rem;
    font-size: 1rem;

}

.myContent .myFrom .getcode {
    margin-left: 2.875rem;
    font-size: 1rem;
    padding-left: 0.5rem;
    color: #803cee;
    position: absolute;
    right: 3.4375rem;
    top: 1.25rem;
    cursor: pointer;
}



.myContent .myFrom .myRegForm {
    margin-left: 2.875rem;
    align-items: center;
    height: 4.375rem;
    display: flex;
    border-bottom: 0.0625rem solid #3c3c3c;
    width: 26.25rem 

}

.myContent .myFrom .myRegForm input[type="radio"] {
    width: 1rem;
    height: 1rem;
    background: #4b4b4b;
    color: #4b4b4b;
    caret-color: #4b4b4b;
    border-color: #4b4b4b;
    margin-bottom: 0;
    margin-right: 0.625rem;
}

.myContent .myFrom .myRegForm input[type="radio"]::before {
    position: relative;
    content: "";
    top: -0.0625rem;
    left: -0.0625rem;
    width: 1.0625rem;
    height: 1.0625rem;
    display: block;
    border-radius: 50%;
    background-color: #252525;
    border: 0.125rem solid #686868;
    z-index: 5;
    box-sizing: border-box;
}

.myContent .myFrom .myRegForm input[type="radio"]:checked::after {
    position: relative;
    content: "";
    bottom: 0.875rem;
    left: 0.1875rem;
    width: 0.5625rem;
    height: 0.5625rem;
    display: block;
    border-radius: 50%;
    visibility: visible;
    background-color: #686868;
    z-index: 6;
}

.myContent .myFrom .myRegForm label {
    display: block;
    margin-right: 2.375rem;
    color: #959595;
    font-size: 1rem;
}



.myContent .myFrom .userName {
    margin-left: 2.875rem;
    font-size: 1rem;
}

.myContent .myFrom .password {
    margin-left: 2.875rem;
    font-size: 1rem;
}

.myContent .myFrom .repassword {
    margin-left: 2.875rem;
    font-size: 1rem;
}

.myContent .myFrom .login {
    margin: auto;
    text-align: center;
    font-size: 1rem;
    line-height: 1rem;
    color: #959595;
    padding-top: 2rem;

}

.myContent .myFrom .login .purple {
    color: #803cee;
    text-decoration: none;
}

.myContent .myFrom .register {
    margin: auto;
    width: 9rem;
    height: 3.75rem;
    border: none;
    background: #803cee;
    border-radius: 1.875rem;
    color: #e9e4f0;
    font-size: 1.125rem;
    line-height: 3.75rem;
    display: block;
    margin-top: 2rem;
    cursor: pointer;
}





.myfooter {
    background: #1a1a1a;
    width: 100%;
    height: 28.5625rem;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;

    padding-right: 16.25rem;
    padding-left: 16.25rem;
}


.myfooter .leaveWord {
    width: 42.5rem;
    height: 100%;
}

.myfooter .leaveWord .title {
    font-weight: bold;

    font-size: 1.8125rem;
    line-height: 1.8125rem;
    padding-top: 5rem;
    padding-bottom: 2.5rem;
    color: #FFF;
}

.myfooter .leaveWord .leaveInp {
    height: 8.75rem;
    width: 42.5rem;
    padding-top: 1.25rem;
    box-sizing: border-box;
    padding-left: 1.5625rem;
    border: 0.0625rem solid #313131;
    font-size: 16px;
    color: #656565;
    background: #1a1a1a;
    resize: none;
    border-radius: 0.375rem;
}

.myfooter .leaveWord .leaveInp:focus {
    outline: none;
}

.myfooter .leaveWord .sendLeave {
    border: none;
    width: 9rem;
    height: 3.75rem;
    border-radius: 3.75rem;
    background: #803cee;
    color: #FFF;
    font-size: 1.125rem;
    margin-top: 1.6875rem;
}

.myfooter .connectWe {
    width: 36.25rem;
    height: 100%;

}

.myfooter .connectWe .title {
    font-size: 1.875rem;
    line-height: 1.875rem;
    font-weight: bold;
    padding-top: 5rem;
    padding-bottom: 2.5rem;
    color: #FFF;
}

.myfooter .connectWe .way {
    height: 3.375rem;
    display: flex;
    padding-bottom: 5.375rem;
    border-bottom: 0.0625rem solid #313131;
}

.myfooter .connectWe .way li {
    width: 3.375rem;
    height: 3.375rem;
    border-radius: 50%;
    margin-right: 1.75rem;
}

.myfooter .connectWe .way li a {
    display: block;
    width: 100%;
    height: 100%;
}

.myfooter .connectWe .way li a img {
    display: block;
    width: 100%;
    height: 100%;
}

.myfooter .connectWe .address {
    font-size: 0.9375rem;
    padding-top: 1.9375rem;
    color: #454546;
}


@media screen and (max-width: 2073px) {
    .myContent .mouseCursor {
        left: -200px !important;
    }
}


@media screen and (max-width: 1600px) {
    html{
        font-size: calc(100vw / 1600 * 16) ;
    }
}
@media screen and (max-width: 1200px) {
    html{
        font-size: calc(100vw / 1300 * 16) ;
    }
    .myContent .myFrom {
        /* left: -350px; */
        right: 50% !important;
        transform: translateX(50%);
    }
}

@media screen and (max-width: 988px) {
    html{
        font-size: calc(100vw / 1000 * 16) ;
    }
    .myContent .myFrom {
        /* left: -350px; */
        right: 50% !important;
        transform: translateX(50%);
    }

}

@media screen and (max-width: 764px) {
    html{
        font-size: calc(100vw / 600 * 16) ;
    }
    .myContent .mouseCursor {
        left: -300px !important;
    }
    .myContent{
        height: 58.9375rem;
    }
}