﻿/**!
* 网站大师-依申请公开
* author: xiaolong;
*/

.apply {
    /* margin-top: 10px; */
   /*  border: 1px solid #e1e1e1; */
    padding: 25px 120px 30px;
	background-color: white;
	border-top: 0px;
	border: 1px solid #e6e6e6;
}

@media (min-width: 768px) and (max-width: 979px) {
    .apply {
        padding: 25px 20px 30px;
    }
}

.applypublic-tt {
    line-height: 30px;
    padding-bottom: 35px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.apply-table {
    width: 100%;
    font-family: "Simsun";
}

@media (max-width: 767px) {
    .apply {
        padding: 25px 20px 30px;
        overflow: auto;
    }
    .apply-table {
        min-width: 720px;
    }
}

.apply-table td {
    line-height: 30px;
    border: 1px solid #e1e1e1;
}

.apply-table tr:nth-child(2n+1) {
    background-color: #eaf3fc;
}

.apply-table tr.last {
    background-color: #fff;
}

.apply-table-field {
    display: inline-block;
    width: 150px;
    padding-right: 8px;
    line-height: 30px;
    text-align: right;
    vertical-align: top;
}

.require {
    color: #f60003;
}

.apply-input {
    width: 170px;
    height: 22px;
    padding-left: 10px;
    border: 1px solid #70a6c2;
}

.apply-textarea {
    width: 528px;
    height: 136px;
    border: 1px solid #70a6c2;
    vertical-align: middle;
    margin: 4px 0;
}

.validate-img {
    margin: 0 25px 0 5px;
}

.btn-apply {
    width: 58px;
    height: 17px;
    border: 1px solid #aed2e0;
    background: url(../images/btn-bg.jpg) repeat-x;
    padding: 0;
    color: #fff;
    margin-left: 20px;
    cursor: pointer;
}

.apply-write-note {
    text-align: center;
}
/* 0715新增 */
.ewb-location p {
	padding-left: 37px;
	color: #666;
	background: url(../images/location_ico.png) 13px center no-repeat;
}
.ewb-location p span {
    color: #65a708;
}
.ewb-location p a {
    color: #666;
}