* {
    margin: 0;
    padding: 0;
    color: rgba(82, 82, 91);
}

.Page {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    background-color: #f8f8f8;
}

.Install_Window {
    width: calc(100% - 70px);
    max-width: 500px;
    border-radius: 10px;
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1);
    padding: 20px;
    margin: 100px auto;
    position: relative;
}

.Install_Window_title {
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 6px;
    margin-bottom: 40px;
    overflow: hidden;
    background-color: #368dff;
    width: 200px;
    height: 45px;
    border-radius: 5px;
    line-height: 45px;
    position: absolute;
    top: -20px;
    left: calc(50% - 104px);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1);
}

.femnge {
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background-color: #f8f8f8;
    margin-top: 30px;
    margin-bottom: 30px;
}

.Install_Item {
    width: 100%;
    height: 50px;
    line-height: 40px;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
    border-radius: 5px;
    &:hover{
        background-color: #f1f1f1;
    }
}


.typebox {
    width: 50px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
}

.typebox img {
    height: 15px;
    margin: 15px 0 0 10px;
}

.Install_Title {
    float: left;
    padding-left: 20px;
    font-size: 14px;
    width: 100px;
    line-height: 50px;
}
.Install_TitleS{
    line-height: 50px;
    font-size: 14px;
    padding-left: 20px;

}
.Install_TitleS a{
    color: #368dff;
    text-decoration: none;
}
.xu_input{
    height: 40px;
    background-color: #f7f7f7;
    border-radius: 3px;
    border: none;
    width: calc(100% - 150px);
    padding-left: 10px;
    margin-top: 5px;


}

.xu_input:focus {
    outline: none;
    border: none;  /* 清除可能由框架添加的聚焦边框 */
}
.ButtonBox {
    width: 100%;
    justify-content: center;
    display: flex;
    margin-top: 30px;
}

.ButtonBox a {
    /*width: 100px;*/
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #368dff;
    margin: 0 10px;
    padding: 0px 10px;
    cursor: pointer;
    transition: all .3s;
    text-decoration: none;

}
.ButtonBox a span{
    color: #368dff;
}
.ButtonBox a img{
    height: 20px;
    animation: infinite-rotate 1s linear infinite;
    /* 启用GPU加速 */
    transform: translateZ(0);
    margin-top: 5px;
    display: none;
}

@keyframes infinite-rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }

.Copyright {
    text-align: center;
    font-size: 12px;
    color: #777777;
    margin-top: 30px;
}

.Copyright a {
    color: #368dff;
    text-decoration: none;
}
.Install_code{
    width: calc(100% - 20px);
    background-color: #f7f7f7;
    border-radius: 5px;
    padding:10px;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    overflow-x: auto;
    position: relative;
}
.Install_PsTitle{
    font-size: 13px;
}
.fuzhi{
    width: 80px;
    height: 30px;
    background-color: #368dff;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.shownobut{
    border: 1px solid #464646!important;
    background-color: #585858;
    color: #ffffff!important;
    cursor: no-drop!important;
}
.tw{
    text-align: center;
    color: #444444;
    font-size: 12px;
    margin-top: 30px;
}
.ss{
    color: #fa4831;
}
.zhuanxiang{
    border: 1px solid #ff430a!important;
}
.zhuanxiang span{
    color: #ff430a!important;
}

.install_errok{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    text-align: center;
}
.install_errok p{
    padding: 20px;
    background-color: #ea6666;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 100px auto;
    border-radius: 10px;
}