body{
    background: #fafafa;
}
.forgetPwd{
    width: 1000px;
    margin: 80px auto;
    position: relative;
}
.forgetPwd .forgetPwdlogo{
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.forgetPwd .forgetPwdlogo>div:nth-child(1){
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
}
.forgetPwd .forgetPwdlogo>div:nth-child(1) img{
    height: 26px;
}
.forgetPwd .forgetPwdlogo>div:nth-child(2){
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}
.forgetPwd .forgetPwdlogo>div:nth-child(2) a{
    color: #FE7E38;
}
.forgetPwd .forgetPwdcon{
    background-color: #fff;
    height: auto;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 50px;
}
.forgetPwd .forgetPwdcon .forgetPwdtitle{
    width: 100%;
    height: 50px;
    /* background: #0061AE; */
    font-size: 24px;
    font-family: MicrosoftYaHeiSemibold;
    font-weight: 400;
    color: #0061AE;
    line-height: 50px;
    text-align: center;
    padding-top: 30px;
}
.forgetPwd .forgetPwdcon .forgetPwdfrom{
    margin: 30px auto;
    width: 400px;
}
.forgetPwd .forgetPwdcon .forgetPwdfrom>div{
    margin-bottom: 30px;
}
.forgetPwd .forgetPwdcon .forgetPwdfrom>p{
    margin-bottom: 30px;
}
.forgetPwd .forgetPwdcon .forgetPwdfrom .th{
    margin-bottom: 30px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    text-align: center;
    margin-bottom: 30px;
}
.forgetPwd .forgetPwdcon .forgetPwdfrom input{
    background: #F4F4F4;
    border: 1px solid #E6E6E6;
    height: 48px;
    padding: 0 16px;
    box-sizing: border-box;
}
.forgetPwd .forgetPwdcon .forgetPwdfrom p input{
    background: #F4F4F4;
    border: 1px solid #E6E6E6;
    height: 48px;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
}
.forgetPwd .forgetPwdcon .forgetPwdfrom .phone{
    display: flex;
    justify-content: space-between;
}
.forgetPwd .forgetPwdcon .forgetPwdfrom .phone .qianzhui{
    width: 20%;
    background: #F4F4F4;
    border: 1px solid #E6E6E6;
    height: 48px;
    padding: 0 16px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #666666;
    line-height: 48px;
}
.forgetPwd .forgetPwdcon .forgetPwdfrom .phone .qianzhui i{
    width: 6px;
    height: 11px;
    display: inline-block;
    background: url(../images/shirightjian.png) center no-repeat;
    background-size: 100% 100%;
    transform: rotate(90deg);
    margin-left: 10px;
}
.forgetPwd .forgetPwdcon .forgetPwdfrom .phone input{
    background: #F4F4F4;
    border: 1px solid #E6E6E6;
    height: 48px;
    width: 80%;
    padding: 0 16px;
    box-sizing: border-box;
}
.forgetPwd .forgetPwdcon .forgetPwdfrom .code{
    display: flex;
    justify-content: space-between;
}
.forgetPwd .forgetPwdcon .forgetPwdfrom .code input{
    background: #F4F4F4;
    border: 1px solid #E6E6E6;
    height: 48px;
    width: 67%;
    padding: 0 16px;
    box-sizing: border-box;
}
.forgetPwd .forgetPwdcon .forgetPwdfrom .code .phonebtn{
    width: 120px;
    height: 48px;
    background: #0061AE;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
}
.forgetPwd .forgetPwdcon .forgetPwdfrom .nextbtn{
    width: 100%;
    height: 48px;
    background: #0061AE;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    margin-top: 40px;
    display: block;
}
.forgetPwd .forgetPwdcon .forgetPwdfrom .nextnextbtn{
    width: 100%;
    height: 48px;
    background: #0061AE;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    margin-top: 40px;
    display: block;
}
.forgetPwd .forgetPwdcon .forgetPwdfrom .gologin{
    width: 100%;
    height: 48px;
    background: #0061AE;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    margin-top: 40px;
    display: block;
}

.forgetPwd .forgetPwdcon .forgetPwdfrom .yestxt{
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    margin-bottom: 80px;
}
.shezhimima,.chenggong{
    display: none;
}


@media screen and (max-width: 1024px){
    body{
        background: #fafafa;
    }
    .forgetPwd{
        width: 60%;
        margin: 80px auto;
        position: relative;
    }
    .forgetPwd .forgetPwdlogo{
       display: flex;
       justify-content: space-between;
       align-items: center;
    }
    .forgetPwd .forgetPwdlogo>div:nth-child(1){
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        line-height: 25px;
        display: none;
    }
    .forgetPwd .forgetPwdlogo>div:nth-child(1) img{
        height: 26px;
    }
    .forgetPwd .forgetPwdlogo>div:nth-child(2){
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        line-height: 26px;
    }
    .forgetPwd .forgetPwdlogo>div:nth-child(2) a{
        color: #FE7E38;
    }
    .forgetPwd .forgetPwdcon{
        background-color: #fff;
        height: auto;
        width: 100%;
        margin-top: 30px;
        padding-bottom: 50px;
    }
    .forgetPwd .forgetPwdcon .forgetPwdtitle{
        width: 100%;
        height: 50px;
        /* background: #0061AE; */
        font-size: 20px;
        font-family: MicrosoftYaHeiSemibold;
        font-weight: 400;
        color: #0061AE;
        line-height: 50px;
        text-align: center;
    }
    .forgetPwd .forgetPwdcon .forgetPwdfrom{
        margin: 60px auto;
        width: 90%;
    }
    .forgetPwd .forgetPwdcon .forgetPwdfrom>div{
        margin-bottom: 30px;
    }
    .forgetPwd .forgetPwdcon .forgetPwdfrom>p{
        margin-bottom: 30px;
    }
    .forgetPwd .forgetPwdcon .forgetPwdfrom .th{
        margin-bottom: 30px;
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        line-height: 26px;
        text-align: center;
        margin-bottom: 30px;
    }
    .forgetPwd .forgetPwdcon .forgetPwdfrom input{
        background: #F4F4F4;
        border: 1px solid #E6E6E6;
        height: 48px;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .forgetPwd .forgetPwdcon .forgetPwdfrom p input{
        background: #F4F4F4;
        border: 1px solid #E6E6E6;
        height: 48px;
        width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .forgetPwd .forgetPwdcon .forgetPwdfrom .phone{
        display: flex;
        justify-content: space-between;
    }
    .forgetPwd .forgetPwdcon .forgetPwdfrom .phone .qianzhui{
        width: 20%;
        background: #F4F4F4;
        border: 1px solid #E6E6E6;
        height: 48px;
        padding: 0 16px;
        box-sizing: border-box;
        font-size: 14px;
        font-family: Arial;
        font-weight: 400;
        color: #666666;
        line-height: 48px;
    }
    .forgetPwd .forgetPwdcon .forgetPwdfrom .phone .qianzhui i{
        width: 6px;
        height: 11px;
        display: inline-block;
        background: url(../images/shirightjian.png) center no-repeat;
        background-size: 100% 100%;
        transform: rotate(90deg);
        margin-left: 10px;
        display: none;
    }
    .forgetPwd .forgetPwdcon .forgetPwdfrom .phone input{
        background: #F4F4F4;
        border: 1px solid #E6E6E6;
        height: 48px;
        width: 80%;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .forgetPwd .forgetPwdcon .forgetPwdfrom .code{
        display: flex;
        justify-content: space-between;
    }
    .forgetPwd .forgetPwdcon .forgetPwdfrom .code input{
        background: #F4F4F4;
        border: 1px solid #E6E6E6;
        height: 48px;
        width: 67%;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .forgetPwd .forgetPwdcon .forgetPwdfrom .code .phonebtn{
        width: 30%;
        height: 48px;
        background: #0061AE;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 48px;
        text-align: center;
    }
    .forgetPwd .forgetPwdcon .forgetPwdfrom .nextbtn{
        width: 100%;
        height: 48px;
        background: #0061AE;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 48px;
        text-align: center;
        margin-top: 40px;
        display: block;
    }
    .forgetPwd .forgetPwdcon .forgetPwdfrom .nextnextbtn{
        width: 100%;
        height: 48px;
        background: #0061AE;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 48px;
        text-align: center;
        margin-top: 40px;
        display: block;
    }
    .forgetPwd .forgetPwdcon .forgetPwdfrom .gologin{
        width: 100%;
        height: 48px;
        background: #0061AE;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 48px;
        text-align: center;
        margin-top: 40px;
        display: block;
    }
    
    .forgetPwd .forgetPwdcon .forgetPwdfrom .yestxt{
        text-align: center;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        line-height: 26px;
        margin-bottom: 80px;
    }
    .shezhimima,.chenggong{
        display: none;
    }
}

@media screen and (max-width: 767px){
    body{
        background: #fafafa;
    }
    .forgetPwd{
        width: 90%;
        margin: 80px auto;
        position: relative;
    }
    .forgetPwd .forgetPwdlogo{
       display: flex;
       justify-content: space-between;
       align-items: center;
    }
    .forgetPwd .forgetPwdlogo>div:nth-child(1){
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        line-height: 25px;
        display: none;
    }
    .forgetPwd .forgetPwdlogo>div:nth-child(1) img{
        height: 26px;
    }
    .forgetPwd .forgetPwdlogo>div:nth-child(2){
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        line-height: 26px;
    }
    .forgetPwd .forgetPwdlogo>div:nth-child(2) a{
        color: #FE7E38;
    }
    .forgetPwd .forgetPwdcon{
        background-color: #fff;
        height: auto;
        width: 100%;
        margin-top: 30px;
        padding-bottom: 50px;
    }
    .forgetPwd .forgetPwdcon .forgetPwdtitle{
        width: 100%;
        height: 50px;
        /* background: #0061AE; */
        font-size: 20px;
        font-family: MicrosoftYaHeiSemibold;
        font-weight: 400;
        color: #0061AE;
        line-height: 50px;
        text-align: center;
    }
    .forgetPwd .forgetPwdcon .forgetPwdfrom{
        margin: 60px auto;
        width: 90%;
    }
    .forgetPwd .forgetPwdcon .forgetPwdfrom>div{
        margin-bottom: 30px;
    }
    .forgetPwd .forgetPwdcon .forgetPwdfrom>p{
        margin-bottom: 30px;
    }
    .forgetPwd .forgetPwdcon .forgetPwdfrom .th{
        margin-bottom: 30px;
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        line-height: 26px;
        text-align: center;
        margin-bottom: 30px;
    }
    .forgetPwd .forgetPwdcon .forgetPwdfrom input{
        background: #F4F4F4;
        border: 1px solid #E6E6E6;
        height: 48px;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .forgetPwd .forgetPwdcon .forgetPwdfrom p input{
        background: #F4F4F4;
        border: 1px solid #E6E6E6;
        height: 48px;
        width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .forgetPwd .forgetPwdcon .forgetPwdfrom .phone{
        display: flex;
        justify-content: space-between;
    }
    .forgetPwd .forgetPwdcon .forgetPwdfrom .phone .qianzhui{
        width: 20%;
        background: #F4F4F4;
        border: 1px solid #E6E6E6;
        height: 48px;
        padding: 0 16px;
        box-sizing: border-box;
        font-size: 14px;
        font-family: Arial;
        font-weight: 400;
        color: #666666;
        line-height: 48px;
    }
    .forgetPwd .forgetPwdcon .forgetPwdfrom .phone .qianzhui i{
        width: 6px;
        height: 11px;
        display: inline-block;
        background: url(../images/shirightjian.png) center no-repeat;
        background-size: 100% 100%;
        transform: rotate(90deg);
        margin-left: 10px;
        display: none;
    }
    .forgetPwd .forgetPwdcon .forgetPwdfrom .phone input{
        background: #F4F4F4;
        border: 1px solid #E6E6E6;
        height: 48px;
        width: 80%;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .forgetPwd .forgetPwdcon .forgetPwdfrom .code{
        display: flex;
        justify-content: space-between;
    }
    .forgetPwd .forgetPwdcon .forgetPwdfrom .code input{
        background: #F4F4F4;
        border: 1px solid #E6E6E6;
        height: 48px;
        width: 67%;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .forgetPwd .forgetPwdcon .forgetPwdfrom .code .phonebtn{
        width: 30%;
        height: 48px;
        background: #0061AE;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 48px;
        text-align: center;
    }
    .forgetPwd .forgetPwdcon .forgetPwdfrom .nextbtn{
        width: 100%;
        height: 48px;
        background: #0061AE;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 48px;
        text-align: center;
        margin-top: 40px;
        display: block;
    }
    .forgetPwd .forgetPwdcon .forgetPwdfrom .nextnextbtn{
        width: 100%;
        height: 48px;
        background: #0061AE;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 48px;
        text-align: center;
        margin-top: 40px;
        display: block;
    }
    .forgetPwd .forgetPwdcon .forgetPwdfrom .gologin{
        width: 100%;
        height: 48px;
        background: #0061AE;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 48px;
        text-align: center;
        margin-top: 40px;
        display: block;
    }
    
    .forgetPwd .forgetPwdcon .forgetPwdfrom .yestxt{
        text-align: center;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        line-height: 26px;
        margin-bottom: 80px;
    }
    .shezhimima,.chenggong{
        display: none;
    }
}