@charset "utf-8";

.xj-tabs th{
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #9ec6eb;
}
.xj-tabs td{
    padding: 10px;
    line-height: 46px;
}
.hf-content p{
       line-height: 32px;
    margin: 10px 0;

}
.content-info{padding: 0 100px 20px 100px;}
.hd-letter-content .title {
    width: 120px;
    height: 37px;
    line-height: 37px;
    display: block;
    text-align: center;
    color: white;
    font-size: 16px;
    background: url(../../images/hd/hd-form-item-tit-02.png) no-repeat;
}
.hd-letter-content table {
    border-left: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}
.hd-letter-content table tr td {
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    
}
.hd-letter-content table tr td.tit {
    /*width: 150px;*/
    text-align: center;
    background: #f9f9f9;
    text-align: right;
}
.hd-letter-content table tr td.con {
    line-height: 30px;
    text-indent: 28px;
    text-align: left;
}
.hd-letter-content table tr td.con span{color: #333!important;}
.star-submit{overflow: hidden}
.star-submit table tr td input[type=text] {
    border: 1px solid #ebebeb;
    height: 28px;
    line-height: 28px;
    width: 180px;

}
.star-submit table tr td.submit input {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ebebeb;
    background: #f4f4f4;
    cursor: pointer;
}
.star-submit table tr td.submit {
    text-align: center;
}
.form-horizontal{
    width: 80%;
    background: #fff;
    /*float: right;*/
    
    overflow: hidden;
    margin: 0 auto;
}
.fromtitle{text-align: center;line-height:36px;font-size: 22px;}
.content table {
    border-left: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    width: 100%;
}
.content table tr td {
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 10px;
    font-size: 14px;
    font-weight:100;
}
.content table tr td input,.content table tr td label{font-weight:100;}
.form-actions{
    margin-top: 20px;
    text-align: center;

}
/*.tit-1{border: 1px solid #ebebeb;border-bottom: none;}*/
.book {
    border: 1px solid #ebebeb;
    padding: 20px;
    border-top: none;
}

@media all and (max-width: 1024px) {
    .content-info {
        padding: 0 50px 20px 50px;
    }
}
@media all and (max-width: 750px) {
    .content-info{padding: 10px;}
    .shadow-0{box-shadow:none;}
.form-horizontal{width:90%;}
}