html {
    background-color: #ffffff;
    color: #333;
    text-align: center;
    font-size: 62.5%;
}

body {
    margin: auto;
}

a {
    text-decoration: none;
    color: #fff;
}

img {
    width: 100%;
    height: 100%;
}

.content {
    max-width: 120rem;
    margin: auto;
}

.head {
    height: 4.5rem;
    padding: 3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.body {
    padding: 3vw;
    position: relative;
}


/*.content-bg {*/
/*	background: url("../img/bg.png") ;*/
/*	width: 100%;*/
/*	height: 500px;*/
/*}*/

.logo {
    display: flex;
    align-items: center;
}

.logo_img {
    margin-right: 1rem;
    width: 4rem;
    height: 4rem;
}

.logo_img img {
    object-fit: contain;
    border-radius: 15%;
}

.logo_name {
    font-size: 3.2rem;
}

.tab {
    font-size: 1.8rem;
}

a:hover {
    color: #f95b8c;
}

.title {
    margin: 5rem auto 0;
    font-size: 3.9rem;
}

.title span {
    padding: 5px;
    background: #f95b8c;
    border-radius: 5px;
}

.code_box {
    /* height: 14rem;
    width: 14rem; */
}

.code {
    display: none;
    /*width: 15rem;*/
    /*height: 15rem;*/
    margin-top: 0.5rem;
    background: black;
    border-radius: 10px;
}

.code .coming_soon {
    color: white;
    width: 15rem;
    padding: 1.5rem 0;
    font-size: 1.7rem;
    font-weight: bold;
}

.code_img {
    padding: 2rem 1rem 1rem 1rem;
    margin: auto;
    width: 10rem;
    height: 10rem;
}

.code_text {
    color: #000;
    text-align: center;
    font-size: 1.2rem;
}

.download {
    display: flex;
    position: absolute;
    /* left: 61.5%; */
    bottom: 7vw;
}

.download .download-btn {
    height: 4.5rem;
}

.download .download-btn:last-child {
    margin-left: 2rem;
}

.download .download-icon {
    width: 15rem;
}

.download .download-btn:hover .code {
    display: block;
}

.banner {
    position: relative;
    margin: 2rem auto 10rem;
    width: 94rem;
    height: 53rem;
}

.banner_info {
    position: absolute;
    top: 0;
    left: 0;
    width: 94rem;
    height: 53rem;
    text-align: center;
}

.banner_logo {
    margin: 14rem auto 0;
    width: 14rem;
    height: 14rem;
}

.banner_text {
    font-weight: bold;
    font-size: 4rem;
    color: #fff;
}

.info {
    font-size: 2.8rem;
    margin: auto;
    width: 99rem;
}

.info_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.info_img {
    width: 73%;
    margin: 10rem auto 0;
}

.left_text {
    margin-left: -90px;
    text-align: left;
}

.right_text {
    margin-right: -90px;
    text-align: right;
}

/* privacy */
.article {
    text-align: left;
    padding: 0 2vw;
    font-size: 1.5rem;
}

/* account */

input[type="text"],
form textarea {
    width: 70%;
    padding: 1.13em 1em 1.13em 1em;
    color: #858282;
    font-size: 16px;
    outline: none;
    background: #fff;
    font-weight: 500;
    border: none;
    font-family: 'Lora', serif;
    border-top-right-radius: 0.3em;
    -o-border-top-right-radius: 0.3em;
    -moz-border-top-right-radius: 0.3em;
    -webkit-border-top-right-radius: 0.3em;
    border-border-bottom-right-radius: 0.3em;
    -o-border-bottom-right-radius: 0.3em;
    -moz-border-bottom-right-radius: 0.3em;
    -webkit-border-bottom-right-radius: 0.3em;
}

.submit {
}

form {
    padding: 0% 1%;
}

form li.first,
li.second {
    border: none;
    list-style: none;
    margin-bottom: 10px;
    width: 100%;
}

form li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

form textarea {
    resize: none;
    height: 140px;
}

.login-01 {
    width: 40%;
    margin: 5% auto 3%;
    font-size: 2.4rem;
}

.login-01 input[id="submit"] {
    text-align: center;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    outline: none;
    padding: 10px 10px;
    width: 25%;
    border: 2px solid #F79D29;
    float: right;
    background: #F79D29;
    border-radius: 0.3em;
    -o-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
}

input[id="submit"]:hover {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
    -o-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
}

li.lost {
    margin-bottom: 21px;
}

.pstext {
    display: none;
    padding: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #000;
    background-color: #fff;
    border-radius: 1rem;
    transform: translate(-50%, -50%);
}

/* all */

.font57 {
    font-size: 5.7rem;
}

.font37 {
    font-size: 3.7rem;
}

.mbt {
    margin: 15rem auto 10rem;
}

.mt3 {
    margin-top: 3rem;
}

.head1.terms {
    color: #fff;
    margin-top: 100px;
    font-size: 72px;
    line-height: 72px;
}

.par2.terms {
    color: #fff;
    letter-spacing: 0;
    text-indent: 0;
    white-space: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 21px;
    line-height: 30px;
}

.food {
    padding-bottom: 50px;
}

a {
    color: #999;
}

.main{
    display: none;
}
@media screen and (max-width:1000px) {
    .body{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .content{
        width: 100%;
        max-width: 100%;
    }

    .large_img{
        display: none;
    }

    .font12{

    }

    .main{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .mid_img{
        width: 80%;
        margin: 2rem;
    }

    .download{
        width: 100%;
        position: relative;
        left: auto;
        bottom: auto;
        display: flex;
        justify-content: center;
    }

    .download .download-btn{
        height: 6rem;
    }

    /* account */
    html{
		height: 100%;
	}
	.login-01{
		min-width: 45rem;
	}
}

@media screen and (max-width:750px) {
    .tab{
        font-size: 1rem;
    }
}

.head_new{
    display: none;
}
@media screen and (max-width:600px) {
    html{
        height: auto;
    }
    .body{
        margin-top: 1rem;
    }
    /* 移动端head */
    .head{
        display: none;
    }
    .head_new{
        display: block;
        width: 100%;
    }
    .head_new .logo{
		width: 90%;
        position: relative;
		left: 5%;
	}
	.head_new .logo_name{
		font-size: 2.7rem;
	}
	.head_new .collapse{
		position: absolute;
		right: 0;
	}
	.head_new .collapse_tab{
		width: 100%;
        z-index: 10;
		background-color: black;
		visibility: hidden;
		position: absolute;
		border-radius: 25px;
		font-size: 18px;
		opacity: 0;
		transition: opacity 0.5s ease-in-out;
		margin-top: 2rem;
		
	}
	.head_new:hover .collapse_tab{
		display: block;
		opacity: 1;
		visibility: visible;
	}
    .head_new .collapse_tab_name{
		display: flex;
		flex-direction: column;
	}
	.head_new .collapse_tab_name a{
		text-align: left;
		padding: 1px 2rem;
	}
	.head_new .collapse_tab_name a:hover{
		background-color: white;
		color: black;
	}
    .head_new .tab{
        position: absolute;
        right: 0;
    }

    /* .logo{
		flex-direction: column;
		margin-top: 1rem;
		justify-content: start;
	}

	.logo_img{
		width: 100%;
		min-width: 4rem;
		min-height: 4rem;
		display: flex;
		justify-content: start;
	}
	.logo_img img{
		width:4rem;
		left: 0;
	}

	.logo_name{
		font-size: 1.5rem;
	} */

	.tab {
		font-size: 1rem;
	}
	.head .tab{
		position: absolute;
		right: 5px;
	}



    .font57{
        font-size: 3rem;
    }
    .font37{
        font-size: 2rem;
    }
    .download .download-icon{
        height: 6rem;
        max-width: 95%;
    }

    /* account */
	.login-01{
		width: 90%;
        min-width: auto;
	}
	form {
		width: 100%;
	}
	form li{
		display: flex;
		flex-direction: column;
		justify-content: left;
	}
	form li div{
		width: 80%;
		display: flex;
		justify-content: left;
		margin: 5px;
	}
	input[type="submit"]{
		right: 1rem;
	}
    
}