.center
{
    width: 1200px;
    height: auto !important;
    margin: 40px auto;
    border: 1px solid #ddd;
    padding: 50px 60px;
    padding-top: 0;
    box-sizing: border-box;
}

.center > div
{
    height: 60px;
    width: 1080px !important;
    border-bottom: 4px solid #447FF6;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    line-height: 60px;
    font-size: 17px;
}

.center > div > p
{
    background-color: #447FF6;
    width: 180px;
    text-align: center;
    color: #fff;
    height: 60px;
}

.center > div > span
{
    color: #A0A0A0;
}

.center > div > span > a
{
    color: #447ff6;
    cursor: pointer;
}

.center > table
{
    margin: 50px 0;
    font-size: 17px;
    padding-left: 30px;
    margin-bottom: 0;
}

.center tr
{
    height: 90px; /* background-color: seagreen; */
    line-height: 90px;
}

.center tr > td
{
    position: relative;
}

.center tr > td:last-child
{
    color: #A0A0A0;
}

.yanzheng
{
    position: absolute;
    left: 310px;
    line-height: 60px;
    color: #447FF6;
    font-size: 17px;
    cursor: pointer;
    top: 18px;
}

.center tr > td > input::-webkit-input-placeholder
{
    font-size: 17px;
}

.center tr > td > input[type="text"], .center tr > td > input[type="password"]
{
    height: 58px;
    border: 1px solid #ddd;
    border-radius: 30px;
    width: 450px;
    padding: 0 40px;
    box-sizing: border-box;
}

.center tr > td > div > div
{
    height: 30px;
    width: 90px;
    border: 1px solid #ddd;
    padding: 10px 10px;
    box-sizing: border-box;
}

.center tr > td > a
{
    color: #447FF6;
}

.safe
{
    height: 90px;
    line-height: 40px;
    font-size: 16px;
    color: #666666;
}

.safe > span
{
    display: inline-block;
    width: 90px;
    text-align: center;
    margin-left: 0;
}

.safe > span:first-child
{
    margin-left: 30px;
}

.safe > div
{
    width: 270px;
    display: flex;
    line-height: 90px;
    justify-content: space-between;
}

.safe > div > div:first-child
{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-right: none;
}

.safe > div > div:last-child
{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-left: none;
}

.safe > div > div > i
{
    display: block;
    background-color: #EEEEEE;
    width: 68px;
    height: 10px;
}

#check {
            width: 20px ;
            height: 20px;
            background-color: #fff;
            -webkit-appearance: none;
            border: 1px solid #999;
            box-sizing: border-box;
            margin-left: 20px;
            margin-right: 5px;
            vertical-align: middle;
            cursor:pointer;
        }

        #check:checked {
            background-color: #447FF6;
            /*background-image: url(img/ΆΤΊΕ.png);*/
            background-repeat: no-repeat;
            background-position: center center;
        }


.center tr > td > button
{
    background-color: #447FF6;
    color: #fff;
    width: 450px;
    height: 60px;
    border: none;
    border-radius: 30px;
    font-size: 17px;
    cursor: pointer;
    line-height: 60px;
}
#loadImg img{
               display:block;
             animation: mymove 1s infinite linear;
             vertical-align: middle;
             width:100%;
              }
#loadImg {
    width: 40px;
    position: relative;
    top: 0%;
    left: 0;
    right: 0;
    z-index: 10;
    margin: 0 auto;
}

@keyframes mymove 
{
    
	0%{transform:rotate(0deg);}
	
    100%{transform:rotate(360deg);}
}
