/*此处是阴影div*/
.layermy {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    _position: absolute;
    pointer-events: auto;
}

.pop {position: absolute;top: 50%; left: 50%; margin-left: -25px;margin-top: -25px; display: none}

.dialog-box{
    width: 80%;
    max-width: 300px;
    height: 210px;
    background-color: #ffffff;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    z-index: 9999999;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
}

.logo{
    /*margin:3px;*/
    /*margin-right: 15px;*/
    argin: 10px;
    width:30px ;
    /*height:30px ;*/
    border-radius:0.4rem ;
    height: auto;
    max-width: 100%;
}

/*登录*/
#loginModal1 {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}




#loginModal1 .modal-content1 {
    background-color: #fefefe;
    margin: 15% auto; /* 调整这里的百分比值 */
    margin-top: 260px;
    padding: 20px;
    border: 1px solid #888;
    width: 75%;
    max-width: 500px;
    position: fixed;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

/*支付*/
.payment-methods {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.payment-methods button {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}
/*button {*/
/*    display: block;*/
/*    width: 100%;*/
/*    padding: 10px;*/
/*    border: none;*/
/*    border-radius: 5px;*/
/*    background-color: #4CAF50;*/
/*    color: white;*/
/*    font-size: 16px;*/
/*    cursor: pointer;*/
/*}*/

.payment-methods button:hover {
    background-color: #f0b4b4;
}

.payment-methods .active {
    background-color: #f0b4b4;
    color: #fff;
}

.confirm-button {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.confirm-button button {
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    background-color: #007bff;
    color: #fff;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.confirm-button button:hover {
    background-color: #0056b3;
}

/*选择套餐*/
.product-btn {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
    text-align: center;
    transition: background-color 0.3s ease;
}

.product-btn:hover {
    background-color: #e9e9e9;
}

.product-btn.selected {
    background-color: #f0b4b4;
    color: #fff;
}
/**/

.close1 {
    color: #aaa;
    float: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.close1:hover,
.close1:focus {
    color: black;
    text-decoration: none;
}

h2 {
    margin-top: 0;
}

.input-container1 {
    margin-bottom: 10px;
}

input[type="phone"] {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}

.loginbutton {
    display: block;
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #4f46e5;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.loginbutton:hover {
    background-color: #4f46e5;;
}


 .register_getCode, .getCode {
     /*position: absolute;*/
     /*right: 0;*/
     /*bottom: 0.1rem;*/
     color: #745dff;
     /*font-size: 0.14rem;*/
     /*letter-spacing: 1px;*/
 }
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}



/*下拉菜单*/
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown.active .dropdown-content {
    display: block;
}



