
@charset "utf-8";
/*2019-07-09*/
html, body{
    min-height: 100%;
}
*{margin: 0;padding: 0;box-sizing: border-box}

.bg{background: url(../images/bg.jpg) no-repeat center top}
.fl{float: left;}
.fr{float: right;}
.position-relative{position: relative}
.clear{zoom:1;}
.clear:after{
    display: block;
    clear: both;
    content: "";
}

.center{
    width: 1238px;
    height: 778px;
    background: url(../images/flag.png) no-repeat center top;
    margin: 0 auto;
    position: relative;
}

.half{
    width: 50%;
    float: right;
}

.formbox{
    width: 270px;
    background: #fff;
    height: 46px;
    overflow: hidden;
    border-radius: 23px;
    margin: 0 auto 15px;
}

.icon1{
    width: 18px;
    height: 18px;
    margin:15px 20px;
    object-fit:scale-down;
}

.line{
    background: #cbcbcb;
    width: 1px;
    height: 18px;
    margin-top: 15px;
}
.input{
    width:200px;
    text-indent: 15px;
    height: 44px;
    border: none;
}
.half form{margin-top: 200px;width: 460px}
.title{
    text-align: center;
    margin-bottom: 25px;
    font-size: 18px;
    color: #ffd803;
}
.star{
    margin: 0 auto 15px;
    display: block;
    width: 104px
}
.sub{
    width: 230px;
    height: 46px;
    border: none;
    border-radius: 23px;
    background: #fed80b;
    color: #eb211d;
    margin: 0 auto 15px;
    display: block;
}

.forget{

    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.text-center{text-align: center}

.copyright{
    position: absolute;
    bottom: 170px;
    left: 28%;
}
