.pwd {
    width: 100%;
    padding-top: 204px;
}
.pwd .wrap {
    width: 1200px;
    margin: auto;
    display: flex;
    padding-bottom: 38px;
}
.pwd .wrap .left h1 {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin-bottom: 41px;
}
.pwd .wrap .left .item {
    margin-bottom: 16px;
}
.pwd .wrap .left .item p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin-bottom: 9px;
}
.pwd .wrap .left .item input {
    width: 568px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 0 15px;
}
.pwd .wrap .left .buttons {
    margin-top: 21px;
    display: flex;
    justify-content: flex-end;
}
.pwd .wrap .left .buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 50px;
    background: #F5F5F5;
    border-radius: 3px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin-right: 12px;
}
.pwd .wrap .left .buttons button {
    display: block;
    width: 200px;
    height: 50px;
    background: #F7AB00;
    border-radius: 3px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}
.pwd .wrap .right {
    padding: 96px 0 0 165px;
}
.pwd .wrap .right h1 {
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin-bottom: 16px;
}
.pwd .wrap .right p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.pwd .wrap .left .item{
    width: 568px;
}
form .flex{
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 0 16px 0;
}
form .flex input{
    width: 39%;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 0 15px;
    margin: 0 10px 0 0;
}
form .flex .click{
    height: 50px;
    background: #F7AB00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    padding: 0 10px;
    cursor: pointer;
    min-width: 104px;
}
form .flex .click:disabled{
    background: #d7d7d7;
    cursor: not-allowed;
}
@media screen and (max-width: 2560px){
	
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	
}

@media screen and (max-width: 1792px){
	
}

@media screen and (max-width: 1680px){
	.pwd .wrap .left h1{
        font-size: 28px;
    }
    .pwd {
        padding-top: 180px;
    }
    .pwd .wrap .left h1 {
        margin-bottom: 30px;
    }
    .pwd .wrap .left .buttons a,
    .pwd .wrap .left .buttons button{
        width: 160px;
    }
    .pwd .wrap .left .item input,
    form .flex .click{
        height: 42px;
    }
}

@media screen and (max-width: 1600px){
	
}

@media screen and (max-width: 1440px){
	.pwd .wrap{
        width: 90%;
    }
}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	
}




@media screen and (max-width: 1024px){
    .pwd{
        padding-top: 80px;
    }
    .pwd .wrap{
        width: 100%;
        min-height: 70vh;
        padding-left: 30px;
        padding-right: 30px;
    }
    .pwd .wrap .right{
        padding-left: 60px;
    }
    .pwd .wrap .left .item{
        width: 100%;
    }
    .pwd .wrap .left{
        width: 50%;
    }
    .pwd .wrap .left form .flex input{
        width: 39%;
    }
    .pwd .wrap .left .item input{
        width: 100%;
    }
    .pwd .wrap .right h1 {
        font-size: 20px;
    }
    .pwd .wrap .right p {
        font-size: 14px;
    }
}


@media screen and (max-width: 820px){
    .pwd .wrap{
        display: flex;
        flex-direction: column;
        min-height: 82vh;
    }
    .pwd .wrap .left{
        width: 100%;
    }
    form .flex .click{
        flex: 1;
    }
    .pwd .wrap .right {
        padding-top: 40px;
        padding-left: 0;
    }
    .pwd .wrap .right h1{
        margin-bottom: 10px
    }

}


@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
	.pwd .wrap .left h1 {
        font-size: 24px;
    }
    .pwd .wrap .left .item p {
        font-size: 14px;
    }
    .pwd .wrap .left .item input {
        padding: 0 10px;
        font-size: 14px;
    }
    .pwd .wrap .left .buttons a, .pwd .wrap .left .buttons button {
        width: 120px;
        height: 40px;
        font-size: 14px;
    }
    .pwd .wrap {
        min-height: 74vh;
        padding-left: 20px;
        padding-right: 20px;
    }
    .pwd .wrap .left form .flex input:first-child{
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
    form .flex{
        flex-wrap: wrap;
    }
    .pwd .wrap .left form .flex input {
        width: 70%;
    }
    form .flex .click{
        min-width: 90px;
    }

}


@media screen and (max-width: 414px){
	.pwd .wrap .left form .flex input {
        width: 60%;
    }
}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}




 