@charset "utf-8";
/* CSS Document */
html,
body,
div,
span,
s,
p,
b,
input,
i,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img {
    margin: 0;
    padding: 0;
    /* font-size: 16px; */
    box-sizing: border-box;
    list-style: none;
    word-break: break-all;
}

* {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: rgb(0, 0, 0);
}
:root {
    --main-theme-color: #0068c9;
}
li {
    list-style-type: none;
}

input {
    outline: none;
}

button {
    border: none;
    padding: 0;
}
/*GM2D打开页面*/
.G2-top {
    display: block;
}

.G2-cont {
    min-height: calc(100% - 90px);
    display: flex;
    flex-direction: column;
    /* padding-top: 10px; */
}

.G2-cont1 {
    background-image: url(/gtinnb/img/2.png);
    background-repeat: no-repeat;
    background-size: 95% 100%;
    background-position: center;
    margin: 0 auto;
    min-width: 345px;
    min-height: 248px;
    position: relative;
    text-align: center;
}

.G2-cont1-h3 {
    text-align: center;
    color: white;
    padding-top: 3px;
}

.G2-cont1-vid {
    margin: 10px auto;
    border: 1px solid #162E91;
}

.G2-cont2 {
    width: 95%;
    background-color: white;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
    border-radius: 8px;
    margin: 10px auto;
    padding-top: 15px;
}

.G2-cont2-h3 {
    font-size: 20px;
    font-weight: bold;
    color: #142D96;
    margin: 0px 15px;
}

.line {
    border-bottom: 1px solid #cecece;
    padding-top: 15px;
}

.G2-cont2-ul {
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
}

.G2-cont2-li {
    width: 19%;
    height: 30px;
    border: 1px solid #999999;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
}

.G2-cont2-hover {
    background: #00A9FF;
    color: white;
    border: #00A9FF;
}

.G2-cont2-1 {
    padding: 15px;
    padding-top: 0px;
    text-align: justify;
}

.G2-cont2-h4 {
    color: #313645;
    font-size: 18px;
    border-left: 3px solid #313645;
    padding-left: 5px;
}

.G2-cont2-p {
    margin-top: 5px;
}

.G2-cont3-li {
    width: 31%;
    height: 30px;
    border: 1px solid #999999;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
}

.G2-cont3-hover {
    background: #00A9FF;
    color: white;
    border: #00A9FF;
}

.G2-cont4-img {
    margin: 10px auto;
    display: block;
}

.footer {
    height: 45px;
    width: 100%;
    /*background-color: var(--main-theme-color);*/
    padding: 10px 0;
    position: sticky;
    bottom: 0;
    border-top: 1px solid #cecece;
    background-size: 100% 100%;
    background-image: url(/gtinnb/img/footer-nb.png);
}

.footera{
    display: flex;
    height: 25px;
    align-items: center;
    justify-content: center;
}
.footer-a{
    font-size: 23px;
    font-weight: bold;
    display: block;
    color: #FFFFFF;
    width: 45%;
    text-align: center;
}

.wine-line{
    border-left: 1px solid #0068c9;
    width: 1px;
    height: 40px;
}
/* .footer2{
    position: fixed; 
} */
.G2-footer-ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.G2-footer-li {
    text-align: center;
    width: 25%;
    color: #000;
    font-size: 14px;
}

.G2-footer-img {
    display: block;
    margin: 5px auto;
}
/*钢琴*/
.G2-P-1 {
    background-color: white;
    width: 95%;
    border-radius: 5px;
    padding: 6px 0;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}

.G2-n-banner {
    box-shadow: 1px 2px 0px 2px rgb(133 133 133 / 10%);
    width: 100%;
    height:auto;
    text-align: center;
    position: relative;
}

.swiper img {
    width: 100%;
}

.G2-n-cont {
    display: flex;
    flex:1;
    /* margin-top: 10px; */
    /*border-top: 1px solid black;*/
    justify-content: space-between;
    background-color: #f7f7f7;
}

.G2-P-cont-ul {
    border-radius: 10px;
    margin: 10px 0 10px 0px;
    width: 22%;
    background-color: white;
    padding-left: 6px;
    padding-right: 6px;
}

