/*注册*/
.login_container {
    width: 100%;
    height: 100%;
}

.login_left {
    background: url("../images/login_background.jpg") no-repeat;
    background-size: 100% 100%;
    width: 45%;
    height: 100vh;
    float: left;
    text-align: center;
}

.login_logo {
    margin: 250px auto 0 auto;
    width: 308px;
    height: 148px;
    background: url("../images/logo.png") no-repeat;
    background-size: 100% auto;
}

.login_left_title {
    /*margin-top: 50px;*/
}

    .login_left_title h1 {
        font-size: 46px;
        font-weight: bold;
        color: #ffffff;
    }

.login_left_title_Symbol {
    font-weight: 100;
}

.login_left_title p {
    font-family: date;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.login_right {
    background: #ffffff;
    width: 55%;
    height: 100vh;
    float: left;
}

.register_title {
    margin: 220px 0 0 183px;
}

.register_title_line {
    float: left;
    height: 30px;
    width: 0;
    border: 2px solid #298cf8;
}

.register_title h1 {
    margin-left: 20px;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
}

.register_input {
    margin: 0 0 0 184px;
    clear: both
}

.register_input_phone {
    padding-left: 20px;
    border: 1px solid #ededed;
    margin-top: 30px;
    font-size: 16px;
    color: #333333;
    width: 480px;
    height: 55px;
}

.register_input_Password {
    padding-left: 20px;
    border: 1px solid #ededed;
    margin-top: 30px;
    font-size: 16px;
    color: #333333;
    width: 480px;
    height: 55px;
}

.register_input_fix {
    padding-left: 20px;
    border: 1px solid #ededed;
    margin-top: 30px;
    font-size: 16px;
    color: #333333;
    width: 480px;
    height: 55px;
}

.register_input_phone {
    padding-left: 20px;
    border: 1px solid #ededed;
    margin-top: 30px;
    font-size: 16px;
    color: #333333;
    width: 480px;
    height: 55px;
}

.register_input_Verification {
    float: left;
    padding-left: 20px;
    border: 1px solid #ededed;
    margin-top: 30px;
    font-size: 16px;
    color: #333333;
    width: 270px;
    height: 55px;
}

.register_Verification {
    border: 1px solid #ededed;
    margin: 30px 0 0 28px;
    background: #a3a3a3;
    float: left;
    width: 185px;
    height: 55px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 55px;
    outline: none;
    cursor: pointer;
}

.Verification_Code {
    float: left;
    margin-top: 30px;
    height: 58px;
    width: 130px;
    margin-left: 87px;
}

    .Verification_Code img {
        height: 100%;
        width: 100%;
    }

.register_Verification span {
}

.register_Submission {
    background: #298cf8;
    width: 250px;
    height: 60px;
    text-align: center;
    margin: 50px 0 0 183px;
    color: #ffffff;
    line-height: 58px;
    border: none;
    outline: none;
    font-size: 16px;
    border-radius: 50px;
    cursor: pointer;
}

    .register_Submission:hover {
        background: #1c519f;
        transition-duration: 0.25s;
    }

.register_Submission_div {
    margin-top: 100px;
}
/*首页*/
.login_index_top {
    z-index: 14;
    position: fixed;
    width: 100%;
    height: 90px;
    /*background: #001125;*/
}

.login_index_top_logo {
    text-align: center;
    float: left;
    background: #242635;
    width: 240px;
    height: 90px;
    /*border-right: 2px solid #ffffff;*/
}

    .login_index_top_logo img {
        max-height: 70%;
        max-width: 85%;
        margin-top: 5%;
        vertical-align: middle;
    }

.login_index_user {
    cursor: pointer;
    margin: 22px 30px 0 0;
    float: right;
}

.login_index_user_portrait {
    overflow: hidden;
    border: 1px solid #ededed;
    float: left;
    border-radius: 48px;
    width: 48px;
    height: 48px;
}

    .login_index_user_portrait img {
        width: 100%;
        height: 100%;
    }

.login_index_user_name {
    margin: 14px 0 0 10px;
    float: left;
}

    .login_index_user_name span {
        color: #ffffff;
    }

.login_index_user_down {
    margin: 12px 0 0 10px;
    float: left;
}

.login_index_top_information {
    float: right;
    margin: 30px 70px 0 0;
}

.login_index_top_information_number {
    box-shadow: 5px 0 20px rgba(229, 0, 81, 0.61);
    position: relative;
    z-index: 9999;
    text-align: center;
    width: 20px;
    height: 20px;
    background: #e50051;
    border-radius: 10px;
    margin: -38px 0 0 11px;
}

    .login_index_top_information_number span {
        color: #ffffff;
        font-size: 14px;
        line-height: 20px;
    }

.login_index_top_Submission {
    border-radius: 5px;
    width: 140px;
    height: 44px;
    background: #e50051;
    box-shadow: 0 5px 20px #e60052;
    margin: 24px 125px 0 0;
    float: right;
}

    .login_index_top_Submission p {
        font-size: 16px;
        font-weight: bolder;
        text-align: center;
        line-height: 44px;
        color: #ffffff;
    }

.login_index_top_home {
    margin: 37px 75px 0 0;
    float: right;
}

    .login_index_top_home p {
        font-size: 14px;
        color: #ffffff;
    }

.login_myOriginality_nav_div1 {
    display: none;
    top: 70px;
    right: 40px;
    text-align: center;
    position: absolute;
    width: 130px;
    height: 100px;
    background: #333333;
    box-shadow: 0 0 10px rgba(0,0,0,0.11);
}

    .login_myOriginality_nav_div1 p {
        margin-top: 20px;
        display: block;
        font-weight: bold;
        color: #ffffff;
        font-size: 14px;
    }

.login_index_top_right {
    z-index: -1;
    top: 0;
    right: 0;
    background: #313447;
    float: right;
    width: 85%;
    height: 90px;
}

.login_search_input {
    background: none;
    border: none;
    outline: none;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
    color: #ffffff;
}

.login_search img {
    vertical-align: middle
}

.login_search {
    margin: 30px 0 0 30px;
}

.login_index_left {
    z-index: 1;
    position: fixed;
    width: 240px;
    height: 100%;
    background: #242635;
}

.login_index_left_nav {
}

    .login_index_left_nav li {
        margin: 50px 0 0 34px;
        display: block;
    }

        .login_index_left_nav li:hover span {
            color: #E80050;
            transition-duration: 0.3s;
        }

    .login_index_left_nav span {
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
        margin-left: 6px;
        vertical-align: middle;
    }

    .login_index_left_nav img {
        vertical-align: middle;
        width: 20px;
    }

.login_index_left_nav_number {
    box-shadow: 0 5px 20px rgba(232,0,80,0.6);
    margin: -20px 0 0 120px;
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #e80050;
    text-align: center;
}

    .login_index_left_nav_number p {
        font-size: 13px;
        color: #ffffff;
        vertical-align: middle;
    }

.login_index_left_button {
    margin: 60px auto 0 auto;
    width: 80%;
    height: 30px;
    border-bottom: 1px solid #2c2d40;
}


.login_index_container {
    width: 85%;
    float: right;
    padding: 90px 0 0 240px;
    margin: 0 0 50px 0;
    min-height: 700px;
}

.login_Achievements_container {
    width: 85%;
    float: right;
    padding: 90px 0 0 240px;
}

.login_index_title {
    float: left;
    margin: 40px 0 15px 0;
}

    .login_index_title h1 {
        display: inline-block;
        color: #e60052;
        font-size: 24px;
        font-weight: bold;
    }

/*底部*/
.login_personal_bottom {
    position: relative;
    z-index: 11;
    float: left;
    width: 100%;
    height: 86px;
    background: #0b0b0b;
}

.login_personal_bottom_email {
    color: #e60052;
}

.login_personal_bottom_nav ul {
    text-align: center;
}

.login_personal_bottom_volume {
}

.login_personal_bottom_number {
    color: #e60052;
    width: 100%;
}

.login_personal_bottom_nav li {
    line-height: 86px;
    margin-left: 35px;
    font-size: 14px;
    color: #7e7e7e;
}
/*内容*/
.login_index_DreamWorks {
    display: -webkit-inline-box;
    height: 17vw;
    z-index: 2;
    width: 47%;
    margin-top: 1.5vw;
    background-size: 100% 150%;
    background-image: url("../images/DreamWorks_banner.jpg");
    transition: all 3s;
    margin-left: 2%;
}

.renshubiao {
    width: 100%;
    float: left
}

.login_index_chart_left {
    border-radius: 5px;
    overflow: hidden;
    width: 47%;
    float: left;
    height: 18vw;
    background: #00afd1;
}

.login_index_chart_right {
    border-radius: 5px;
    overflow: hidden;
    margin-left: 2%;
    width: 47%;
    float: left;
    height: 18vw;
    background: #ed4e3f;
}

#introChart {
    margin-top: 2%;
    margin-left: 3%;
    width: 90% !important;
    height: 12vw !important;
}

