/* 導覽教學 */
.teachOpen{
    position: fixed;
    bottom: 171px;
    right: 30px;
    background: #000;
    color: #fff;
    padding: 5px;
    text-align: center;
    z-index: 98;
    font-size: 20px;
    cursor: pointer;
}
.Teachstyle{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    min-width: 100vw;
    width: 100vw;
    background-position: center 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    zoom: 1;
    z-index: 100;
    overflow: scroll;   
}
.Teach01{
    background-image: url(/Content2/images/teach01.jpg);
}
.Teach02{
    background-image: url(/Content2/images/teach02.jpg);
}
.Teach03{
    background-image: url(/Content2/images/teach03.jpg);
}
.Teach04{
    background-image: url(/Content2/images/teach04.jpg);
}
.Teach05{
    background-image: url(/Content2/images/teach05.jpg);
}
.Teach06{
    background-image: url(/Content2/images/teach06.jpg);
}
.Teachstyle.active{
    display: block;
}

.Teachstyle h3{
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
}
.Teachstyle img{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.Teach01 .Teach01window img{
    width: 300px;
    position: relative;
    display: flex;
    margin: auto;
}
.Teach01 .Teach01window .Teach01Btn{
    background: #03aff1;
    color: #fff;
    padding: 5px 20px;
    border-radius: 10px;
    width: 43%;
    text-align: center;
    /* display: flex; */
    margin: auto;
    margin-top: 20px;
    font-size: 1.5rem;
    cursor: pointer;
}
.Teach01 .Teach01window .Teach01Btn:hover{
    background: #027cac;
}
.Teach01 .Teach01window p{
    text-align: center;
    margin-top: 20px;
    font-size: 1.4rem;
}
.Teach01 h3{
    margin-top: 20px;
}
.Teachstyle .windowstyle{
   background: #fff;
   border-radius: 100px;
   -webkit-border-radius: 100px;
   -moz-border-radius: 100px;
   -ms-border-radius: 100px;
   -o-border-radius: 100px;
   box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
   z-index: 102;
   width: 600px;
   display: block;
   z-index: 902;
   /*height: 300px;
   */position: fixed;
   top: 40%;
   left: 50%;
   transform: translate(-50%,-50%);
   padding: 15px;
}


.Teach02 .Teach02window .point.child1{
    margin-left: 200px;
}
.Teachstyle .point{
    width: 10px;
    height: 10px;
    border-radius:50% ;
    -webkit-border-radius:50% ;
    -moz-border-radius:50% ;
    -ms-border-radius:50% ;
    -o-border-radius:50% ;
    opacity: .6;
    display: inline-block;
    background: rgb(19, 19, 19);
    margin: 0 7px;
}
.Teachstyle .point.Color{
    opacity: 1;
}
.Teachstyle .nextBtn, .Teachstyle .pretBtn{
    background: #d0eaf7;
    color: #0599d9;
    font-size: 1.75rem;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 100px;
    margin-left: 30px;
    cursor: pointer;
}
.Teachstyle .nextBtn:hover{
    background: #0599d9;
    color: #d0eaf7;
}
.Teachstyle .pretBtn{
    background: #fff;
    margin-left: 97px;
}
.Teachstyle .pretBtn:hover{
    background: #90e1ff;
}
.Teachstyle .colseBtn{
    color: #fff;
    font-size: 2rem;
    z-index: 222;
    position: fixed;
    cursor: pointer;
}

.Teachstyle .colseBtn img{
    width: 23px;
    position: absolute;
    left: -36px;
}
.Teachstyle .Teach01window{
    width: 400px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    top: 50%;
    left: 50%;
    padding: 25px;
}

.Teachstyle .Teach02window{
    /* width: calc(100% - 1300px); */
    top: 40%;
    left: 50%;
}
.Teachstyle.Teach02 .colseBtn{
    top: 54%;
    left: 47%;
}
.Teachstyle .Teach02window p{
    text-align: center;
    font-size: 1.5rem;
}
.Teachstyle .Teach03window{
    top: 34%;
    left: 41%;
}
.Teachstyle.Teach03 .colseBtn{
    top: 46%;
    left: 38%;
}
.Teachstyle .Teach03window p{
    text-align: center;
    font-size: 1.5rem;
}
.Teachstyle .Teach04window{
    top: 22%;
    left: 50%;
}
.Teachstyle.Teach04 .colseBtn{
    left: 47%;
    top: 33%;
}
.Teachstyle .Teach04window p{
    text-align: center;
    font-size: 1.5rem;
}
.Teachstyle .Teach05window{
    top: 47%;
    left: 50%;
}
.Teachstyle.Teach05 .colseBtn{
    left: 47%;
    top: 58%;
}
.Teachstyle .Teach05window p{
    text-align: center;
    font-size: 1.5rem;
}
.Teachstyle .Teach06window{
    top: 47%;
    left: 70%;
    width: 550px;
}
.Teachstyle.Teach06 .colseBtn{
    top: 59%;
    left: 68%;
}
.Teachstyle.Teach06 .pretBtn{
    margin-left: 65px;
}
.Teachstyle .Teach06window p{
    text-align: center;
    font-size: 1.5rem;
}
.colseBtnP{
    cursor: pointer;
}
@media(max-width:1200px){
    .Teachstyle{
        display: none!important;
    }
    .teachOpen{
        display: none;
    }
}
