* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "微软雅黑";
    color: #333;
    font-size: 16px;
    width: 100%;
    height: 100%;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

.main {
    width: 90%;
    margin: 0 auto;
    padding: 1px;
}

.content {
    width: 100%;
    background: url("../images/login_bg.png") no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 180px 0 250px;
}

.tjBox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo img {
    width: 539px;
    height: 226px;
    margin-left: 22px;
}

.tits img {
    width: 250px;
    height: 34px;
    margin-bottom: 20px;
}

.nums {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 14px 0;
}

.pl_30 {
    padding-left: 30px;
}

.numbers {
    width: 50px;
    height: 76px;
    text-align: center;
    line-height: 82px;
    background: url('../images/nums.png') no-repeat;
    background-size: 100% 100%;
    margin: 0 5px;
}

.numbers p {
    font-size: 54px;
    color: #fff;
    font-family: Impact;
}

.cooperation {
    display: block;
    width: 320px;
    height: 167px;
    margin-top: 40px;
}

.loginBox {
    width: 570px;
    height: 640px;
    background: #fff;
    box-shadow: 0 0 20px 4px #615dd4;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 40px 30px;
}

form {
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    -webkit-touch-callout: none;
    user-select: none;
}

form p {
    color: #777;
    font-size: 15px;
    text-align: center;
}

.input_group {
    width: 100%;
    height: 80px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    background: #ececec;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0 30px;
    margin: 50px 0;
}

.input_group .user {
    display: block;
    width: 22px;
    height: 32px;
    line-height: 40px;
    background: url('../images/tel.png') no-repeat;
    background-size: 100% 100%;
}

.input_group .pwd {
    display: block;
    width: 26px;
    height: 32px;
    line-height: 40px;
    background: url('../images/yzm.png') no-repeat;
    background-size: 100% 100%;
}

.input_group .uName {
    display: block;
    width: 31px;
    height: 33px;
    line-height: 40px;
    background: url('../images/user.png') no-repeat;
    background-size: 100% 100%;
}

.input_group .pwsd {
    display: block;
    width: 31px;
    height: 32px;
    line-height: 40px;
    background: url('../images/pwd.png') no-repeat;
    background-size: 100% 100%;
}

.input_group input {
    flex: 1;
    border: none;
    text-indent: 10px;
    outline: none;
    font-size: 18px;
    background: #ececec;
}

/* .input_group input::-webkit-input-placeholder{
    color: #146dfa;
}
.input_group input::-moz-placeholder{ 
    color: #146dfa;        
}
.input_group input:-moz-placeholder{ 
    color: #146dfa;        
} */
.code {
    display: block;
    width: 130px;
    height: 46px;
    line-height: 46px;
    background: #6255fc;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 30px;
    border: none;
    outline: none;
}

input[type='checkbox'] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    opacity: 0;
}

.input_style {
    display: inline-block;
    content: '';
    background: url('../images/unchecked.png') no-repeat;
    width: 22px;
    height: 22px;
}

.checkbox_bg {
    background: url('../images/checked.png') no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
}

.select {
    margin: 20px 0;
    font-size: 18px;
    color: #777;
}

.form-actions {
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    margin: 30px auto 0px;
    background: #6255fc;
    color: #fff;
    font-size: 26px;
    text-align: center;
    border-radius: 10px;
    border: none;
    outline: none;
}

.tel img {
    display: block;
    width: 564px;
    height: 68px;
    margin-top: 40px;
}

.titBox {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 80%;
    margin: 20px auto;
    font-size: 20px;
    height: 60px;
    border-radius: 24px;
    border: 2px solid #6255fc;
}

.tabTit {
    color: #6255fc;
    border-radius: 24px;
    flex: 1;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.selected {
    color: #fff;
    background: #6255fc;
}

.hide {
    display: none;
}

.remember {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    width: 86%;
    margin: 0 auto;
}