﻿.Com_List_Tit {
    font-weight: bold;
    font-size: 15px;
}

    .Com_List_Tit span {
        color: red;
        font-weight: bold;
        font-size: 15px;
    }

#addnew {
    float: right;
}
.Index_Function {
   width: 1024px;
    margin: auto;
}

.Function_disappear {
    margin:auto;
    display:block;
    cursor:pointer;
}

.Function_show {
    margin:auto;
    display:none;
    cursor:pointer;
}

.Index_Header {
    width: 1024px;
    height:1435px;
    margin: auto;
    overflow:hidden;
}

.Index_Header img {
    width: 100%;
}

.Index_Main {
    width: 1024px;
    height: 1410px;
    margin: auto;
    margin-bottom: 20px;
    background-image: url('Images/Form.jpg');
    background-size:100% auto;
    background-repeat:no-repeat;
    padding-top: 125px;
}

.Index_Items {
    width:100%;
    height:60px;
    margin:1px;
}

.Inedex_Textbox {
    height:30px;
    margin-top:28px;
    border:0;
    outline:0;
    font-size:17px;
    line-height:43px;
    opacity:0.8
}

.Inedex_Checkbox {
    width:30px;
    height:30px;
    margin-top:44px;
}

.Inedex_Submit {
    width:180px;
    height:40px;
    float:right;
    margin-top:200px;
    margin-right:55px;
    background:red;
    border:0;
    border-radius:3px;
    color:#efefef;
    font-size:16px;
    font-weight:bold;
    cursor:pointer;
}

.Inedex_Submit1 {
    width:120px;
    height:40px;
    float:right;
    margin-top:250px;
    margin-right:55px;
    background:black;
    border:0;
    border-radius:3px;
    color:#efefef;
    font-size:16px;
    font-weight:bold;
    cursor:pointer;
}

.Inedex_Submit1:hover {
    opacity:0.8;
}
