/*
* @Author: tianpin
* @Date:   2019-09-20 17:47:42
* @Last Modified by:   name
* @Last Modified time: 2020-04-15 15:11:27
*/
*{

    padding:0;
    box-sizing:border-box;
}
body{
    width:100%;
    height:calc(100vh);
    margin:0 auto;
}
 .store-cn{
    display:none;
}

.content{
    width:100%;
    height:calc(93vh);
    background:url('../img/bg.png');
    background-size: 100% 100%;
    padding-top:7rem;
}
.content_top{
    width:100%;
    padding:2.5rem 2rem 0 3rem;
    display:flex;
    justify-content:space-between;
}
.logo{
    width: 30%;
  font-size: 24px;
  color: rgb(254, 254, 254);
  text-transform: uppercase;
  white-space:nowrap;
}
.top_right{
    width:65%;
    text-align:right;
     vertical-align: middle;
     padding-top: 1.2rem;
     white-space:nowrap;
}
.content_top .top_right a{
    text-decoration:none;
    color:#fff;
     vertical-align: middle;
     margin-right:1.8rem;
     font-size:20px;
     font-weight: 100;
     display:inline-block;
}
.content_top .top_right a:nth-child(6){
    border:2px solid #fff;
    padding:0.2rem 0.6rem;
    border-radius:5rem;
}
.content_top .top_right a img{
    width:2rem;
    height:1.5rem;
}
.login{
     width: 20rem;
    height: 25rem;
    background: rgba(255,255,255,0.3);
    border-radius: 1.5rem;
    position: relative;
    left: 12%;
}
.login_logo{
    padding: 2rem 4rem 0 1.2rem;
    border-radius: 50%;
    margin: 0 auto;

}
.login_logo img{
    width: 15rem;
    height: 15rem;
    display: block;
    margin: 0 auto;
}

.login_info{
        margin-top: -2rem;
}
.login_info input{
    width: 13rem;
    height: 2rem;
    text-indent: 0.5rem;
    border-radius: 0.7rem;
    margin-bottom: 0.8rem;
    border-style: none;
    position: relative;
    left: -1rem;
}
.login_info input:focus{
    outline: none;
}
.login_info span{
    display: block;
    width: 2.4rem;
    height: 2rem;
    background-color: #cc2e78;
    border-radius: 0.7rem;
    float: left;
    position: relative;
    left: 3.2rem;
    box-sizing: border-box;
    padding: 0.2rem;
    z-index: 2;

}
.login_info span img{
    display: block;
    margin: 0 auto;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
}
.login_info button{
    width: 9rem;
    height: 2rem;
    color: #fff;
    background: #cc2e78;
    border-style: none;
    border-radius: 0.7rem;
    display: block;
    margin: 0.5rem auto 0 auto;
}
.login_info button:focus{
    outline:none;
}

.bottom{
    width:100%;
    box-sizing: border-box;
    padding:0 20px;
    display: flex;
    justify-content: space-between;
}
.bottom_left,.bottom_right{
    width:50%;
}
.bottom_right{
    text-align: right;
}
.bottom .bottom_left p{
  font-size: 12px;
    color: rgb(3, 0, 0);
    text-transform: uppercase;
    position: relative;
    top: 1rem;
}
.bottom_right img{
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
    padding: 0.3rem;
    border-radius: 1.5rem;
    margin-left: 0.6rem;
}
.bottom_right img:last-child{
    clear: both;
    border: none;
    width: 12rem;
    height: 2.5rem;
    position: relative;
    top: 0.3rem;
}