#lineChartCanvas {
    margin-top: 2%;
    margin-left: 3%;
    width: 90% !important;
    height: 12vw !important;
}

.login_index_img img {
    width: 100%;
    height: 100%;
}

.login_index_DreamWorks:hover {
    opacity: 0.9;
    transform: scale(1.1);
    background-size: 150% 200%;
    transition-duration: 3s;
    z-index: 999;
}

.login_index_service {
    z-index: 2;
    height: 17vw;
    width: 47%;
    float: left;
    margin-top: 1.5vw;
    background-size: 100% 150%;
    background-image: url("../images/service_banner.png");
    transition: all 3s;
}

    .login_index_service:hover {
        z-index: 999;
        opacity: 0.9;
        transform: scale(1.1);
        background-size: 150% 200%;
        transition-duration: 3s;
    }

.login_index_DreamWorks_title {
    border-radius: 5px;
    width: 40%;
    height: 20%;
    margin: 16.5% auto;
    text-align: center;
    background: rgba(48, 45, 49, 0.81);
}

.login_index_service_title {
    border-radius: 5px;
    width: 40%;
    height: 20%;
    margin: 16.5% auto;
    text-align: center;
    background: rgba(48, 45, 49, 0.81);
}

    .login_index_service_title span, .login_index_DreamWorks_title span {
        font-size: 20px;
        font-weight: bold;
        color: #ffffff;
    }

        .login_index_service_title span::before {
            display: inline-block;
            content: "";
            height: 100%;
            vertical-align: middle;
        }

        .login_index_DreamWorks_title span::before {
            display: inline-block;
            content: "";
            height: 100%;
            vertical-align: middle;
        }


