@font-face {
    font-family: "SongtiSC"; /* 自定义的字体名称 */
    /*src: url("../fonts/TrajanPro-Bold.otf") format("truetype"); !* 兼容性回退 *!*/
    font-weight: normal; /* 字体粗细 */
    font-style: normal; /* 字体风格 */
}
@font-face {
    font-family: "ProjectDBold"; /* 自定义的字体名称 */
    src: url("../fonts/ProjectDTypeCurve-Bold.ttf") format("truetype"); /* 兼容性回退 */
    font-weight: normal; /* 字体粗细 */
    font-style: normal; /* 字体风格 */
}
@font-face {
    font-family: "ProjectDNormle"; /* 自定义的字体名称 */
    src: url("../fonts/ProjectDType-Medium.ttf") format("truetype"); /* 兼容性回退 */
    font-weight: normal; /* 字体粗细 */
    font-style: normal; /* 字体风格 */
}
@font-face {
    font-family: "DroidSansFallback"; /* 自定义的字体名称 */
    src: url("../fonts/DroidSansFallback.ttf") format("truetype"); /* 兼容性回退 */
    font-weight: normal; /* 字体粗细 */
    font-style: normal; /* 字体风格 */
}

/* 使用字体 */
body {
    font-family: "SongtiSC"; /* 首先尝试使用SongtiSC，如果不支持则回退到sans-serif */
}
body,
html {
    height: 100%;
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: url("../imags/pbg.png") no-repeat;
    background-size: cover;
    box-sizing: border-box;
    position: relative;
    font-size: calc(var(--vh, 100vh) / 1080 * 100);
}

.header {
    padding: 0 .04rem 0 .02rem;
    width: 100%;
    height: .7rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*background-color: #3C3835;*/
    /*opacity: .8;*/
    background-color:rgba(0, 0, 0, 0.3);
}

.text {
    font-style: normal;
    /*text-transform: uppercase;*/
    color: #FFFFFF;
}
.mbuttom {
    width: 4.6rem;
    height: 5.2rem;
    margin: 0 auto;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 57%;
}
.login-container {
    width: 100%;
    height: 100%;
    background-image: url("../imags/formbg.png");
    background-size: 100% 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: .2rem .7rem;
}
a {
    text-decoration: none;
}

.loginBtn {
    background-image: url(../imags/btn_anniu_teshu1.png);
    background-size: 100% 100%;
    height: .8rem;
    margin-top: .4rem;
    font-family: Songti SC;
    font-size: .14rem;
    font-weight: 700;
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    cursor: pointer;
}

.pop {
    width: 5rem;
    height: 5.2rem;
    position: absolute;
    left: 50%;
    background-image: url(../imags/popD.png);
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    top: 50%;
    transform: translate(-50%, -50%);
}

.popTitle {
    position: absolute;
    height: auto;
    width: 3.2rem;
    text-align: center;
    top: .9rem;
    font-family: Songti SC;
    font-size: .3rem;
    font-weight: 700;
    line-height: .3rem;
    transform: translateX(50%);
    right: 50%;
    color: #FFFFFF;
}