.G2-P-cont-li {
    height: 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-items: center;
    font-size: 14px;
}

    .G2-P-cont-li::after {
        position: absolute;
        content: "";
        height: 1px;
        width: 95%;
        background-color: #000;
        left: 0px;
        top: 60px;
    }

.G2-n-cont-li-2 {
    width: 102px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    justify-items: center;
}

.G2-n-cont-li-hover {
    height: 40px;
    background: var(--main-theme-color);
    color: white;
    border-radius: 5px;
}

.G2-n-cont-r {
    background-color: #fff;
    width: 77%;
    padding: 10px;
    margin: 10px 0 10px 10px;
    min-height: 400px;
    /*border-left: 1px solid black;*/
    /* border-radius: 5px; */
    /* margin-top: 12px; */
}

.G2-P-cont-3 {
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 18px;
}

    .G2-P-cont-3 img {
        margin-right: 6px;
    }

.G2-P-cont-3-p {
    text-align: left;
    margin-top: 4px;
    font-size: 14px;
}

.G2-P-cont-r-1 {
    border-bottom: 1px dashed #cecece;
    padding: 6px 0;
}

.G2-P-cont-r-2 {
    border-bottom: 1px dashed #cecece;
    padding: 8px 0;
    display: flex;
}

    .G2-P-cont-r-2:last-child {
        border: none;
    }

.G2-P-cont-r-2l {
    width: 58%;
}

.G2-P-cont-r-2r {
    margin-left: 10px;
}

html, body {
    width: 100%;
    height: 100%;
}

#app {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.dialog {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin: 0 auto;
    width: 70%;
    height: 50%;
    z-index: 666;
}

.flex_box {
    display: flex;
    /* justify-content: space-between; */
    align-content: start;
    flex-wrap: wrap;
    height: calc(100% - 30px);
    padding: 10px 10px 0;
    border-radius: 5px;
    background-color: #fff;
    overflow-y: auto;
}

.flex_item {
    width: 24%;
    height: 30%;
    color: #fff;
    text-align: center;
    margin-right: 1%;
}

    .flex_item:nth-child(n+5) {
        margin-top: 10px;
    }

    .flex_item .imgs {
        width: 100%;
    }

    .flex_item .icons {
        width: 30%;
    }

.flex_item {
    width: 24%;
    height: 27%;
    color: #fff;
    padding: 5px;
    border: 1px solid #999;
    border-radius: 5px;
}

.flex_title {
    font-size: 9px;
    color: #000;
}

.close {
    width: 22px;
    height: 22px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    line-height: 16px;
    color: #fff;
}

.mask {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    z-index: 333;
}

.pin-p {
    margin-top: 20px;
}

.pin-p-span {
    width: 65px;
    display: inline-block;
    text-align: left;
}

.pin-input {
    width: 67%;
    height: 40px;
    border: 1px solid #cecece;
    border-radius: 5px;
    padding-left: 5px;
    margin-left: 10px;
}

.pin-input2 {
    width: 67%;
    border: 1px solid #cecece;
    border-radius: 5px;
    padding-left: 5px;
    margin-left: 10px;
    min-height: 50px;
    resize: vertical;
}

.pin-btn {
    width: 99%;
    height: 36px;
    margin-top: 20px;
    background: #00A9FF;
    color: white;
    border-radius: 5px;
    font-size: 17px;
}

.pin-p2 {
    display: flex;
    justify-content: space-between;
}

.pin-p2-check {
    width: 67%;
    text-align: left;
}

.pin-p3 {
    text-align: justify;
    text-indent: 32px;
}



.n-cont-r-ul {
    position: relative;
    background-color: white;
    border-radius: 5px;
    padding: 10px;
}

.n-cont-r-ul-li {
    font-size: 14px;
    margin-bottom: 18px;
    display: flex;
    align-items: flex-start;
    border-bottom:1px dashed  #cecece;
    padding-bottom: 10px;
}
    .n-cont-r-ul-li:last-of-type {
        margin-bottom: 0px;
        /*border-bottom: none;*/
    }

.n-cont-r-l {
    text-align: left;
    margin-right: 6px;
    width: 135px;
    color: #000;
    /*font-weight: bold;*/
}

.n-cont-r-r {
    width: 75%;
    display: inline-block;
    text-align: right;
}

