﻿/**
* Template Name: Baker - v2.0.0
* Template URL: https://bootstrapmade.com/baker-free-onepage-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Microsoft YaHei-Bold", sans-serif;
    color: #444444;
}

a {
    color: #ffc107;
}

    a:hover {
        color: #38c2a1;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}
p {
    margin: 0;
}
div, a {
    -webkit-touch-callout: none;
    /* iOS Safari */

    -webkit-user-select: none;
    /* Chrome/Safari/Opera */

    -khtml-user-select: none;
    /* Konqueror */

    -moz-user-select: none;
    /* Firefox */

    -ms-user-select: none;
    /* Internet Explorer/Edge */

    user-select: none;
    /* Non-prefixed version, currently
	
	not supported by any browser */
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

    .back-to-top i {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        background: #ffc107;
        color: #fff;
        transition: all 0.4s;
    }

        .back-to-top i:hover {
            background: #ffce3a;
            color: #fff;
        }

/*h3样式*/
.portfolio-page h3 {
    border-left: 3px solid rgb(42, 115, 255);
    padding-left: 5px;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/*#hero {
    width: 100%;
    height: 45vh;
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin-top: 55px;
}*/
#hero {
    width: 100%;
    height: 100vh;
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin-top: 55px;
}

#hero video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#hero .position-relative {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#hero .text-circle {
    width: 540px;
    height: 540px;
    border-radius: 50%;
    background-color: #0003;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 35px;
    box-shadow: 0 0 15px #0003;
}

#hero:before {
    content: "";
    background: rgba(45, 53, 69, 0);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

#hero_scroll .carousel-inner .item-panel:after {
    content: "";
    background: rgba(45, 53, 69, 0.7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.carousel-inner .item-text {
    position: absolute;
    top: 0;
    left: 20%;
    bottom: 0;
    width: 500px;
    display: flex;
    color: #fff;
    flex-direction: column;
    justify-content: center;
}

.item-text .item-text-title {
    font-size: 36px;
}

.item-text .item-text-text {
    font-size: 18px;
}

#hero_scroll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    #hero_scroll .carousel-item {
        height: 100%;
    }


    #hero_scroll .carousel-inner {
        width: 100%;
        height: 100%;
    }

    #hero_scroll .carousel-item .item-panel {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    #hero_scroll .carousel-inner img {
        height: 100%;
    }

#hero .container {
    text-align: center;
    padding-top: 50px;
}

#counts .container {
    color: #31353e;
}

    #counts .container p {
        font-size: 18px;
    }

#counts span {
    color: #38C2A1;
    font-weight: 800;
    font-size: 50px;
}

    #counts span > div {
        font-size: 18px;
        color: rgb(42, 115, 255);
        display: inline;
    }

#counts .text-center > div {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#counts .container .text {
    font-weight: 800;
    font-size: 28px;
    text-align: center;
}

@media (max-width: 992px) {
    #hero .container {
        padding-top: 0;
    }
}

#hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}