.popContent {
    width: 80%;
    /* text-align: center; */
    font-family: Songti SC;
    font-size: .22rem;
    line-height: .24rem;
    position: absolute;
    top: 2.6rem;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    margin-left: .1rem;
}
.footer{
    padding: 0 .04rem 0 .02rem;
    width: 100%;
    height: 1rem;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000000;
    bottom: 0rem;
    opacity: 0.8;
}
.main-bottom{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
.dot{
    width: 0.1rem;
    height: .1rem;
    border-radius: 100%;
    background: #47413b;
    box-shadow: 0 .2rem .4rem 0 rgba(0, 0, 0, .2);
    margin-left: 0.1rem;
    margin-right: .1rem;
}
.privacy{
    text-align: center;
    font-size: .22rem;
    font-stretch: normal;
    display: flex;
    align-items: center;
}
.title{
    width: 17rem;
    height: 1rem;
     background: url("../imags/pTitleBg_en.png") no-repeat;
     background-size: cover;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 21%;
    /*background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 50%, rgba(0, 0, 0, 0) 100%);*/
    /*opacity: 0.8;*/
    /*font-family: trajanPro;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.titleText{
    text-align: center;

    font-family: 'EnYSZ';

    font-style: normal;

    font-weight: 700;

    font-size: .4rem;

    line-height: .4rem;

    text-align: center;

    color: #D4C192;
}
.titleContent{

    font-family: EnContent;

    font-weight: 400;

    line-height: .2rem;

    text-align: center;

    color: #D4C192;

    font-size: .18rem;
    margin-top: 0.1rem;
}
.languageImg{
    width: .3rem;
    height: .3rem;
    margin-right: 0.1rem;
}
.language-dropdown {
    margin-top: 0;
    margin-right: 0.4rem;
}
.tab-link {
    background: url("../imags/stepdefault.png") no-repeat;
    color: #e1d6b7;
    background-size: 100% 100%;
    text-decoration: none;
    padding: .01rem .1rem;
    display: inline-block;
    width: 1.5rem;
    text-align: center;
}
.nav-item{
    width: 31%;
}
@media (orientation: portrait) {
    body {
        background: url("../imags/mtbg_en.png") no-repeat;
        background-size: cover;
    }
    .mbuttom {
        width: 4.6rem;
        height: 5.2rem;
        top: 54%;
        padding: 0 8%;
    }
    .login-container {
        width: 100%;
        height: 100%;
        padding: .2rem .3rem;
        max-height: 5rem;
    }
    .loginBtn {
        font-size: .12rem;
        font-weight: 900;
    }
    .title{
        display: none;
    }
    .titleText {
        font-size: 23px;
    }
    .titleContent{
        font-size: 11px;
    }
    .privacy{
        font-size: 0.12rem;
    }
    .decor-line{
        display: none;
    }
    .nav-item{
        font-size: .14rem;
    }
    .dropdown-button{
        font-size: 15px;
    }
    .language-dropdown {
        margin-right: 0.1rem;
    }
    .tab-link {
        width: 1.25rem;
    }
    .pop {
        width: 4rem;
        height: 4.6rem;
    }
    .popContent {
        top:2.3rem;
    }
}

.logo {
    height: .6rem;
    width: auto;
    display: flex;
}
.logo img {
    height: .5rem;
    width: 2rem;
    margin-left: .2rem;
}
.btnnormal {
    background-image: url("../imags/nextbtnbg.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0px;
    color: #1F1F20 !important;
    width: 200px;
    padding: .1rem 0;
    font-family: 'ProjectDBold';
    font-style: normal;
    font-weight: 700;
    text-align: center;
    /*text-transform: uppercase;*/
}
.step1-btn {
    position: absolute;
    bottom: .2rem;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: .3rem;
    width: 2.2rem;
    height: 0.6rem;
}
.step2-btn {
    position: absolute;
    bottom: 1.2rem;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: .3rem;
    width: 2.2rem;
    height: 0.6rem;
    white-space: nowrap;
}
.colorred {
    color: #b83b3d !important;
}

.step {
    display: none;
    /*padding: .2rem .7rem;*/
    /*margin-top: .5rem;*/
}
.step.active {
    display: block;
}
.nav-tabs {
    display: flex;
    justify-content: space-around;
    border: none;
}
.tab-link.active {
    background: url("../imags/stepactive.png") no-repeat;
    color: #e1d6b7 !important;
    background-size: 100% 100%;
}

.language-switcher {
    top: 10px;
    right: 10px;
    z-index: 1000;
}
.dropdown {
    position: relative;
    /* display: inline-block; */
    /* margin-top: 15px; */
    height: .7rem;
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.dropdown-button {
    color: #e1d6b7;
    border: none;
    cursor: pointer;
    background-color: transparent;
    font-size: 17px;
    font-weight: 400;
    vertical-align: middle;
    /* padding: 0 10px 0 2px; */
}
.config-select,
.nickname-select,
.server-select {
    width: 100%;
    color: #0E13144D;
    border: .02rem solid #EBEBEB33;
    padding: .1rem .1rem .1rem .1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*z-index: 20;*/
}
.servercolor {
    color: #FFFFFF;
    font-size: .2rem;
}

.dropdown-menu {
    display: none;
    width: 100%;
    position: absolute;
    background-color: #000;
    min-width: 1rem;
    max-height: 4rem;
    /*overflow: auto;*/
    text-align: center;
    z-index: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    left: -12%;
    top: .7rem;
    border-radius: unset;
}
.config-menu,
.nickname-menu,
.server-menu {
    left: 0;
    top: 5vh;
    background-color: #ffecc6;
    color: #423731;
    text-align: left;
    font-size: .2rem;
}
.language-item {
    padding: .1rem .1rem;
    cursor: pointer;
    color: #e1d6b7;
    font-size: .2rem;
}

.language-item:hover {
    background-color: #202020;
    color: #e1d6b7;
}
.config-item:hover,
.nickname-item:hover,
.server-item:hover {
    color: #e1d6b7;
    background-color: #795b3f;
}
input {
    background-color: transparent !important;
    border: 1px solid #423731 !important;
    border-radius: 2px !important;
}
.obtaindiv {
    display: flex;
    justify-content: space-between;
}
.obtaininput {
    padding: 9px;
    height: 44px;
    margin-right: 10px;
    width: 80%;
}
.obtainbtn {
    color: #e1d6b7;
    padding: 9px 14px;
    height: 50px;
    text-align: center;
    background-image: url("../imags/obtainbtnbg.png");
    background-size: 100% 100%;
}
.morelogin {
    display: flex;
    justify-content: space-around;
    padding: 0 20px;
}
.morelogin img {
    width: 26px;
    height: 26px;
}
.stepnav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    font-size: 0.2rem;
    /*font-family: 'ProjectDNormle';*/
}

.loginBtn img{
    margin-left: .3rem;
    width: .4rem;
    height: .4rem;
}
.loginBtn p{
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 0.01rem;
}

.language-button{
    font-size: .2rem;
    margin-right: .1rem;
}
.selectSJ{
    width: .1rem;
    height: .1rem;
}
.tab-pane{
    font-size: .2rem;
}
.contact{
    font-size: .15rem;
}
.footer-text{
    font-size: .2rem;
}
.mbSelect{
    margin-bottom: .5rem
}
.tab-content{
    margin-top: .5rem
}
.nickname-item{
    padding: .1rem .1rem;
}
.loginContent{
    font-family: 'EnContent';
    /*width: 3.4rem;*/
}
.buttonGroup{
    position: absolute;
    bottom: .2rem;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.2rem;
    width: 3.2rem;
    height: 0.6rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.unbindButton{
    color: #1F1F20;
    height: .55rem;
    text-align: center;
    background-image: url(../imags/nextbtnbg.png);
    background-size: 100% 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.5rem;
    cursor: pointer;
    font-family: 'ProjectDBold';
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.Shine_landscape{width:100%; height:100%; background:#0c0e13;position: fixed; left:0;top: 0;z-index:9999; text-align: center; display:none;}
.Shine_landscape img { margin:0 auto; display: block; width:1.3rem; height:auto;}
.Shine_landscape_box{position: relative; margin-left: auto; margin-right: auto; top: 50%; transform:translateY(-50%); -webkit-transform:translateY(-50%);}
.Shine_landscape span{font-size:0.16rem;display:block;color:#ffd40a; text-align:center;width: 100%;padding-top: .1rem; line-height:2;}
.Shine_landscape img{-webkit-animation: Shine_landscapeAni 1.5s ease infinite alternate;animation: Shine_landscapeAni 1.5s ease infinite alternate;}
@-webkit-keyframes Shine_landscapeAni{
    0% {-webkit-transform:rotate(0);}
    30% {-webkit-transform:rotate(0);}
    70%{-webkit-transform:rotate(-90deg);}
    100% {-webkit-transform:rotate(-90deg);}
}
@keyframes Shine_landscapeAni{
    0% {transform:rotate(0);}
    30% {transform:rotate(0);}
    70%{transform:rotate(-90deg);}
    100% {transform:rotate(-90deg);}
}
@media screen and (orientation:portrait){
    .Shine_landscape{ display:none;}
}
@media screen and (orientation:landscape){
    .Shine_landscape{ display:block;}
}