.login_news_container {
    width: 85%;
    float: right;
    padding: 90px 0 0 240px;
}

.login_news_title {
    margin: 40px 0 15px 0;
}

    .login_news_title h1 {
        color: #e60052;
        font-size: 24px;
        font-weight: bold;
    }

.login_news_content {
    width: 98%;
    margin: 8% 0 0 0;
    min-height: 670px;
    background: #313348;
}

.login_news_pager {
    width: 98%;
    margin-top: 2%;
    margin-bottom: 2%;
    background: #313348;
    float: left;
}

.login_news_height {
    float: right;
    width: 100%;
    height: 50px;
}

.login_personal_container_Message_content_div {
    height: 60px;
    margin: 0 40px 0 40px;
    border-bottom: 1px solid rgb(69, 71, 88);
}

.login_personal_container_Message_content_button {
    cursor: pointer;
    margin-top: 12px;
    border-radius: 25px;
    text-align: center;
    width: 95px;
    height: 33px;
    float: right;
    background: #264699;
}

    .login_personal_container_Message_content_button span {
        color: #ffffff;
        font-size: 14px;
        line-height: 33px;
    }

    .login_personal_container_Message_content_button:hover {
        background: #23376e;
        transition-duration: 0.2s;
    }

.login_personal_container_delete_content_button {
    cursor: pointer;
    margin-top: 12px;
    border-radius: 25px;
    text-align: center;
    width: 95px;
    height: 33px;
    float: right;
    margin-right: 50px;
    background: #264699;
}

    .login_personal_container_delete_content_button span {
        color: #ffffff;
        font-size: 14px;
        line-height: 33px;
    }

    .login_personal_container_delete_content_button:hover {
        background: #23376e;
    }

.login_personal_container_Message_content_day {
    line-height: 60px;
    float: right;
}

    .login_personal_container_Message_content_day p {
        font-family: date;
        font-weight: normal;
        font-size: 14px;
        color: #8a8f99;
    }

.login_personal_container_Message_content_text_Unread {
    width: 70%;
    line-height: 60px;
    float: left;
}

    .login_personal_container_Message_content_text_Unread p {
        font-size: 16px;
        color: #efefef;
    }

.login_personal_container_Message_content_div:last-child {
    border-bottom: none;
}

.login_personal span {
    color: #e80050;
}
/*设置*/
.login_set_up {
}

.login_information_container {
    padding-top: 110px;
    margin-left: -1.5%;
}

.login_information_container_password {
    margin-left: 1.5%;
    float: left;
    text-align: center;
    width: 23%;
    height: 55vh;
    background: #ffffff;
}

    .login_information_container_password:hover {
        box-shadow: 0 0 81px rgba(16, 5, 10, 0.16);
        transition-duration: 0.5s;
    }

.login_information_container_password_img {
    padding-top: 50px;
    width: 100px;
    height: 115px;
    margin: 0 auto;
}

    .login_information_container_password_img img {
        width: 100%;
    }

.login_information_container_title {
    /*margin-top: 5%;*/
}

    .login_information_container_title span {
        font-size: 18px;
        font-weight: bold;
        color: #333333;
    }

.login_information_container_number {
    margin-top: 19%;
    height: 50px;
}

    .login_information_container_number span {
        font-size: 16px;
        color: #313f86;
    }

    .login_information_container_number p {
        font-size: 16px;
        margin-top: 10px;
        color: #313f86;
    }

.login_information_container_introduce {
    margin-top: 10%;
    height: 50px;

}

    .login_information_container_introduce img {
        width: 15px;
    }

input::-webkit-input-placeholder {
    font-size: 16px;
}

.login_information_container_introduce span {
    font-size: 16px;
    font-weight: bold;
    color: #ff6c66;
}

.login_information_container_introduce1 {
    margin-top: 11%;
    height: 50px;
}

    .login_information_container_introduce1 img {
        width: 15px;
    }

.login_information_container_introduce1 span {
     font-size: 16px;
        font-weight: bold;
        color: #ff6c66;
    }       

.login_information_container_introduce_line {
    width: 10vw;
    margin: 10px auto 0 auto;
    border: 0.5px solid #40c5d6;
}