#hero h2 {
    color: #eee;
    margin: 15px 0 0 0;
    font-size: 22px;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 9px 35px;
    border-radius: 50px;
    transition: 0.5s;
    margin-top: 40px;
    border: 2px solid #ffc107;
    color: #fff;
}

    #hero .btn-get-started:hover {
        background: #ffc107;
    }

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #hero {
        height: 100vh;
    }

        #hero h1 {
            font-size: 28px;
            line-height: 36px;
        }

        #hero h2 {
            font-size: 18px;
            line-height: 24px;
        }
}
.backgroundimg {
    /*background: url(/PlatWeb/assets/img/page-top.jpg) no-repeat;*/
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-attachment: fixed;
}
.backgroud-text {
    position: absolute;
    top: 0;
    margin: 130px 150px;
    width: 600px;
}
.backgroud-title {
    color: #31353e;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 600;
}
#tagofvalue {
    margin-top: 50px;
    height: 500px;
}
.text_2 {
    width: 112px;
    height: 28px;
    color: rgba(51, 51, 51, 1);
    font-size: 28px;
    font-family: MicrosoftYaHei-Bold;
    text-align: left;
    white-space: nowrap;
    line-height: 28px;
    margin:0 23px;
}
.software-text {
    text-align:center;
}
.index-img_text {
    display: flex;
    justify-content: center;
    align-items: center;
}
.text_3 {
    width: 47px;
    height: 15px;
    color: rgba(38, 203, 146, 1);
    font-size: 14px;
    font-family: MicrosoftYaHei;
    text-align: left;
    white-space: nowrap;
    float: right;
    margin-top: -24px;
    cursor: pointer;
}
.software-list {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.software-info {
    border-radius: 4px;
    width: 416px;
    height: 95px;
    display: flex;
    align-items: center;
    background-color: white;
    margin-bottom: 20px;
    cursor:pointer;
}
.software-info:hover {
    background-color: #38c2a1;
}
.software-info:hover .sof-text {
    color: #ffffff;
}
.software-info:hover .sof-text2 {
    color: #cbffed;
}
.info-tage span {
    color: #9ca1a6;
    font-size: 14px;
    width: 90px;
    height: 15px;
}
.info-tage img {
    margin:0 5px;
}
.vertical {
    margin-left: 10px;
}
.info-tage .mode {
    color: #38C2A1;
}
.info-img {
    height: 71px;
    width: 71px;
    margin: 20px;
}
.sof-img {
    max-width: 69px;
    max-height: 80px;
    object-fit: cover;
}
.Settled-Enterprise {
    background-image: url(/PlatWeb/assets/img/img/ps8634f26zibv446ue7k80vvsy6id1l49g1c306352-1071-4ded-aa79-12263040d297.png);
    background-color: #00aa88;
    height:620px;
}
.enterprise-text_one, .enterprise-text_two {
    color: white;
    text-align: center;
    padding-top: 45px;
}
.enterprise-text_one {
    font-size: 36px;
}
.enterprise-text_two {
    font-size:16px;
}
.enterprise-list, .micro_class-list{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    cursor: pointer;
}
.enterprise-info {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 4px;
    width: 310px;
    height: 276px;
}
.enterprise-img, .micro_class-img {
    width: 100%;
    height: 136px;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
}
.imgs {
    width: 100%;
    border-radius: 4px;
    min-height: 100%;
    object-fit: cover;
}
.enter-info-title {
    display: flex;
    justify-content: space-between;
}
.enter-info-text, .micro_class-info-text {
    color: rgba(51, 51, 51, 1);
    font-size: 15px;
}
.enter-tage {
    margin-top: 12px;
    display: flex;
    align-items: center;
}
.enter-tage span{
    width: 39px;
    height: 14px;
    color: rgba(153, 153, 153, 1);
    font-size: 13px;
    font-family: MicrosoftYaHei;
    text-align: left;
    white-space: nowrap;
    line-height: 13px;
}
.tages {
    margin-right: 50px;
}
.app-score {
    margin-left: 12px;
    margin-bottom: 2px;
}
.tage-list {
    margin-top: 15px;
    display: flex;
}
.list_flex {
    background-color: rgba(241, 241, 241, 1);
    border-radius: 11px;
    height: 23px;
    text-align: center;
    padding: 0px 9px;
    color: rgba(85, 85, 85, 1);
    font-size: 12px;
    line-height: 23px;
    margin-right: 2px;
    overflow: hidden;
    max-width: 45px;
    text-overflow: ellipsis;
}
.info-button {
    margin: 35px auto;
    box-shadow: 0px 6px 10px 0px rgb(147 157 178 / 33%);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 28px;
    height: 56px;
    width: 241px;
    text-align: center;
    line-height: 56px;
    cursor: pointer;
    color: #38c2a1;
}
.class-post {
    background-image: url(/PlatWeb/assets/img/img/psfuqhek9viafk9ffdzn11vt7lyemopcyb1c079064-509e-4407-971d-334fe5fe18c3.png);
    background-size: 100% 100%;
    margin-bottom: 90px;
}
.micro_classroom {
    padding-top:40px;
}
.micro_class-info {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 4px;
    width: 244px;
    height: 276px;
}
.micro_class-tage {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
.left {
    margin-left:30px;
}
.micro_class-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 23px;
}
.recommend-text, .job-wanted-text {
    margin: 50px 0px;
    text-align: center;
}
.post-list {
    display: flex;
    margin-top: 50px;
    cursor: pointer;
    flex-wrap: wrap;
    width: 1320px;
}
.post-info {
    box-shadow: 0px 0px 4px 0px rgb(191 191 191 / 42%);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 4px;
    width: 316px;
    height: 156px;
    border: 1px rgba(241, 241, 241, 1);
    margin-bottom: 20px;
    margin-right: 8px;
}
.post-box_top {
    display: flex;
    justify-content: space-between;
    width: 275px;
}
.box-text_one {
    color: #555555;
    font-size: 14px;
}
.box-text_two {
    color: #fd7240;
    font-size: 16px;
}
.box-tage {
    margin-top: 15px;
    border-bottom: 1px solid #ddd3d3;
    padding-bottom: 10px;
}
.box-tage span {
    color: rgba(85, 85, 85, 1);
    font-size: 14px;
}
.box-tage img {
    margin:0 10px ;
}
.post-box_bottom {
    margin-top:20px;
    display: flex;
    align-items: center;
}
.post-box-img {
    height: 30px;
    width: 30px;
}
.job-wanted-list {
    display: flex;
    margin-top: 50px;
    cursor: pointer;
    width: 1320px;
}
.job-wanted-info {
    box-shadow: 0px 0px 4px 0px rgb(191 191 191 / 30%);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 4px;
    width: calc(316px);
    height: 245px;
    padding: 15px;
    margin-right: 9px;
}
.job-wanted-box_img {
    width: 67px;
    height: 62px;
}
.job-wanted-box_top {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: 2px dashed #ddd3d3;
    height: calc(62px - -40px);
}
.job-wanted-box_text {
    margin-left: 20px;
}
.job-wanted-box_tage {
    margin-bottom:10px;
    display:flex;
}
.text3 {
    color: rgba(137, 142, 157, 1);
    font-size: 13px;
}
.job-wanted-box_tage img {
    margin-left:5px;
}
.job-wanted-box_bottom {
    color: rgba(164, 168, 180, 1);
    font-size: 14px;
    font-family: MicrosoftYaHei;
    text-align: left;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 85px;
}
.contact-us {
    background-image: url(/PlatWeb/assets/img/img/pst29ggvau38sqnbjwphnvoyon9rk4wkokf2b1edf9-3448-4d71-8943-8320528f8adb.png);
    height:600px;
}
.contactus-title {
    color: rgba(51, 51, 51, 1);
    font-size: 40px;
    text-align:center;
    padding-top:30px;
}
.contactus-text {
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    text-align: center;
    padding-top: 20px;
}
.contactus-form {
    width:840px;
    margin:30px auto;
}
input {
    outline: none;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 6px;
    margin-left: 9px;
    border: 1px solid #d7dddd;
    height: 40px;
    width: 300px;
    padding: 12px;
    font-size: 14px;
}
.form-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:25px;
}
.lable-title {
    width:80px;
    text-align:right;
}
textarea {
    border: 1px solid #d7dddd;
    resize: none;
    border-radius: 4px;
    width: 800px;
    height: 120px;
    outline: none;
    margin-left: 17px;
    padding: 12px;
    font-size: 14px;
}
.contactus-button {
    margin: 35px auto;
    box-shadow: 0px 6px 10px 0px rgb(147 157 178 / 33%);
    background-color: #38c2a1;
    border-radius: 28px;
    height: 56px;
    width: 241px;
    text-align: center;
    line-height: 56px;
    cursor: pointer;
    color: #fff;
}
.main-tail {
    background-color: rgba(26, 26, 28, 1);
    height: 71px;
}
.sort ul {
    margin-top: 10px;
    width: auto;
    padding-left: 0;
    margin: 0 10px;
     font-size: 16px; 
}
.contact-tips {
    margin-left: 100px;
}