
.curriculum{
    float: left;
    width: 100%;
    overflow:hidden;
}
.curriculum img{
    float: left;
    margin:0;
    padding:0;
    width:100%;
    height: 100%;
    position: relative;
    object-fit: cover;
    /*z-index:3;*/
}
.curriculum_logo{
    float: left;
    width: 1200px;
    height:6rem;
}
.curriculum_top{
    width: 1200px;
    margin: 0 auto;
}
.curriculum_logo img{
    float: left;
    width: 11rem;
    height: 3.438rem;
    background-size: 100%;
    margin-top: 1.125rem;
}


.loginli{
    float: left;
    width: 25rem;
}
.loginli label{
    font-size: 1.2rem;
    color: #333;
}

.cont{
    float: left;
    width: 25rem;
    margin: 0 25rem;
}
.register{
    float: left;
    /*color: #333;
    line-height:2rem;*/
}
.register:hover{
    color: #e48b91;
}
.fpwd{
    float: right;
    color: #666666;
    line-height:2rem;
    cursor: pointer;
}
.fpwd:hover{
    color: #e48b91;
}
.lgbtn{
    float: left;
    width: 75rem;
}
.lgbtn span{
    float: left;
    width: 25rem;
    height: 3rem;
    margin: 1rem 25rem 3rem 25rem;
    line-height:3rem;
    text-align: center;
    background-color: #e48b91;
    border-radius: 2rem;
    cursor: pointer;
    pointer-events: none;
}
.lgbtn h3{
    float: left;
    width: 25rem;
    margin: 3rem 25rem 0 25rem;
    color: #999 !important;
    position: relative;
}
.lgbtn h3 input{
    float: left;
    width: 1.3rem;
    height:1.3rem;
    margin-top: 0.2rem;
    margin-right: 0.5rem;
}


input[type="checkbox"]{
    -webkit-appearance: none;
    vertical-align:middle;
    margin-top:0;
    background:#fff;
    border:#999 solid 1px;
    border-radius: 3px;
    min-height: 12px;
    min-width: 12px;
}
input[type="checkbox"]:checked {
    background: #fff;
    /*background: #ec193a;*/
    /*background: url('../img/gou.png') no-repeat;*/
    /*position: absolute;*/

}
input[type=checkbox]:checked::after{
    content: '';
    top: 7px;
    left: 4px;
    position: absolute;
    background: transparent;
    border: #ec193a solid 2px;
    border-top: none;
    border-right: none;
    height: 6px;
    width: 10px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



