.login_information_container_describe {
    overflow: hidden;
    text-align: center;
    height: 10%;
    width: 14vw;
    margin: 0 auto;
    cursor: pointer;
}

    .login_information_container_describe img {
        height: 100%;
        float: left;
        cursor: pointer;
    }

.login_information_container_describe1 {
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 10%;
    width: 27vh;
    margin: 8% auto 0 auto;
    cursor: pointer;
}

    .login_information_container_describe1 img {
        height: 100%;
        float: left;
        cursor: pointer;
    }

.login_information_container_describe_text {
    margin-top: 8px;
    float: left;
    text-align: left;
    margin-left: 4%;
}

    .login_information_container_describe_text span:first-child {
        font-size: 16px;
        font-weight: bold;
        color: #ff6c66;
    }

    .login_information_container_describe_text span:last-child {
        color: #9b9b9b;
        font-size: 14px;
        text-align: left;
    }
/*.login_information_container_describe span{*/
/*    vertical-align: center;*/
/*    color: #333333;*/
/*    font-size: 14px;*/
/*}*/
.login_information_container_modifypassword {
    cursor: pointer;
    margin: 11% auto 0 auto;
    width: 120px;
    height: 30px;
    border-radius: 35px;
    border: 2px solid rgb(220, 220, 220);
    overflow: hidden;
    text-align: center;
}

    .login_information_container_modifypassword span {
        font-size: 14px;
        color: #898989;
        line-height: 30px;
    }

.login_information_container_modifypassword_color {
    margin-top: -30px;
    width: 0;
    height: 30px;
    background: #2071ff;
    transition: all 0.3s;
}

.login_information_container_modifypassword:hover .login_information_container_modifypassword_color {
    width: 120px;
    transition-duration: 0.5s;
}

.login_information_container_modifypassword:hover span {
    color: #ffffff;
    transition-duration: 0.25s;
}

.login_setup_title {
    margin: 40px 0 15px 0;
}

.login_index_title_text {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}

.login_index_title_text_color {
    margin-left: 20px;
    color: #e60052;
    font-size: 24px;
    font-weight: bold;
}

.login_setup_school {
    margin-top: 35px;
    float: left;
    width: 98%;
    background: #34364a;
}

.login_setup_school_title {
    margin-left: 2%;
    height: 90px;
}

    .login_setup_school_title span {
        line-height: 90px;
        font-size: 22px;
        color: #ffffff;
        font-weight: bold;
    }

.login_setup_school_input {
    width: 96%;
    margin: auto 2%;
    height: 255px;
    background: #2a2b3d;
    border: none;
    color: #e4e4e4;
    font-size: 14px;
    line-height: 30px;
}

.login_setup_school_Preservation {
    border: none;
    outline: none;
    width: 160px;
    height: 50px;
    background: #186ba1;
    color: #ffffff;
    font-size: 14px;
    border-radius: 5px;
    margin: 25px 0 40px 2%;
}

.login_Achievements_title_text {
    color: #e60052;
    font-size: 24px;
    font-weight: bold;
}

.login_Achievements_title_text_number {
    font-family: Toke1;
    margin-left: 20px;
    color: #e60052;
    font-size: 75px;
    font-weight: bold;
}

.login_Achievements_title_nav {
    margin: 90px 0 0 0;
    float: left;
}

    .login_Achievements_title_nav ul {
        margin-left: 100px;
    }

    .login_Achievements_title_nav li {
        position: relative;
        margin: auto 30px;
        float: left;
    }

        .login_Achievements_title_nav li a {
            color: #dadada;
            font-size: 16px;
            font-weight: bold;
        }
/*.login_Achievements_title_nav ul li:after{*/
/*    content: "";*/
/*    width: 0;*/
/*    height: 2px;*/
/*    background: #e50051;*/
/*    position: absolute;*/
/*    top: 8px;*/
/*    left: -20%;*/
/*    transition: all 0.3s;*/
/*}*/
/*.login_Achievements_title_nav ul li:hover{*/
/*    color: #e50051;*/
/*    transition-duration: 0.5s;*/
/*}*/
/*.login_Achievements_title_nav ul li:hover:after{*/
/*    right: 0;*/
/*    width: 140%;*/
/*}*/
.login_Achievements_title_nav_line:after {
    content: "";
    width: 140%;
    height: 2px;
    background: #e50051;
    position: absolute;
    top: 150%;
    left: -20%;
    transition: all 0.3s;
}

.login_Achievements_title_nav_line:hover {
    color: #e50051;
    transition-duration: 0.5s;
}

    .login_Achievements_title_nav_line:hover:after {
        right: 0;
        width: 140%;
    }

.login_Achievements_title_nav_linenone:after {
    content: "";
    width: 0%;
    height: 2px;
    background: #e50051;
    position: absolute;
    top: 150%;
    left: -20%;
    transition: all 0.3s;
}

.login_Achievements_title_nav_linenone:hover {
    color: #e50051;
    transition-duration: 0.5s;
}

    .login_Achievements_title_nav_linenone:hover:after {
        /*right: 0;*/
        width: 140%;
    }

