/*公共样式*/
:root{
    --video-height: 100vh;
    --video-mask-bg: rgb(90,90,90,0)
}
* {
    margin: 0;
    padding: 0;
    outline: none !important;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    font-size: 14px;
    overflow-x: hidden;
    position: relative;
}

a,
a:focus,
a:hover {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}
.container{
    min-width: 750px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

/*椤堕儴瀵艰埅鏍峰紡*/
.top-nav{
    font-size: 18px;
    color: #ffffff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: var(--video-mask-bg);
}
.top-nav .nav-container{
    padding: 15px 0;
    display: flex;
    width: 100%;
    max-width: 1200px;
    min-width: 700px;
    margin: 0 auto;
    align-items: center;
}
.top-nav .nav-container .logo{
    flex: 1;
    padding-left: 10px;
    img{
        height: 40px;
    }
}

.top-nav .nav-container .nav-item{
    margin: 0 30px;
    display: inline-block;
}
.top-nav .nav-container .nav-item:hover{
    font-weight: bold;
}
.top-nav .nav-container .nav-item.active{
    color: #7ae5aa;
}

/*首页视频*/
.home-video{
    width: 100%;
    height: var(--video-height);
    position: relative;
    overflow: hidden;
}
.home-video video{
    width: 100vw;
    max-height: 100vh;
    min-width: 700px;
    object-fit: cover;
}
.home-video .video-mask{
    position: absolute;
    top: 0;
    left: 0;
    min-width: 700px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-video .video-mask .mask-title{
    font-size: 56px;
    color: #7ae5aa;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 100px;
}

/*首页小程序介绍*/
.home-mp-warp{
    background-color: #434343;
    color: #ffffff;
}
.home-mp-warp::after{
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    background-color: #7ae5aa;
}
.home-mp-warp .container{
    padding: 100px 50px 0 50px;
}
.home-mp-warp .title-warp .title{
    font-size: 36px;
    padding-bottom: 20px;
}
.home-mp-warp .title-warp .sub-title{
    line-height: 30px;
    font-size: 18px;
}
.home-mp-warp .mp-show{
    display: flex;
    align-items: end;
    justify-content: space-between;
    font-size: 0;
    margin-top: -50px;
}
.home-mp-warp .mp-show .mp-qr{
    padding-bottom: 100px;
    padding-left: 50px;
}
.home-mp-warp .mp-show .mp-page{
    padding: 50px 200px 0 200px;
    position: relative;
}
.home-mp-warp .mp-show .mp-page .mp-hiit,
.home-mp-warp .mp-show .mp-page .mp-word{
    position: absolute;
}
.home-mp-warp .mp-show .mp-page .mp-hiit{
    top: 210px;
    left: -100px;
}
.home-mp-warp .mp-show .mp-page .mp-word{
    bottom: 60px;
    right: -160px;
}

/*了解可解页面*/
.about{
    background-color: #ffffff;
}
.about .container{
    display: flex;
    align-items: center;
    padding: 50px 100px;
}
.about .container .title{
    font-size: 24px;
    font-weight: bold;
    position: relative;
    width: 250px;
    margin-left: 100px;
}
.about .container .title:after{
    content: '';
    display: block;
    height: 5px;
    width: 80px;
    background-color: #55b881;
    position: absolute;
    left: -20px;
}

.about .container .description{
    flex: 1;
    font-size: 16px;
    line-height: 1.8em;
    /*letter-spacing: 3px;*/
    text-indent: 2em;
    border-left: 1px solid #cccccc;
    padding-left: 60px;
}

/*公共底部*/
.footer{
    background-color: #222222;
    color: #ffffff;
}
.footer .container{
    padding: 50px 100px;
    max-width: 1500px;
    min-width: 1000px;
}
.footer .container .nav{
    display: flex;
}
.footer .container .nav .nav-item:first-child{
    flex: 1;
}
.footer .container .nav .nav-item{
    display: flex;
    flex-direction: column;
    padding-left: 80px;
    font-size: 14px;
    line-height: 30px;
}
.footer .copyright{
    border-top: 1px solid #cccccc;
    margin-top: 30px;
    text-align: center;
    padding-top: 10px
}

/*产品服务*/
.service{

}
.service .container{
    padding: 100px 50px;
}
.service .container .title{
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 10px;
}
.service .container .sub-title{
    font-size: 18px;
    padding-bottom: 20px;
}
.service .container .product-warp{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 30px;
}
.service .container .product-warp .product-item{
    cursor: pointer;
    position: relative;
}
.service .container .product-warp .product-item a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.service .container .product-warp .product-item img{
    max-width: 100%;
}
.service-detail{
    width: 500px;
    padding-top: 100px;
}
.service-detail img{
    display: block;
    width: 100%;
}
.pay-qr{
    position: fixed;
    bottom: 100px;
    right: 50px;
    z-index: 3;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    padding: 15px;
    border-radius: 5px;
    background-color: #ffffff;
}
.pay-qr img{
    width: 150px;
    height: 150px;
    margin-bottom: 5px;
}

/*可界知行*/
.cotaglo .header{
    padding-top: 50px;
    position: relative;
}
.cotaglo .header img{
    max-width: 100%;
}

.cotaglo-question{
    background-color: #ffffff;
    padding: 50px;
}

.cotaglo-question .question-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
}

.cotaglo-question .question-item .title{
    font-size: 32px;
    width: 400px;
    position: relative;
    padding-left: 50px;
    font-weight: bold;
}
.cotaglo-question .question-item .title:after{
    content: '';
    display: block;
    height: 15px;
    width: 140px;
    background-color: #55b881;
    transform: translateX(-40px);
}
.cotaglo-question .question-item .content{
    flex: 1;
    text-indent: 2em;
    font-size: 16px;
    padding-right: 30px;
}

.cotaglo-keyword{}
.cotaglo-keyword .container{
    display: flex;
    align-items: center;
}
.cotaglo-keyword .container .title{
    color: #55b881;
    background-color: #ddf1e6;
    border: 1px solid #55b881;
    height: 80px;
    text-align: center;
    width: 160px;
    line-height: 80px;
    font-size: 28px;
    margin-right: 2px;
}
.cotaglo-keyword .container .item-warp{
    display: flex;
    flex: 1;
    align-items: center;
    background-color: #eeeeee;
    height: 80px;
}

.cotaglo-keyword .container .item-warp .keyword-item{
    flex: 1;
    text-align: center;
    font-size: 28px;
    color: #606060;
    position: relative;
    --top: 0;
    --left: 0;
    z-index: 1;
}
.cotaglo-keyword .container .item-warp .keyword-item:after{
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-color: #daece3;
    border-radius: 50%;
    position: absolute;
    top: var(--top);
    left: var(--left);
    z-index: -1;
}

.cotaglo-100day .container{
    padding: 50px;
}
.cotaglo-100day .container .title{
    font-size: 32px;
    font-weight: bold;
    color: #55b881;
    text-align: center;
}
.cotaglo-100day .container .content{
    display: flex;
    align-items: center;
}
.cotaglo-100day .container .content > img{
    margin-top: -30px;
}
.cotaglo-100day .container .slogan{
    flex: 1;
    padding-right: 30px;
    margin-top: 50px;
}

.cotaglo-100day .container .slogan .slogan-item{
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.cotaglo-100day .container .slogan .slogan-item .slogan-title{
    width: 180px;
    text-align: center;
    background-color: #85b78c;
    color: #ffffff;
    height: 90px;
    font-size: 28px;
    line-height: 90px;
}
.cotaglo-100day .container .slogan .slogan-item .slogan-content{
    flex: 1;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    background-color: #eeeeee;
    height: 90px;
    display: flex;
    align-items: center;
}

.cotaglo-100day .container .slogan .quotation{
    display: flex;
    justify-content: space-around;
    margin-top: 80px;
}

.cotaglo-100day .container .slogan .quotation .quotation-item{
    display: flex;
    font-size: 28px;
    font-weight: bold;
    width: 3em;
    padding: 10px 50px;
    box-sizing: content-box;
    border: 1px solid #cccccc;
    color: #55b881;
    border-radius: 20px;
}
.cotaglo-100day .container .slogan .quotation .quotation-item.active{
    background-color: #85b78c;
    color: #ffffff;
}

.cotaglo-product .container{
    padding-top: 50px;
    display: flex;
    justify-content: space-around;
}

.cotaglo-product .container .desc{
    background-color: #85b78c;
    color: #ffffff;
    height: 120px;
    display: flex;
    align-items: center;
    border-radius: 20px 0 20px 0;
    padding-left: 10px;
}
.cotaglo-step .container{
    padding: 50px;
}
.cotaglo-step .container .title{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding: 30px;
}
.cotaglo-step .container img{
    width: 100%;
}

.cotaglo-why{
    background-image: url("/pc/img/cotaglo-why-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.cotaglo-why .container{
    padding: 100px 50px;
}
.cotaglo-why .container img{
    max-width: 100%;
    user-select: none;
    -webkit-user-drag: none;
}

.cotaglo-study .container{
    padding: 100px 50px;
}
.cotaglo-study .container img{
    max-width: 100%;
    user-select: none;
    -webkit-user-drag: none;
}
.contact{
    background-color: #eeeeee;
}
.contact .container{
    padding: 50px 100px 100px 100px;
}

.contact .container .title{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.contact .container .form{
    display: flex;
    margin-top: 30px;
    height: 400px;
    align-items: center;
}
.contact .container .form .left{
    flex: 1;
    padding: 50px 15px;
    color: #ffffff;
}

.contact .container .form .left .item{
    display: flex;
    padding: 10px 30px;
    border: 1px solid #cccccc;
    height: 120px;
    align-items: center;
    margin-bottom: 30px;
    border-radius: 10px;
}
.contact .container .form .left .item .icon{
    width: 40px;
    height: 40px;
    background-color: #88cda7;
    border-radius: 50%;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact .container .form .left .item .icon img{
    width: 20px;
}
.contact .container .form .left .item .label{
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    padding-bottom: 5px;
}
.contact .container .form .left .item .help{
    padding-bottom: 5px;
    color: #737373;
}
.contact .container .form .right .qr-warp{
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}
.contact .container .form .right .qr-warp .qr-item{
    font-size: 16px;
    line-height: 38px;
    font-weight: bold;
}
.contact .container .form .right .qr-warp .bg{
    background-color: #ffffff;
    width: 132px;
    height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
}
.contact .container .form .right .qr-warp .bg img{
    width: 100%;
}

.contact .container .form .right{
    flex: 1;
    padding: 30px;
}

.contact .container .form .right .name{
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #000000;
}


.map-warp{
    width: 100%;
    background-color: #ffffff;
    padding: 30px 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.map-warp img{
    width: 100%;
    -webkit-user-drag: none;
    margin: 10px;
}
