.myBK1{
    background-color: #fffffe;
}
.myBK2{
    background-color:#90b4ce ;
}
.myBK3{
    background-color:#3da9fc ;
}

.myheadline{
    color: #094067;
}
.myparagraph{
    color: #5f6c7b;
}
.mywhite{
    color: #fffffe;
}

.mybox{
    width: 96%;
    height:18rem;
    position: relative;
    margin-right: 3rem;

    display: flex;
    flex-direction: column;
    align-items: center;

    background-color: #fffffe;

}
.mybox::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-left: 2px solid #02a6b5;
    border-top: 2px solid #02a6b5;
    content: "";

}
.mybox::after{
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-right: 2px solid #02a6b5;
    border-top: 2px solid #02a6b5;
    content: "";

}
.mybox_footer {
    position: absolute;
    bottom: 10px;
    width: 100%;

    background-color: #fffffe;
}
.mybox_footer::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-left: 2px solid #02a6b5;
    border-bottom: 2px solid #02a6b5;
    content: "";
}
.mybox_footer::after{
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-right: 2px solid #02a6b5;
    border-bottom: 2px solid #02a6b5;
    content: "";

}


.mybox_title{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    min-height: 2rem;

    border-bottom: 1px solid #02a6b5;


}
.mybox_boby{
    width: 100%;
    min-height: 1rem;
    padding-top: 10px;
}


/* 新的样式 */


.mybox1{
    width: 100%;
    height:18rem;
    position: relative;
    margin-right: 3rem;

    display: flex;
    flex-direction: column;
    align-items: center;

    background-color: #fffffe;

}
.mybox1::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-left: 2px solid #0d0d0e;

    content: "";

}
.mybox1::after{
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;

    border-top: 2px solid #0d0d0e;
    content: "";

}
.mybox1_footer {
    position: absolute;
    bottom: 10px;
    width: 100%;

    background-color: #fffffe;
}
.mybox1_footer::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;

    border-bottom: 2px solid #0d0d0e;
    content: "";
}
.mybox1_footer::after{
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-right: 2px solid #0d0d0e;

    content: "";

}


.mybox1_title{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    min-height: 2rem;

    border-bottom: 1px solid #0d0d0e;


}
.mybox1_boby{
    width: 100%;
    min-height: 1rem;
    padding-top: 10px;
}


.mybox2{
    width: 100%;
    height: 400px;

}

.mybox2-heard{
    width: 100%;
    height: 100px;
}
.mybox2-body{
    width: 100%;
    height: 300px;
}


/* 登录页面  新样式 */
.mybox3{
    width: 96%;
    height:18rem;
    position: relative;
    margin-right: 3rem;

    display: flex;
    flex-direction: column;
    align-items: center;

    background-color: #fffffe;

}
.mybox3::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-left: 5px solid #02a6b5;
    border-top: 5px solid #02a6b5;
    content: "";

}
.mybox3::after{
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border-right: 5px solid #02a6b5;
    border-top: 5px solid #02a6b5;
    content: "";

}
.mybox3_footer {
    position: absolute;
    bottom: 10px;
    width: 100%;

    background-color: #fffffe;
}
.mybox3_footer::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-left: 5px solid #02a6b5;
    border-bottom: 5px solid #02a6b5;
    content: "";
}
.mybox3_footer::after{
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border-right: 5px solid #02a6b5;
    border-bottom: 5px solid #02a6b5;
    content: "";

}


.mybox3_title{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    min-height: 2rem;

    border-bottom: 1px solid #02a6b5;


}
.mybox3_boby{
    width: 100%;
    min-height: 1rem;
    padding-top: 10px;
}

.yinying{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
    border:1px solid rgb(49, 132, 255); 
    box-shadow: darkgrey 2px 2px 5px 2px ;
    margin: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 8px;
}