.login_Achievements_Investment {
    float: right;
    margin: 40px 2% 0 0;
}

.login_Achievements_Investment_text {
    font-size: 16px;
    color: #dadada;
}

.login_Achievements_Investment_number {
    font-size: 72px;
    font-family: Toke1;
    font-weight: bold;
    color: #edb137;
}

.login_Achievements_top_left {
    margin-top: 40px;
    float: left;
    width: 49%;
    height: 130px;
    background: #313348;
}

.login_Achievements_top_right {
    width: 49%;
    margin: 40px 0 0 1%;
    float: left;
    background: #313348;
    height: 130px;
}

.login_Achievements_top {
    width: 100%;
    float: left;
    margin-top: -40px;
}

.login_Achievements_top_left_title {
    margin-left: 35px;
}

    .login_Achievements_top_left_title span {
        line-height: 60px;
        color: #ffffff;
        font-size: 14px;
    }

.login_Achievements_top_right_start {
    float: left;
}

    .login_Achievements_top_right_start span, .login_Achievements_top_right_End span {
        line-height: 60px;
        color: #ffffff;
        font-size: 14px;
        margin-left: 35px;
    }

.login_Achievements_top_right_End {
    margin-left: 25%;
    float: left;
}

.login_Achievements_content {
    float: left;
    width: 98%;
    margin: 1% 0 0 0;
    background: #313348;
    min-height: 846px;
}

.login_Achievements_content_title {
    border-bottom: 1px solid #464858;
    height: 75px;
    margin: 0 40px;
}

.login_Achievements_content_title_title {
    float: left;
}

    .login_Achievements_content_title_title span {
        line-height: 75px;
        color: #dadada;
        font-size: 16px;
    }

.login_Achievements_content_title_date {
    text-align: center;
    width: 160px;
    float: right;
}

    .login_Achievements_content_title_date span {
        line-height: 75px;
        color: #dadada;
        font-size: 16px;
    }

.login_Achievements_content_title_Bonus {
    width: 80px;
    margin-right: 70px;
    text-align: center;
    float: right;
}

    .login_Achievements_content_title_Bonus span {
        line-height: 75px;
        color: #dadada;
        font-size: 16px;
    }

.login_Innovation_container_title_introduce {
    width: 100px;
    text-align: center;
    margin-right: 120px;
    float: right;
}

    .login_Innovation_container_title_introduce span {
        line-height: 75px;
        color: #dadada;
        font-size: 16px;
    }

.login_Achievements_content_title_score {
    margin-right: 60px;
    width: 80px;
    text-align: center;
    float: right;
}

    .login_Achievements_content_title_score span {
        line-height: 75px;
        color: #dadada;
        font-size: 16px;
    }

.login_Achievements_content_title_student {
    width: 90px;
    text-align: center;
    margin-right: 60px;
    float: right;
}

    .login_Achievements_content_title_student span {
        line-height: 75px;
        color: #dadada;
        font-size: 16px;
    }

.login_Innovation_container_title_student {
    width: 96px;
    text-align: center;
    margin-right: 150px;
    float: right;
}

    .login_Innovation_container_title_student span {
        line-height: 75px;
        color: #dadada;
        font-size: 16px;
    }

.login_Achievements_content_title_classification {
    width: 143px;
    text-align: center;
    margin-right: 80px;
    float: right;
}

    .login_Achievements_content_title_classification span {
        line-height: 75px;
        color: #dadada;
        font-size: 16px;
    }

.login_personal_container_Message_content_date {
    float: right;
    text-align: center;
    width: 160px;
}

.login_personal_container_Message_content_Bonus {
    float: right;
    width: 80px;
    text-align: center;
    margin-right: 70px;
}

.login_Innovation_container_Message_content_button {
    float: right;
    width: 100px;
    text-align: center;
    margin-right: 120px;
}

.login_personal_container_Message_content_score {
    float: right;
    margin-right: 60px;
    width: 80px;
    text-align: center;
}

.login_personal_container_Message_content_name {
    float: right;
    width: 90px;
    text-align: center;
    margin-right: 60px;
}

.login_Innovation_container_Message_content_name {
    float: right;
    width: 96px;
    text-align: center;
    margin-right: 150px;
}

    .login_Innovation_container_Message_content_name span {
        line-height: 60px;
        color: #8a8f99;
        font-size: 14px;
    }

.login_personal_container_Message_content_classification {
    float: right;
    width: 143px;
    text-align: center;
    margin-right: 80px;
}

.login_Innovation_container_Message_content_classification {
    float: right;
    width: 150px;
    margin-right: 175px;
}

.login_Innovation_container_Message_content_classification {
    line-height: 60px;
    color: #8a8f99;
    font-size: 14px;
    text-align: center;
}

.login_personal_container_Message_content_date span, .login_personal_container_Message_content_Bonus span, .login_personal_container_Message_content_score span, .login_personal_container_Message_content_name, .login_personal_container_Message_content_classification span {
    color: #8a8f99;
    line-height: 60px;
    font-size: 14px;
}

