.breadcrumb {
    padding: 20px 0 0 0;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
}

.breadcrumb img {
    width: 18px;
    height: 16px;
    margin-right: 8px;
}

.breadcrumb span, .breadcrumb a {
    line-height: 18px;
    color: #999999;
}

.home:hover {
    color: #c80025;
    cursor: pointer;
}

.forgetPasswordEn {
    width: 64%;
    margin: 80px auto 140px;
}

#fpName {
    font-size: 28px;
    font-family: 思源黑体;
    font-weight: 700;
    text-align: left;
    color: #3b3b3b;
    padding-top: 20px;
}

#line {
    width: 100%;
    height: 2px;
    background: #f2f2f2;
    margin: 20px auto 30px;
}

/*#accountName{*/
/*	height: 27px;*/
/*	font-size: 24px;*/
/*	font-family: Arial, Arial-Regular;*/
/*	font-weight: 400;*/
/*	text-align: left;*/
/*	color: #3b3b3b;*/
/*	line-height: 15px;*/
/*	top: 154px;*/
/*	left: 18%;*/
/*}*/
#emailName, #codeName {
    font-size: 24px;
    /*font-family: Arial, Arial-Regular;*/
    font-family: 思源黑体;
    font-weight: 400;
    text-align: left;
    color: #3b3b3b;
    margin-top: 10px;
}

/*#accountInput{*/
/*	width: 100%;*/
/*	top: 191px;*/
/*	left: 18%;*/
/*}*/
#emailInput {
    width: 100%;
    margin: 20px auto 10px;
}

.input1 {
    width: 100%;
    height: 46px;
    background: #ffffff;
    border: 1px solid #707070;
    border-radius: 6px;
    font-size: 24px;
    /*font-family: Source Han Sans CN, Source Han Sans CN-Regular;*/
    font-family: 思源黑体;
    font-weight: 400;
    text-align: left;
    line-height: 15px;
    text-indent: 20px;
}

.registerEmailSpan {
    font-size: 20px;
    /*font-family: Microsoft YaHei, Microsoft YaHei-Regular;*/
    font-family: 思源黑体;
    font-weight: 400;
    margin: 10px auto;
}

.forgetinpbtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto 10px;
}

#codeInput {
    width: 74%;
}

.codeInput {
    width: 100%;
    height: 46px;
    background: #ffffff;
    border: 1px solid #707070;
    border-radius: 6px;
    font-size: 24px;
    /*font-family: Arial, Arial-Regular;*/
    font-family: 思源黑体;
    font-weight: 400;
    text-align: left;
    text-indent: 20px;
}

#code {
    width: 22%;
    height: 48px;
    line-height: 15px;
    background: #999999;
    border-radius: 6px;
    font-size: 24px;
    /*font-family: Arial, Arial-Regular;*/
    font-family: 思源黑体;
    text-align: center;
    font-weight: 400;
    color: #ffffff;
    border: none;
}

#code:hover {
    cursor: pointer;
    opacity: 0.9;
    background: #c80025;
}

.errorTip {
    width: 100%;
    display: flex;
    flex-flow: row;
    font-size: 20px;
    color: #c80025;
}

#tip {
    text-align: left;
    font-size: 20px;
    /*font-family: Arial, Arial-Regular;*/
    font-family: 思源黑体;
    font-weight: 400;
    color: #ffffff;
}

#informationTip {
    color: green;
    text-align: left;
    font-size: 20px;
    /*font-family: Arial, Arial-Regular;*/
    font-family: 思源黑体;
    font-weight: 400;
}

#submit {
    width: 100%;
    height: 48px;
    background: #c80025;
    border-radius: 6px;
    margin-top: 40px;
    font-size: 24px;
    /*font-family: Arial, Arial-Regular;*/
    font-family: 思源黑体;
    font-weight: 400;
    text-align: center;
    color: #f2f2f2;
    border: none;
}

#submit:hover {
    cursor: pointer;
    opacity: .8;
}


/*平板*/
@media screen and (max-width: 1024px) {

    .breadcrumb {
        font-size: 14px;
    }

    .breadcrumb img {
        width: 14px;
        height: 13px;
        margin-right: 4px;
    }

    .forgetPasswordEn {
        width: 84%;
        margin: 108px auto 110px;
    }

    #fpName {
        font-size: 24px;
    }

    #emailName, #codeName {
        font-size: 20px;
    }

    .registerEmailSpan，#tip，.errorTip {
        font-size: 18px;
    }

    #codeInput {
        width: 64%;
    }

    #code {
        width: 31%;
        line-height: 15px;
    }

    #submit {
        margin-top: 30px;
    }
}

@media screen and (max-width: 800px) {
    .breadcrumb {
        font-size: 10px;
    }

    .breadcrumb img {
        width: 10px;
        height: 9px;
        margin-right: 4px;
    }

    .forgetPasswordEn {
        margin: 60px auto;
    }

    #fpName {
        padding-top: 10px;
        font-size: 16px;
    }

    #line {
        margin: 0.23rem auto 0.24rem;
    }

    #emailName, #codeName, #code, #submit {
        font-size: 14px;
    }

    #emailInput, .forgetinpbtn {
        margin: 10px auto;
    }

    .input1, .codeInput {
        font-size: 14px;
        height: 36px;
        line-height: 36px;
        border-radius: 4px;
        text-indent: 10px;
    }

    .registerEmailSpan, #tip, .errorTip {
        font-size: 12px;
    }

    #codeInput {
        width: 3.18rem;
    }

    #code {
        width: 2.7rem;
        height: 36px;
        line-height: 36px;
        border-radius: 4px;
    }

    #submit {
        margin-top: 0.1rem;
        height: 36px;
        line-height: 36px;
        border-radius: 4px;
    }
}