.n-cont2-r {
    border-top: 1px solid #000000;
    margin-top: 10px;
}

.n-cont2-r1 {
    background-color: white;
    border-radius: 20px;
    width: 100%;
    height: 88px;
    margin-top: 10px;
    display: flex;
    position: relative;
}

.n-cont2-h4 {
    font-size: 15px;
    font-weight: 600;
}

.n-cont2-img {
    width: 30%;
    display: block;
    height: 100%;
}

.n-cont2-r2 {
    margin-left: 8px;
    margin-top: 8px;
}

.n-cont2-p {
    margin-top: 6px;
    font-size: 11px;
}

.n-cont2-btn {
    background: #222222;
    border-radius: 9px;
    color: #FFFFFF;
    height: 20px;
    font-size: 6px;
    width: 20%;
    position: absolute;
    top: 70%;
    right: 3%;
}

.n-cont3 {
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
}

.bottom-25{
    bottom: 25%;
}
.bottom-10{
    bottom: 10%;
}
.G2-n-swiper-a-zsl {
    z-index: 9;
    /*background: linear-gradient(90deg, #e47733, #e47733);*/
    background-image: url(/gtinsp/img/zslScanLogo.png);
    background-size: cover;
    color: white;
    display: block;
    width: 110px;
    height: 35px;
    /*text-align: center;*/
    /*font-size: 14px;*/
    /*line-height: 24px;*/
    border-radius: 12px 0px 0px 12px;
    position: absolute;
    right: 0;
}
.G2-n-swiper-a-back {
    z-index: 9;
    background: linear-gradient(90deg, #e47733, #e47733);
    color: white;
    display: block;
    width: 110px;
    height: 35px;
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    border-radius: 12px 0px 0px 12px;
    position: absolute;
    right: 0;
}
.G2-n-cont2 {
    text-align: center;
}

.G2-n-cont2-ul {
}

    .G2-n-cont2-ul li {
        margin-top: 10px;
    }

.G2-n-top {
    background-image: url(/gtinnb/img/top-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 90px;
    position: relative;
}

.G2-n-top-e {
    background-image: url(/gtinnb/img/naturehike/naturehike-top-e.png);
}

.G2-n-top p {
    color: #fff;
    padding-left: 15px;
}

.G2-n-top-p {
    font-weight: bold;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 5px;
}

.G2-n-top-a {
    background: linear-gradient(90deg, #f2b200, #e47733);
    color: white;
    display: block;
    width: 100px;
    height: 24px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    border-radius: 12px 0px 0px 12px;
    position: absolute;
    right: 0;
    bottom: 20%;
}

.G2-n-cont2-2 {
    font-size: 13px;
    margin-top: 10px;
}

.G2-n-cont2-2p {
    margin-top: 8px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}

.lagbtn {
    background-color: #ffffff70;
    border: 1px solid #7d1c20;
    color: white;
    width: 75px;
    border-radius: 3px;
    display: block;
    text-align: center;
}

.G2-n-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
}

    .G2-n-logo img {
        width: 80px;
        margin-right: 15px;
    }





.honour {
    background: #FFFFFF;
    border-radius: 12px;
    margin-top: 20px;
}

.honour-tlt {
    font-weight: bold;
    color: #FFFFFF;
    background: var(--main-theme-color);
    height: 40px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    border-radius: 12px 12px 0px 0px;
}

.honour-cont {
    padding: 10px;
}

.honour-tlt2 {
    padding-left: 6px;
    border-left: 3px solid var(--main-theme-color);
    margin: 10px 0;
}

.honour-table {
    width: 100%;
    border: 1px solid #DDDDDD;
    border-spacing: 0px;
    border-collapse: collapse;
}

.honour-table-tlt {
    background: #F4F4F4;
    width: 100%;
    height: 30px;
    font-size: 15px;
}

.honour-table-cont {
    border-bottom: 1px solid #DDDDDD;
}

    .honour-table-cont td {
        height: 30px;
        text-align: center;
        border-color: #DDDDDD;
        color: #999999;
        font-size: 14px;
        padding: 5px 0;
    }

.honour-table2-cont-l {
    width: 50%;
}

.honour-table3-cont-l {
    width: 30%;
}

.honour-table3-cont-l2 {
    width: 46%;
}

.back-home {
    display: block;
    position: fixed;
    bottom: 20%;
    left: 86%;
}

.go-home {
    display: block;
    position: absolute;
    top: 3%;
    left: 86%;
}


.swiper-img {
    display: block;
    width: 125px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999;
}


.G2-cont5 {
    background-color: white;
    border-radius: 5px;
    width: 100%;
    min-height: 40px;
    padding: 10px;
    padding-bottom: 0;
    padding-right: 2px;
}

.G2-cont5-ul {
    display: flex;
    flex-wrap: wrap;
}

.G2-cont5-li {
    padding: 10px 15px;
    background-color: #e8ecf6;
    border-radius: 30px;
    margin-right: 8px;
    margin-bottom: 10px;
    font-size: 14px;
}

.G2-cont5-lihover {
    background-color: #1d48aa;
    color: white;
}

.G2-cont52 {
    margin-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}

.evaluate-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.evaluate-time {
    color: #888;
    font-size: 14px;
}

.evaluate-cont2 {
    display: flex;
    align-items: center;
}

.evaluate-p1 {
    margin: 0 5px;
}

.evaluate-p2 {
    margin-top: 10px;
    text-align: justify;
}

.evaluate-img {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.evaluate-img-l {
    width: 150px;
}

.evaluate-btn {
    width: 100%;
    background-color: #0096ff;
    color: white;
    margin-top: 10px;
    padding: 10px 0;
    font-size: 16px;
    border-radius: 5px;
}



.G2-n-banner2 {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
}

.G2-g-p2 {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    color: red;
}

.G2-n-cont-r2 {
    background-color: #f4f4f4;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    min-height: 350px;
}

.n-cont-r-ul2 li {
    font-size: 14px;
    margin-bottom: 14px;
    display: flex;
    align-items: baseline;
}

    .n-cont-r-ul2 li:last-child {
        margin-bottom: 0px;
    }

.n-cont-r-l2 {
    font-weight: bold;
    margin-right: 6px;
    width: 84px;
}

.n-cont-r-r2 {
    width: 70%;
    display: inline-block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 18px;
}

.red {
    color: red;
}

.G2-n-cont3 {
    display: flex;
    margin-top: 10px;
    border-top: 1px solid black;
    justify-content: space-between;
    background-color: #f7f7f7;
}

.evaluate-top {
    position: relative;
    background-color: white;
    height: 45px;
    display: flex;
    align-items: center;
}

.evaluate-top-bt {
    text-align: center;
    width: 100%;
    line-height: 45px;
    font-size: 18px;
}

.back-home2 {
    position: absolute;
    left: 4%;
}

.evaluate-cont3 {
    margin: 0 auto;
    margin-top: 10px;
    background-color: #fff;
    width: 90%;
    padding: 12px;
    border-radius: 5px;
}

.evaluate-cont3-1 {
    display: flex;
}

.evaluate-cont3-r {
    margin-left: 10px;
}

.evaluate-cont3-p {
    color: #888;
}

.evaluate-cont3-2 {
    margin-top: 15px;
    display: flex;
}

.evaluate-cont3-bt {
    margin-right: 10px;
    font-weight: 600;
}

.evaluate-cont4 {
    margin: 0 auto;
    margin-top: 10px;
    background-color: #fff;
    width: 100%;
    padding: 12px;
    border-radius: 5px;
}

.evaluate-testarea {
    width: 100%;
    border: none;
    font-size: 16px;
    margin-bottom: 10px;
}

.G2-zpm-tu {
    background-image: url(/gtinnb/img/tup.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 90px;
}

.Upload {
    margin: 10px;
    font-size: 16px;
}

.hint {
    margin-top: 5px;
    font-size: 14px;
}

.title {
    margin-bottom: 20px;
    padding-left: 6px;
    border-left: 5px solid var(--main-theme-color);
    font-size: 21px;
}

.title2 {
    padding-left: 6px;
    border-left: 4px solid #51679b;
    font-size: 16px;
    width: 80px;
    display: inline-block;
}

.in-title {
    height: 30px;
    padding-left: 6px;
    border: none;
    border-bottom: 1px solid #cecece;
    width: 70%;
    margin-left: 5px;
    font-size: 16px;
}

.evaluate-cont4-1 {
    margin-bottom: 10px;
}
