@charset "utf-8";
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
	-webkit-text-size-adjust: none;
}

body, h1, h2, h3, p, div, ol, ul, input, button {
    margin: 0;
    padding: 0
}

body {
    /* -webkit-text-size-adjust: 100%; */
    color: #333333;
    margin: 0;
    padding: 0;
    /* height: 100%; */
    width: 100%;
    overflow-x: hidden;
    font-family: PingFangSC-Regular, Helvetica, "Droid Sans", Arial, sans-serif;
    /* background: #213763; */
    overflow-y: scroll;
    /* background-color: #fec572; */
}

ol, ul {
    list-style: none
}

a {
    color: #333333;
    text-decoration: none;
}

input, button, textarea {
    border: 0;
    border-radius: 0;
    background: transparent;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

button {
    outline: none
}
.page_1 {
    width: 750px;
    height: 1403px;
    background-image: url("http://lxh5.31huiyi.com/ibiws2021/statics/home/imges/bg3.jpg?v=1");
    background-size: 100% 100%;
}

.top {
    width: 503px;
    height: 265px;
    position: absolute;
    right: 0;
    top: 0;
animation: skew_loop 4s 0s ease-in-out infinite alternate;
   -webkit-animation: skew_loop 4s 0s ease-in-out infinite alternate;
}

.bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 614px;
    height: 301px;
    overflow: hidden;
	animation: skew_loop 4s 0s ease-in-out infinite alternate;
   -webkit-animation: skew_loop 4s 0s ease-in-out infinite alternate;
}
.page {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
    overflow-y: scroll;
}


.page_transition {
    transition: transform 0.45s ease;
    -ms-transition: transform 0.45s ease;
    -moz-transition: transform 0.45s ease;
    -webkit-transition: transform 0.45s ease;
}

.page_box {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
}

.page_box.fill {
    height: 100%;
}

.scrollview {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.preload {
    display: none;
}

.preload img {
    width: 1px;
    height: 1px;
    display: none;
}

.music_btn {
    position: fixed;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    top: 80px;
    right: 20px;
}

.music_play {
    background-image: url("../music.png");
    animation: shunshi 2s 0s linear infinite;
    -ms-animation: shunshi 2s 0s linear infinite;
    -moz-animation: shunshi 2s 0s linear infinite;
    -webkit-animation: shunshi 2s 0s linear infinite;
}

.music_pause {
    background-image: url("../img/music_close.png");
}

.page_down {
    position: absolute;
    width: 4%;
    height: auto;
    left: 48%;
    bottom: 14%;
    opacity: 0;
}

.page_down {
    animation: fadeIn 0.5s 1.5s ease forwards, ufo 1.5s 0s ease infinite alternate;
    -ms-animation: fadeIn 0.5s 1.5s ease forwards, ufo 1.5s 0s ease infinite alternate;
    -moz-animation: fadeIn 0.5s 1.5s ease forwards, ufo 1.5s 0s ease infinite alternate;
    -webkit-animation: fadeIn 0.5s 1.5s ease forwards, ufo 1.5s 0s ease infinite alternate;
}

.page_0 {
    /* display: block; */
    /* background: #213763; */
}

.loader_spin {
    position: absolute;
    width: 140px;
    height: auto;
    top: 50%;
    left: 0;
    right: 0;
    margin: -70px auto auto auto;
    animation: shunshi 2s 0s linear infinite;
    -webkit-animation: shunshi 2s 0s linear infinite;
}

.loader_text {
    position: absolute;
    width: 100%;
    height: 140px;
    left: 0%;
    top: 50%;
    text-align: center;
    line-height: 140px;
    font-size: 36px;
    color: white;
    margin-top: -70px;
}


.page {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 100% 100%;
}

.bg1{
    width: 100%;
    height: 1302px;
    background-image: url('../img/bg1_01.png');
    background-size: 100% 100%;
    position: relative;

}


input::-webkit-input-placeholder{
    color: #4e3030;
}    /* 使用webkit内核的浏览器 */
input:-moz-placeholder{
    color: #4e3030;
}                  /* Firefox版本4-18 */
input::-moz-placeholder{
    color: #4e3030;
} 



/*  */

/* .page_0 {
    z-index: 9999;
    height: 100%;
    /* background-color: #fed18f; */
/* } */



   
.prompt {
    white-space: nowrap;
    display: none;
    padding-left: 30px;
    padding-right: 30px;
	height: 53px;
	line-height: 53px;
    background: rgba(0, 0, 0, 1);
    opacity: 0.8;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 26px;
    z-index: 99999;
}

.logo {
    width: 442px;
    height: 197px;
    margin: 0 auto;
    margin-bottom: 108px;
        margin-top: 200px;
}
.form {
    width: 460px;
    margin: 0 auto;
	margin-top: 400px;
}
.info  {
    width: 440px;
    height: 70px;
    line-height: 70px;
    border: 2px solid #d7d7d7;
    margin-bottom: 28px;
    border-radius: 10px;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info > input {
    font-size: 24px;
    color: #ffffff;
}
.logo {
    width: 193px;
    height: 147px;
    margin-left: 53px;
    margin-top: 30px;
}
 input::placeholder {
		    color: #ffffff !important;
		 }
.text-input {
    display: inline-block;
    width: 100%;
    height: 70px;
}
.text-validation {
    display: inline-block;
    width: 275px;
    height: 70px;
}
.getCode {
    width: 155px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-left:  2px solid #d7d7d7;
    font-size: 24px;
    color: #ffffff;
}
.btn_enter {
    margin: 0 auto;
    margin-top: 60px;
	    margin-left: 52px
/*    width: 205px;
    height: 60px; */
}
.btn_enter > a {
    display: block;
    width: 352px;
    height: 66px;
   /* line-height: 60px;
    text-align: center;
    color: #ffffff;
    font-size: 26px;
    background: #ee873c;
    letter-spacing: 10px;
    border-radius: 10px; */

} 
.content {
    margin-top: 130px;
    margin-bottom: 50px;
}
.content p.lst {
    font-size: 26px;
    color: #000000;
    width: 650px;
    margin: 30px auto;
    text-align: justify;
	letter-spacing: 3px;

}

.disabled {
    background: #CCCCCC !important;
    color: #FFFFFF !important;
    font-size: 25px;
}

.main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.success {
    margin-top: 140px;
    font-size: 30px;
    color: #000000;
    text-align: center;
}



.personal>a {
    display: block;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 100px;
    width: 200px;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    font-size: 28px;
    color: #ffffff;
    background: #ee873c;
    text-align: center;
    /* letter-spacing: 10px; */
}