.login_personal_container_Message_content_Achievements {
    width: 30%;
    line-height: 60px;
    float: left;
}

    .login_personal_container_Message_content_Achievements p {
        font-size: 16px;
        color: #efefef;
    }

.login_DreamWorks_opening {
    color: #05c251;
    font-weight: bold;
    margin-left: 10px;
}

.login_DreamWorks_not_opening {
    color: #b83047;
    font-weight: bold;
    margin-left: 10px;
}

.login_DreamWorks_content {
    clear: both;
    width: 98%;
    margin: 20px 20px 20px 0;
    background: #313348;
    color: #dadada;
    font-size: 14px;
    line-height: 30px;
}

    .login_DreamWorks_content p, .login_DreamWorks_content a, .login_DreamWorks_content span {
        color: #dadada;
        font-size: 14px;
        line-height: 30px;
    }

.login_DreamWorks_content_text {
    margin: 40px;
    padding: 40px 0;
    color: #dadada;
    line-height: 60px;
    font-size: 14px;
}

    .login_DreamWorks_content_text p, .login_DreamWorks_content_text span, .login_DreamWorks_content_text a {
        color: #8a8f99;
        line-height: 60px;
        font-size: 14px;
    }

.login_DreamWorks_shop {
    width: 100%;
    margin-left: -1.25%;
}

.login_DreamWorks_plan {
    margin: 1.25% 0 0 1.25%;
    float: left;
    border-radius: 5px;
    text-align: center;
    width: 32%;
    height: 17%;
    background: #313348;
}

.login_DreamWorks_plan_img {
    border-radius: 5px;
    width: 85%;
    margin: 7.5% auto 6% auto;
    overflow: hidden;
    height: 12vw;
}

    .login_DreamWorks_plan_img img {
        height: 100%;
        width: 100%;
    }

.login_DreamWorks_plan_title span {
    color: #dadada;
    font-size: 21px;
}

.login_DreamWorks_plan_title {
    margin-bottom: 7.5%;
}

.login_DreamWorks_plan_height {
    padding: 0;
    margin: 0
}

.login_DreamWorks_title_Not_opened {
    float: left;
    margin: 40px 0 15px 0;
}

    .login_DreamWorks_title_Not_opened h1 {
        color: #06c351;
        font-size: 24px;
        font-weight: bold;
    }

.login_Innovation_title {
    float: left;
    width: 98%;
    background: #242635;
    height: 220px;
}

.login_Innovation_title_plan {
    float: left;
    width: 23%;
    text-align: center;
    margin: 30px 0 0 0;
}

.login_Innovation_title_plan_title {
    color: #dadada;
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;
}

.login_Innovation_title_plan_number {
    font-family: Toke1;
    color: #05c251;
    font-weight: bold;
    line-height: 50px;
    font-size: 54px;
    padding-left: 20px;
}

.login_Innovation_title_plan_term {
    color: #05c251;
    font-weight: bold;
    font-size: 16px;
}

.login_Innovation_title_plan_content {
    margin-top: -10px;
    color: #dadada;
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;
}

.login_Innovation_title_plan_content_Not_opent {
    line-height: 42px;
    color: #d8293c;
    font-size: 16px;
    font-weight: bold;
}

.login_Innovation_title_shop {
    margin-left: 6.5%
}

.login_Innovation_introduce {
    float: left;
    width: 98%;
    min-height: 160px;
    background: #313348;
    margin-top: 40px;
}

.login_Innovation_content_text {
    padding: 40px;
    color: #dadada;
    font-size: 14px;
    line-height: 30px;
}

.login_Innovation_introduce p, .login_Innovation_introduce a, .login_Innovation_introduce span {
    color: #dadada;
    font-size: 14px;
    line-height: 30px;
}

.login_Innovation_container {
    width: 98%;
    float: left;
    margin-top: 70px;
}

.login_Innovation_container_title {
    float: left;
}

    .login_Innovation_container_title span {
        color: #ffffff;
        font-size: 24px;
        font-weight: bold;
    }

.login_Innovation_container_title_nav {
    float: right;
}

    .login_Innovation_container_title_nav ul {
        margin-right: -20px;
    }

        .login_Innovation_container_title_nav ul li a {
            color: #dadada;
            font-size: 14px;
            position: relative;
        }

        .login_Innovation_container_title_nav ul li {
            margin: 0 40px;
        }

.login_Innovation_container_title_mechanism {
    width: 150px;
    text-align: center;
    margin-right: 175px;
    float: right;
}

    .login_Innovation_container_title_mechanism span {
        line-height: 75px;
        color: #dadada;
        font-size: 16px;
    }

.login_Innovation_container_Message_content_Achievements {
    width: 35%;
    line-height: 60px;
    float: left;
}

    .login_Innovation_container_Message_content_Achievements p {
        font-size: 16px;
        color: #efefef;
    }

