ul {
    padding: 0px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

button {
    cursor: pointer;
    outline: none;
}

input {
    outline: none;
}

.mt1200 {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

dl {
    display: inline;
}

.dk {
    display: block;
}

.dlk {
    display: inline-block;
}

.dn {
    display: none;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}


/* other */

.public_title .title {
    height: 58px;
    line-height: 58px;
    font-family: SourceHanSansSC;
    font-size: 50px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
    margin: 0;
    margin-top: 70px;
}

.public_title .subtitle {
    height: 26px;
    line-height: 26px;
    font-family: SourceHanSansSC;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
    margin: 10px;
}

.public_form {
    width: 500px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 30%;
    border-radius: 10px;
    background-color: #fff;
}

.public_form .title {}

.public_form .title::after {
    content: '';
    display: block;
    overflow: hidden;
    clear: both;
}

.public_form .item {
    width: 260px;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    position: relative;
    margin: 20px auto;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
}

.public_form .item label {
    width: 5%;
    display: inline-block;
}

.public_form .item input {
    width: 93%;
    height: 38px;
    line-height: 3px;
    padding: 10px;
    box-sizing: border-box;
    border: none;
    float: right;
}


/* .public_form .item:nth-child(4) input {
    width: 55%;
    float: none;
} */

.public_form .item button {
    width: 100px;
    height: 38px;
    background-color: #f1f1f1;
    border: none;
    border: 1px solid #999999;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
}

.public_form .submit {
    width: 200px;
    height: 36px;
    background-color: #7e72b2;
    color: #fff;
    margin-top: 50px;
    border: none;
    border: 1px solid #fff;
    border-radius: 30px;
}

.public_form .submit:hover {
    background-color: #544984;
}

.public_form1 {
    /* width: 500px; */
    text-align: center;
    /* position: fixed; */
    /* top: 45%; */
}

.public_form .title {}

.public_form1 .title::after {
    content: '';
    display: block;
    overflow: hidden;
    clear: both;
}

.public_form1 .item {
    width: 315px;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    position: relative;
    margin: 25px auto;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
}

.public_form1 .item label {
    width: 5%;
    display: inline-block;
}

.public_form1 .item input {
    width: 93%;
    height: 38px;
    line-height: 3px;
    padding: 10px;
    box-sizing: border-box;
    border: none;
    float: right;
}

.public_form1 .item button {
    width: 100px;
    height: 38px;
    background-color: #f1f1f1;
    border: none;
    border: 1px solid #999999;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
}

.public_form1 .submit {
    width: 160px;
    height: 38px;
    background-color: #7e72b2;
    color: #fff;
    margin-top: 0;
    border: none;
    border: 1px solid #fff;
    border-radius: 30px;
}

.public_form1 .submit:hover {
    background-color: #544984;
}

@media only screen and (min-width: 300px) and (max-width: 1200px) {
    .mt1200 {
        width: auto;
    }
    .public_title::after {
        content: '';
        height: 10px;
        display: block;
        overflow: hidden;
        clear: both;
    }
    .public_title .title,
    .public_title .subtitle {
        width: auto;
        height: auto;
    }
    .public_title .title {
        font-size: 28px;
        margin-top: 0px;
    }
    .public_title .subtitle {
        font-size: 14px;
        margin: 20px 0px;
    }
    .public_form {
        position: static;
        width: auto;
        height: auto;
        margin-left: 15px;
        margin-right: 15px;
		padding: 8px;
    }
	.login-title h1{
		margin:0;
		padding: 0;
	}
}