*{
    font-family: '微软雅黑';
}
body{
    background: #fff !important;
    color: #333 !important;
}
p{
    margin-bottom: 0 !important;
}
.required{
    color: #d61800;
    vertical-align: sub;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
.clearfix{
    background: #e5e5e5;
    margin-bottom: 30px;
}
@media screen and (min-width:768px) {
    .header {
        height: 60px;
        line-height: 60px;
        border-bottom: 1px solid #d61800;
        background: #fff;
        margin-bottom: 50px;
    }

    .header .headImg {
        width: 45% !important;
        margin: 10px 0 10px 0;
    }

    .header .personMess p {
        display: flex;
        float: right;
        color: #333;
    }

    .header .personMess p span:nth-child(2) {
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-right: 12px;
        width: 65px;
    }

    .header .personMess p span:nth-child(2) > a {
        color: #333;
    }

    .header .personMess p span > a {
        text-decoration: none;
    }

    .header .personMess p span > a:hover {
        color: #0056b3;
    }

    .bk {
        background-image: url("../images/bk.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        min-height: 730px;
        padding-top: 110px;
        padding-bottom: 100px;
    }

    .bk .loginDiv {
        width: 450px;
        height: auto;
        margin: 0 auto;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0px 0px 19px 0px rgb(174 50 47 / 30%);
        padding-bottom: 15px;
    }

    .loginDiv .title {
        color: #333;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        margin: 0 auto;
        height: 70px;
        line-height: 70px;
    }

    .loginDiv .contant {
        padding: 0 20px;
    }

    .loginDiv .contant .part {
        height: 47px;
        line-height: 47px;
        display: flex;
        font-size: 15px;
        margin-bottom: 20px;
    }

    .loginDiv .contant .part .mess {
        color: #666;
        width: 20%;
    }

    .loginDiv .contant .part input {
        width: 80%;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 0 35px;
    }

    .loginDiv .contant .part input {
        background-position: 10px center;
        background-size: 18px;
        background-repeat: no-repeat;
        outline: none;
    }

    .loginDiv .contant .part .userInput {
        background-image: url("../images/icon_user.png");
    }

    .loginDiv .contant .part .cardInput {
        background-image: url("../images/icon_card.png");
    }

    .loginDiv .contant .part .phoneInput {
        background-image: url("../images/icon_phone.png");
    }

    .loginDiv .contant .part .verifiy {
        width: 50%;
        background-image: url("../images/icon_ver.png");
    }

    .loginDiv .contant .part .send_verBtn {
        width: 30%;
        height: 47px;
        border: 1px solid #d61800;
        border-radius: 4px;
        cursor: pointer;
        line-height: 47px;
        text-align: center;
        margin-left: 15px;
    }

    .loginDiv .loginpartDiv{
        margin-bottom: 5px !important;
    }
    .loginDiv .loginBtn{
        display: block;
        border: 1px solid;
        width: 200px;
        height: 47px;
        line-height: 47px;
        border-radius: 4px;
        text-align: center;
        background: #d61800;
        color: #fff;
        margin: auto;
        font-weight: 600;
        font-size: 16px;
    }

    .layui-layer-title {
        font-size: 16px !important;
        font-weight: 500 !important;
    }
    .send_codeDiv {
        display: flex;
        padding: 0 20px;
        margin: 40px 0;
    }

    .send_codeDiv input {
        height: 47px;
        line-height: 47px;
        margin-right: 20px;
        box-shadow: none !important;
    }

    .send_code .btnDiv {
        text-align: center;
    }

    .send_code .btnDiv span {
        display: inline-block;
        height: 38px;
        line-height: 38px;
        padding: 0 18px;
        background-color: #d61800;
        color: #fff;
        white-space: nowrap;
        text-align: center;
        font-size: 14px;
        border: none;
        border-radius: 2px;
        cursor: pointer;
    }
    .rowStyle{
        margin-bottom: 20px;
    }
    .stulist{
        margin-top: 30px;
    }
    .stuDiv{
        box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 9%);
        border-radius: 11px;
        background: #fff;
        width: 725px;
        margin: auto;
        margin-bottom: 35px;
    }

    .stuDiv .titDiv{
        background: linear-gradient(to right, #FFF, #f6cec9);
        border-radius: 10px 10px 0 0;
        height: 60px;
        line-height: 22px;
        padding: 0 15px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .titDiv p:first-child{
        color: #333;
        font-size: 16px;
        float: left;
        font-weight: bolder;
    }
    .titDiv p:last-child{
        color: #666666;
        font-size: 14px;
        float: right;
    }
    .contentDiv{
        height: 50px;
        line-height: 50px;
        padding: 0 15px;
        display: flex;
        justify-content: space-between;
    }
    .contentDiv p:first-child{
        color: #333;
        font-size: 14px;
        width: 15%;
    }
    .contentDiv p:last-child{
        color: #666666;
        font-size: 14px;
        max-width: 85%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .contentBtn{
        height: 60px;
        line-height: 40px;
    }
    .contentBtn button{
        width: 50%;
        border-radius: 8px;
        font-size: 14px;
        display: block;
        text-align: center;
        cursor: pointer;
        color: #0074fe;
        font-weight: 600;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.09);
        background: #fff;
        transition: transform .5s linear;
        margin: auto;
        border: 1px solid #e2e2e2;
    }

}

@media screen and (max-width:768px) {
    body{
        min-width: 350px;
    }
    .header{
        height: 60px;
        line-height: 60px;
        border-bottom: 1px solid #d61800;
        min-width: 340px;
        margin-bottom: 20px;
    }
    .header .headImg {
        width: 120% !important;
    }
    .header .personMess p{
        display: flex;
        float: right;
        color: #333;
        font-size: 12px;
    }
    .header .personMess p span:nth-child(2) {
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 55px;
    }
    .header .personMess p span:nth-child(2)>a{
        color: #333;
    }
    .header .personMess p span>a{
        text-decoration: none;
    }
    .header .personMess p span>a:hover{
        color: #0056b3;
    }

    .bk{
        padding-top: 110px;
        background: linear-gradient(to bottom, #fce8ec, #fff,#fff);
        min-width: 340px;
    }
    .bk .loginDiv{
        width: 90%;
        height: auto;
        margin: 0 auto;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0px 0px 19px 0px rgb(174 50 47 / 30%);
        padding-bottom: 15px;
    }
    .loginDiv .title{
        color: #333;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        margin: 0 auto;
        height: 70px;
        line-height: 70px;
    }
    .loginDiv .contant{
        padding: 0 20px;
    }
    .loginDiv .contant .part{
        height: 40px;
        line-height: 40px;
        display: flex;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .loginDiv .contant .part .mess{
        color: #666;
        width: 30%;
    }
    .loginDiv .contant .part input{
        width: 80%;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 0 35px;
    }
    .loginDiv .contant .part input{
        background-position: 10px center;
        background-size: 18px;
        background-repeat: no-repeat;
        outline: none;
    }
    .loginDiv .contant .part .userInput{
        background-image: url("../images/icon_user.png");
    }
    .loginDiv .contant .part .cardInput{
        background-image: url("../images/icon_card.png");
    }
    .loginDiv .contant .part .phoneInput{
        background-image: url("../images/icon_phone.png");
    }
    .loginDiv .contant .part .verifiy{
        width: 45%;
        background-image: url("../images/icon_ver.png");
    }
    .loginDiv .contant .part .send_verBtn{
        width: 35%;
        height: 40px;
        border: 1px solid #f19e6a;
        border-radius: 4px;
        cursor: pointer;
        line-height: 40px;
        text-align: center;
        margin-left: 5px;
    }
    .loginDiv .loginpartDiv{
        margin-bottom: 5px !important;
    }
    .loginDiv .loginBtn{
        display: block;
        border: 1px solid;
        width: 70%;
        height: 40px;
        line-height: 40px;
        border-radius: 4px;
        text-align: center;
        background: #d61800;
        color: #fff;
        margin: auto;
        font-weight: 600;
        font-size: 14px;
    }
    .layui-layer-title{
        font-size: 16px !important;
        font-weight: 500 !important;
    }
    .send_codeDiv{
        display: flex;
        padding: 0 20px;
        margin: 40px 0;
    }
    .send_codeDiv input{
        height: 47px;
        line-height: 47px;
        margin-right: 20px;
    }
    .send_code .btnDiv{
        text-align: center;
    }
    .send_code .btnDiv span{
        display: inline-block;
        height: 38px;
        line-height: 38px;
        padding: 0 18px;
        background-color: #d61800;
        color: #fff;
        white-space: nowrap;
        text-align: center;
        font-size: 14px;
        border: none;
        border-radius: 2px;
        cursor: pointer;
    }
    .stuDiv{
        box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 9%);
        border-radius: 11px;
        background: #fff;
        width: 93% !important;
        margin: auto;
        margin-bottom: 30px;
    }
    .stulist{
        margin-top: 30px;
    }
    .stuDiv .titDiv{
        background: linear-gradient(to right, #FFF, #f6cec9);
        border-radius: 10px 10px 0 0;
        height: 60px;
        line-height: 22px;
        padding: 0 15px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .titDiv p:first-child{
        color: #333;
        font-size: 14px;
        float: left;
        font-weight: bolder;
    }
    .titDiv p:last-child{
        color: #666666;
        font-size: 14px;
        float: right;
    }
    .contentDiv{
        height: 60px;
        line-height: 27px;
        padding: 0 15px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .contentDiv p:first-child{
        color: #333;
        font-size: 14px;
        width: 25%;
    }
    .contentDiv p:last-child{
        color: #666666;
        font-size: 14px;
        max-width: 75%;
        /*overflow: hidden;*/
        /*white-space: nowrap;*/
        /*text-overflow: ellipsis;*/
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .contentBtn{
        height: 60px;
        line-height: 40px;
    }
    .contentBtn button{
        width: 90%;
        border-radius: 8px;
        font-size: 14px;
        display: block;
        text-align: center;
        cursor: pointer;
        color: #0074fe;
        font-weight: 600;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.09);
        background: #fff;
        transition: transform .5s linear;
        margin: auto;
        border: 1px solid #e2e2e2;
    }
    button{
        margin-top: -15px;
    }
}


/*.contentBtn button:hover{*/
/*    background:#f6cec9;*/
/*    transform: scale(1.05);*/
/*}*/