﻿
.dehau_btn{
    width: 30%;
    height: 50px;
    background-color: #1aad17;
    display: flex;
    align-items: center;
    color: #fff;
}

.copy_cg{
    display: none;
    position: fixed;
    top: 0px;
    max-width: 100%;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(00, 00, 00, .6);
    margin-left: -1696px;
}

.copy_cg2{
   display: none;
    position: fixed;
    top: -27px;
    left: 0;
    max-width: 100%;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(00, 00, 00, .6);
}
.copy_cg_con{
    width: 300px;
    height: 222px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 10px;
    text-align: center;
}
.copy_cg_con p{
    font-size: 16px;
    color: #666;
}
.copy_cg_x{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;

}
.copy_cg_se{
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
    margin-top: 20px;
}
.copy_cg_con .openwx{
    width: 130px;
    height: 40px;
    line-height: 40px;
    background-color: #1aad17;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    margin: auto;
    margin-top: 20px;

}
#wxnum{
    opacity: 0;
    position: absolute;
    top: -10px;
}
.button {
    background-color: #0c7ef6; /* 按钮颜色 */
    border: none;
    color: white; /* 文字颜色 */
    padding: 15px 11px; /* 内边距 */
    text-align: center; /* 文字居中 */
    text-decoration: none;
    display: inline-block;
    font-size: 16px; /* 字体大小 */
    margin: 4px 2px;
    cursor: pointer; /* 鼠标光标变为点击手势 */
    margin: auto;
    width: 45%;
    padding: 1px;
    border-radius: 50px;
  }
  .button2 {
    background-color: #0c7ef6; /* 按钮颜色 */
    border: none;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer; /* 鼠标光标变为点击手势 */
    width: 45%;
    border-radius: 50px;
  }
  .button:hover {
    background-color: #1aad17; /* 鼠标悬浮时的按钮颜色 */
  }
#kefu {
    top: 160px;
    bottom: 2px;
    /* left: auto; */
    position: fixed;
    z-index: 999999;
    display: block;
    right: 2px;
}
#kefu2 {
    position: fixed;
    top: 412px;
    z-index: 9999;
    right: 2px;
    }


