/*html{
    background-color: #fcfcfc;
}*/
.zywCollectionBg {
    position: relative;
    height: 482px;
    margin-top: -117px;
    background: url("/Content/images/zywCollectionBg.jpg") center;
}

.zywCollectionBg .w1200 {
    position: relative;
}

.zywCollectionBg .w1200 p {
    position: absolute;
    right: 0;
    top: 0;
    margin: 330px 142px 0 0;
    font-size: 22px;
    color: #2d987a;
}

.zywCollectionBg .w1200 p span {
    font-size: 36px;
    margin: 0 10px;
}

.zywCollectionMain {
    position: relative;
    border-top: 1px solid transparent;
    margin-top: -90px;
}

.zywCollectionMain .w1200 {
    position: absolute;
    padding-top: 23px;
    padding-bottom: 50px;
    background-color: #fff;
    top: 0;
    left: 50%;
    margin-left: -600px;
}

.zywCollectionMain table {
    width: 960px;
    margin: 0 auto;
    color: #999;
    font-size: 18px;
}

.zywCollectionMain table td {
    height: 100px;
    padding-top: 20px;
}

.zywCollectionMain table .td1 {
    width: 430px;
}

.zywCollectionMain table .td2 {
    width: 430px;
    padding-left: 50px;
}

.zywCollectionMain table td input[type^="text"] {
    display: block;
    width: 100%;
    padding-left: 10px;
    height: 69px;
    line-height: 69px;
    font-size: 24px;
    background-color: #f7f7f7;
    border: none;
    border-radius: 5px;
}

.zywCollectionMain table td textarea {
    display: block;
    width: 100%;
    padding: 10px;
    height: 160px;
    font-size: 24px;
    background-color: #f7f7f7;
    border: none;
    resize: none;
    border-radius: 5px;
}

.zywColumn label {
    margin-left: 50px;
}

.collectionSubBtn {
    display: block;
    width: 280px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 30px;
    color: #fff;
    background-color: #66d2b4;
}
.collectionSubBtn:hover{
    background-color: #2d987a;
}
.collectionSubBtn.noAgree{
    background-color: #ccc;
}
.zywCollectionMain .upLoading span {
    vertical-align: middle;
}

.zywCollectionMain .upLoadingSrc {
    cursor: pointer;
}

.zywCollectionMain .upLoadingSrc:hover {
    color: #2d987a;
}

.zywColumnCheckbox {
    margin-right: 10px;
}
.zywAgreementMainShelter{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.zywAgreementMain {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top: 1px solid transparent;
    margin-top: 0;
    z-index:101;
}
.zywAgreementClose{
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 5px;
    font-size: 16px;
    cursor: pointer;
}
.zywAgreementClose:hover{
    color: #2d987a;
}
.zywAgreementMain .w1200 {
    position: absolute;
    padding-top: 23px;
    padding-bottom: 150px;
    background-color: #fff;
    height: 561px;
    top: 0;
    left: 50%;
    margin-left: -600px;
}

.zywAgreementMain .title {
    font-size: 30px;
    line-height: 140px;
    text-align: center;
    color: #2d987a;

}

.zywAgreementMain ol {
    font-size: 16px;
    line-height: 36px;
    color: #999;
    padding: 0 140px 0 170px;
}

.zywAgreementMain ol li {
    padding-left: 10px;
}

.zywAgreementMain .bottomText {
    padding-right: 140px;
    font-size: 18px;
    line-height: 36px;
    overflow:hidden;
    color: #999;
    text-align: right;
    margin-top: 50px;
}

.zywAgreementMain .bottomText p{
    display: block;
    float: right;
    width: 215px;
}
.zywAgreementMain .bottomText p em{
    display:inline-block;
    font-style:normal;
    font-size:13px;
}
.zywAgreementMain .bottomText i{
    display: block;
    float: right;
    width: 4em;
    height: 1px;
    margin-top: 17px;
    margin-right:5px;
    background-color: #999;
}
.zywAgreementCloseBtn {
    display: block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    margin: 40px auto 0;
    border-radius: 5px;
    font-size: 26px;
    color: #fff;
    background-color: #66d2b4;
}

#uploadfiles {

    padding:10px 0px 10px 40px;
}

#uploadfiles span {

    display:inline-block;
    width:80px;
    height:100px;
    overflow:hidden;
    text-align:center;
    margin-right:35px;
    cursor:pointer;
    padding:10px;
    position:relative;
}

#uploadfiles span i {

    position:absolute;
    left:0px;
    top:0px;
    display:block;
    width:100px;
    height:120px;
    z-index:2;
}

#uploadfiles span a {

    display:none;
    position:absolute;
    left:0px;
    top:0px;
    width:100px;
    height:120px;
    z-index:5;
    font-size:16px;
    color:#fff;
    line-height:120px;
    text-decoration:underline;
}

#uploadfiles span.curr a {

    display:block;
}

#uploadfiles span.curr i {

    background:#000;
    opacity:0.4;
    filter:alpha(opacity=40);
    border-radius:10px;
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
	-o-border-radius:10px;
    text-shadow:8px 8px 1px #cccccc;
	-moz-text-shadow:8px 8px 1px #cccccc;
	 -webkit-text-shadow:8px 8px 1px #cccccc;
}

#uploadfiles span img {

    width:41px;
    height:46px;
}

#uploadfiles span p {

    font-size:12px;
    width:80px;
    text-align:left;
}

#ufv {

    display:none;
}