﻿body {
    margin: 0px;
    padding: 0px;
}
span {
    vertical-align: middle;
    padding-left: 10px;
    font-family: 微软雅黑,宋体,Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 17px;
    color: #173E65;
    text-decoration: none;
}

.TipsInfo {
    /*提示框*/
    width: 100%;
    background-color: #EEEEEE;
    height: 30px;
    border-left: 5px solid #025691;
    margin-top: 10px;
}

input {
    text-align: right;
    border: 0;
    width: 90%;
}

textarea {
    text-align: right;
    border: 0;
    width: 90%;
    margin-top: 2px;
    height: 40px;
    font-size:14px;
}

.auto-style1 {
    height: 23px;
}

.mySubMit {
    width: 90%;
    display: initial;
    text-align: center;
    border-radius: 10px;
}

table tr {
    height: 35px;
}

table td {
    border-bottom: 1px dotted;
}

/*镶嵌表*/
.InlayTable {
    width: 93%;
    border-spacing: 0;
    border: 1px solid #AFAFAF;
    border-radius: 9px;
    border-collapse: inherit;
    border-style: solid;
}
/*空心按钮*/
.HollowBtn {
    background-color: white;
    color: #508AC4;
    border: 2px solid #508AC4;
    width: 90%;
    height:40px;
    display: initial;
    text-align: center;
    border-radius: 10px;
}
/*搜索框*/
.SearchFrame {
    text-align: left;
    width: 90%;
    height: 35px;
    border-radius: 30px;
    border: 1px solid #AFAFAF;
    margin-top: 10px;
    margin-left:6%;
}
.SearchFrame-input {
    text-align: left;
    position: absolute;
    left: 10%;
    top: 20px;
    width: 70%;
}
.SearchFrame-img {
    background-image: url(../../images/sousuo.png);
    width: 25px;
    height: 25px;
    background-color: white;
    position: absolute;
    margin-right: 20px;
    top: 15px;
    right: 5%;
}