.login_Innovation_container_Message_content_button_div {
    width: 100px;
    height: 30px;
    margin-top: 15px;
    background: #264699;
    text-align: center;
    border-radius: 20px;
}

    .login_Innovation_container_Message_content_button_div span {
        line-height: 30px;
        color: #ffffff;
        font-size: 14px;
    }

    .login_Innovation_container_Message_content_button_div:hover {
        background: #23376e;
    }

.login_Creative_container {
    margin-top: 20px;
    width: 98%;
    float: left;
    min-height: 770px;
    background: #313348;
}

.login_Creative_container_title {
    float: left;
    margin: 5% 0 0 5%;
    width: 50%;
}

    .login_Creative_container_title h1 {
        font-size: 40px;
        color: #ffffff;
        font-weight: bold;
    }

.login_new_container_title {
    float: left;
    margin: 5% 0 0 5%;
    width: 80%;
}

    .login_new_container_title h1 {
        font-size: 40px;
        color: #ffffff;
        font-weight: bold;
    }

.login_Creative_container_title_second {
    float: left;
    clear: both;
    margin: 0 0 0 5%;
    padding-top: 50px;
}

.login_Creative_container_title_second_from {
    color: #ffffff;
    font-size: 16px;
}

.login_Creative_container_title_second_school {
    margin-left: 10px;
    color: #1093be;
}

.login_Creative_container_title_second_neme {
    color: #1093be;
}

.login_Creative_container_title_second_date {
    margin-left: 70px;
    font-size: 14px;
    font-family: date;
    color: #ffffff;
}

.login_Creative_container_img {
    text-align: center;
    margin: -130px 80px 0 0;
    width: 310px;
    height: 210px;
    float: right;
}

    .login_Creative_container_img img {
        width: 100%;
        height: 100%;
    }

.login_Creative_container_score p {
    line-height: 40px;
    color: #b3292e;
    font-family: date;
    font-size: 46px;
    font-weight: bold;
}

.login_Creative_container_score span {
    color: #b3292e;
    font-size: 14px;
}

.login_Creative_container_score {
    margin-top: -180px;
}

.login_Creative_container_line {
    margin: 300px 5% 0 5%;
    border: 1px solid #414356;
}

.login_Creative_container_text {
    width: 90%;
    margin: 50px 5%;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
}

    .login_Creative_container_text p, .login_Creative_container_text a, .login_Creative_container_text span {
        color: #ffffff;
        font-size: 14px;
        line-height: 40px;
    }

.login_index_information_Industry_down {
    margin: auto 35px;
    background: #2a2b3d;
}

.login_Camputs_index_title {
    margin: 40px 0 15px 0;
}

    .login_Camputs_index_title h1 {
        color: #e60052;
        font-size: 24px;
        font-weight: bold;
    }

.login_Innovation_container_title_nav_color:after {
    content: "";
    width: 140%;
    height: 2px;
    background: #e5004f;
    position: absolute;
    top: 150%;
    left: -20%;
    -webkit-transition: all 0.2s;
}

.login_Innovation_container_title_nav_color {
    color: #e50051 !important;
}

.login_index_chart_left_title {
    height: 75px;
    background: #1ab7d6;
}

.login_index_chart_left_title_text {
    margin-left: 5%;
    float: left;
}

    .login_index_chart_left_title_text span {
        font-weight: bold;
        line-height: 75px;
        font-size: 20px;
        color: #ffffff;
    }

.login_index_chart_left_title_number {
    margin-left: 2%;
    float: left;
}

    .login_index_chart_left_title_number span {
        line-height: 75px;
        font-size: 20px;
        color: #e60052;
        font-weight: bold;
    }


.login_index_chart_right_title {
    height: 75px;
    background: #ef6053;
}

.login_index_chart_right_title_text {
    margin-left: 5%;
    float: left;
}

    .login_index_chart_right_title_text span {
        font-size: 20px;
        font-weight: bold;
        line-height: 75px;
        color: #ffffff;
    }

.login_index_chart_right_title_number {
    margin-left: 2%;
    float: left;
}

    .login_index_chart_right_title_number span {
        font-size: 20px;
        line-height: 75px;
        color: #f6f705;
        font-weight: bold;
    }

.login_index_DreamWorks_container {
    width: 100%;
    overflow: hidden;
    float: left;
}

.Release_news_container {
    clear: both;
}

.Release_news_title_input {
    margin-top: 100px;
}

    .Release_news_title_input p {
        color: #dadada;
    }

    .Release_news_title_input input {
        background: none;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #999999;
        outline: none;
        width: 580px;
        height: 40px;
        font-weight: bold;
        font-size: 18px;
        color: #ffffff;
    }

.Release_news_content_input {
    margin-top: 50px;
}

    .Release_news_content_input p {
        color: #dadada;
    }

    .Release_news_content_input textarea {
        margin-top: 20px;
        background: #2a2b3d;
        font-size: 14px;
        line-height: 26px;
        color: #fafafa;
        width: 581px;
        height: 400px;
        outline: none;
    }

