﻿@charset "utf-8";
.mask {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 100%;
    background: rgb(36, 35, 35);
    opacity: 0.8;
    filter: alpha(opacity=60);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

#LoginBox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    width: 34%;
    border: 1px solid #b6b6b6;
    border-radius: 7px;
    z-index: 10000;
    display: none;
}

.row {
    background: #ffffff;
    padding: 0px 20px;
    line-height: 50px;
    height: 50px;
    color: #b6b6b6;
    text-align: center;
    margin-bottom: 30px;
}
.row h4{
    font-size: 24px;
    color: #222222;
}
.row hr{
    width: 80%;
    margin-left: 10%;
    height: 1px;
    background-color: #dcdcdc;
}

.close_btn {
    width: 96px;
    height: 40px;
    font-size: 14px;
    color: #ffffff;
    background-color: #444444;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 10px;
}
.sub-put{
    width: 96px;
    height: 40px;
    font-size: 14px;
    color: #ffffff;
    background-color: #005dab;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.sub-file{
    width: 150px;
    height: 34px;
}

.putform {
    height: 200px;
    text-align: center;
}
.putform p{
    font-size: 14px;
    margin-top: 20px;
    color: #444444;
}
.putform div{
    margin-top:30px;
}
/* -----------------------重新定义------------------------ */


/* ---------------------------电脑端---------------------- */
@media all and (max-width:1700px) {}

@media all and (max-width:1460px) {}

@media all and (max-width:1380px) {}

@media all and (max-width:1300px) {}

@media all and (max-width:1280px) {}

@media all and (max-width:1200px) {}

@media all and (max-width:900px) {
    #LoginBox {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 94%;
    }
    .row h4 {
        font-size: 18px;
    }
    .close_btn {
        width: 80px;
        height: 34px;
    }
    .sub-put{
        width: 80px;
        height: 34px;
    }
    
}














/* ---------------------------手机端---------------------- */















