#main{
    background-color:  #ffffff;
    display:block;
    width: 1120px;
    height: 600px;
    margin: auto;
    margin-top:40px;
    margin-bottom: 40px;
    padding:10px;
    box-shadow: 1px 2px 2px 2px #8b8b8b;
}

#gui_bar{
    /* background-color:  #f7b7b7; */
    background-color:  #ffffff;
    width: 1100px;
    height:40px;
    margin: auto;
    padding-left: 10px;
    display: block;
    padding-top: 10px;
}

#gro_bar
{
    /* background-color:  #ffffff; */
    background-color:  rgb(85, 85, 85);;
    width: 1080px;
    height:50px;
    margin: auto;
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    margin-top: 10px;
}

#search
{
    
    background-color:  #e2e2e2;
    /* background-color:  #b34f4f; */
    float:right;
    height: 30px;
    width: 215px;
    margin: auto;
    display:flex;
    padding:5px;
    border-radius:10px;
}

ul[class="gui_bar"]
{
    margin: auto;
    padding-inline-start:0px;
    padding-top: 10px;
    float: left;
}

ul[class="gro_bar"]
{
    background-color:  rgb(85, 85, 85);
    margin: auto;
    padding-inline-start:0px;
    padding-top: 10px;
    padding-inline-start:0px;
    height:30px;
}

ul[id="sub-menu"]
{
    margin-top: -20px;
    position: relative;
    float: unset;
    background-color:  rgb(85, 85, 85);
    width: 7em;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 0px;
    left: -5px;
    z-index: 9999;
    border:  1px solid #e2e2e2;
    border-top-color: rgb(85, 85, 85);
    border-radius: 0px 0px 10px 10px;
    padding-top: 5px;
    display:none; 
}

ul[id="sub-menu-my"]
{
    display:block;
    float: unset;
    visibility: visible;
    background-color:  rgb(85, 85, 85);
    width: 6em;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 100%;
    left: -5px;
    z-index: 9999;
    border:  1px solid #e2e2e2;
    border-top-color: rgb(85, 85, 85);
    border-radius: 0px 0px 10px 10px;
    padding-inline-start: 0px;
    padding-top: 5px;
    display: none;
}

li
{
    list-style: none;
    border-right: 1px solid #000000;
    margin-left: 20px;
    display: inline;
    padding-right: 10px;
}

#gro_bar > ul >li
{
    border-right-color: rgba(185, 183, 183, 0.507);
    display:block;
    float: left;
    height: 35px;
}

#sub-menu >li
{
    padding-left: px;
    display:block;
    height: 35px;
    border-right: 0px;
}

#sub-menu-my >li
{
    padding-left: px;
    display:block;
    height: 35px;
    border-right: 0px;
}

a[class="gui_bar"]
{
    text-decoration: none;
    color: none;
    font-size: 15px;
}

a[class="gro_bar"]
{
    display: block;
    padding-top: 5px;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    font-family: Helvetica, 微软雅黑, Arial, sans-serif;
}

#sub-menu a
{
    padding-top: 5px;
    text-decoration: none;
    /* font-size: 20px; */
    color: #ffffff;
    font-family: Helvetica, 微软雅黑, Arial, sans-serif;
}

#sub-menu-my a
{
    padding-top: 5px;
    text-decoration: none;
    /* font-size: 20px; */
    color: #ffffff;
    font-family: Helvetica, 微软雅黑, Arial, sans-serif;
}

.head
{
    padding-top: 20px;
    width: 1120px;
}

.search
{
    border:0px;
    outline: none;
    background-color:  #e2e2e2;
}

input[name="search"]
{
    border: 0px;
    background: url(../img/search.png);
    background-repeat: no-repeat;
    background-size: 31px;
    height:30px;
    width:30px;
    outline: none;
    cursor: pointer;
}

.hide-border
{
    border:0px;
}

.top
{
    position:fixed;
    top:85%;
    left:92%;
    cursor:pointer;
    width: 64px;
    padding:9px 4px;
    text-align:center;
}

.clear
{
    clear: both;
}

/* -----------------------------------------------------
-------------------- 网站模板结束 -----------------------
--------------------------------------------------------

庆祝！！！！！！！要累死了，搞了好久，以后就套上面的模板就好了

--------------------------------------------------------
------------------ 分页面网页布局开始 --------------------
------------------------------------------------------ */

div.forget
{
    background: url(../img/bc3.jpg);
    width: 480px;
    margin: auto;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 1px #808080;
}

.td-forget-tittle
{
    height: 40px;
    width: 460px;
    padding: 10px;
    font-size: 25px;
    font-weight: bold;
}

#user-id
{
    height: 30px;
    width:240px ;
    border-radius:10px;
    padding-left: 10px;
    outline:none;
}

.td-forget
{
    padding-left: 15px;
    height: 50px;
}

#check-id
{
    height: 30px;
    width:115px ;
    padding-left: 10px;
    border-radius:10px;
    outline:none;
}

.check-button
{
    height: 30px;
    border-radius:10px;
    border:2px solid #3d9ee5;
    background: none;
    outline:none;
    cursor: pointer;
    color:#3d9ee5;
    font-size: 15px;
}

.pwd
{
    height: 30px;
    width:170px ;
    padding-left: 10px;
    border-radius:10px;
    outline:none;
}

.submit
{
    height: 30px;
    width: 110px;
    border-radius:10px;
    border: 0px;
    background:  #3d9ee5;
    outline:none;
    cursor: pointer;
    color:#ffffff;
    font-size: 15px;
    margin-left:170px;
}