.login_Release_container_upload {
    margin: 35px 0 0 0;
    width: 581px;
    height: 120px;
    border: 1px solid #cddbde;
}

    .login_Release_container_upload img {
        float: left;
        vertical-align: middle;
        margin: 30px;
    }

.login_Release_container_upload_text {
    margin-top: 35px;
    float: left;
}

.login_Release_container_upload_text_title {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.login_Release_container_upload_text_content {
    line-height: 30px;
    color: #888888;
    font-size: 14px;
}

.login_Release_button {
    margin: 50px 0 100px 0;
    border-radius: 5px;
    width: 185px;
    height: 50px;
    background: #03b6e7;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    line-height: 50px;
    outline: none;
    border: none;
}

.news_release {
    border-radius: 5px;
    width: 140px;
    height: 44px;
    background: #e50051;
    box-shadow: 0 5px 20px #e60052;
    float: right;
    margin: 35px 7% auto auto;
    text-align: center;
}

    .news_release span {
        font-size: 16px;
        font-weight: bolder;
        text-align: center;
        line-height: 44px;
        color: #ffffff;
        position: relative;
        transition: all 0.3s;
    }

    .news_release:hover {
        background: #cf0053;
        box-shadow: 0 5px 20px #cf0053;
        transition-duration: 0.5s;
    }

.login_Innovation_container_title_nav_color_normal:after {
    content: "";
    width: 0%;
    height: 1px;
    background: #e5004f;
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transition: all 0.2s;
}

.login_Innovation_container_title_nav_color_normal:hover:after {
    width: 100%;
}

.login_Innovation_container_title_nav_color_normal:hover {
    color: #e50051;
    transition-duration: 0.2s;
}

.login_index_information_Industry_down {
    height: 50px;
}

    .login_index_information_Industry_down option {
        margin-top: -50px;
        padding-left: 20px;
    }

.j_select .current_select span {
    margin-top: -40px !important;
}

.login_Achievements_date_button {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    float: left;
    width: 12%;
    color: #ffffff;
    font-size: 14px;
    background: #264699;
    outline: none;
    margin: 7px 0 0 15px;
    border-radius: 5px;
}

    .login_Achievements_date_button:hover {
        background: #1c386a;
        transition-duration: 0.25s;
        color: #c9c9c9;
    }

.login_information_container_modifypassword_button {
    background: none;
    border: none;
    outline: none;
    font-size: 14px;
    color: #898989;
    cursor: pointer;
}

.login_information_container_modifypassword:hover .login_information_container_modifypassword_button {
    color: #ffffff;
    transition-duration: 0.25s;
}

.shuruTxt {
    margin-left: 1.5vw;
    width: 8vw;
    color: #40c5d6;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: none;
    text-align: center;
}

.ke-inline-block {
    margin-top: -7px;
}

.DreamWorks_Cont_shop {
    margin-top: 110px;
}

.select {
    background: none;
    padding: 0 15px;
    color: #fff;
    height: 50px;
    width: 100%;
    border: none;
    outline: none;
}

    .select option {
        background: #313348;
    }

        .select option:hover {
            background: #9e9c9c
        }

.login_information_container_describe1 input {
    background: none !important;
        top:0!important;
}

.login_information_container_describe1 span {
    background: none !important;
    width: 100%;
    position: absolute;
    display: block;
    height: 50px;
}
.login_information_container_describe1{

}
    .login_information_container_describe1 span .ke-inline-block{
        width:100%
    }
.login_information_container_describe1 .ke-inline-block{
    margin-top:0!important
}
    .login_information_container_describe1 form {
        width: 100% !important;
        margin-right: 0 !important;
        height: 52px!important;
    }
    .login_information_container_describe1 form span{
        width:100%!important;
        height:100%!important;
    }
        .login_information_container_describe1 form span input {
            top: 0 !important;
        }
            .shangchuan_button input:first-child {
        z-index: 1;
        opacity: 0;
        width: 582px;
        height: 122px;
        position: absolute;
        margin: -3px 0 0 -408px;
    }


.login_information_container_describe input {
    background: none !important;
    top: 0 !important;
    margin-top: -10px !important;
}

.login_information_container_describe1 span {
    background: none !important;
    width: 100%;
    position: absolute;
    display: block;
    height: 50px;
}

.login_information_container_describe {
}

    .login_information_container_describe span .ke-inline-block {
        width: 100%
    }

    .login_information_container_describe .ke-inline-block {
        margin-top: 0 !important
    }

    .login_information_container_describe form {
        width: 100% !important;
        margin-right: 0 !important;
        height: 52px !important;
    }

        .login_information_container_describe form span {
            width: 100% !important;
            height: 100% !important;
            margin-top: -10px!important;
        }

            .login_information_container_describe form span input {
                top: 0 !important;
            }
.login_Creative_container_text span, .login_Creative_container_text p {
    background: none !important;
    color:#ffffff!important;
}
.login_Creative_container_text a{
    background:none !important;
}