@charset "utf-8"; 

/*!
 * edh5 1.0 
 * Copyright 2015 edh5.com
 * http://www.edh5.com/
 * author:guan
 * date:2016-9
*/

.book{position:relative;background-color:#151515;background-image:url(../images/book_bkg.jpg);min-height:993px;background-position:center top;background-repeat:no-repeat;}

.bookBox{background-color:#282828;width:100%;max-width:1200px;padding:5px 0 10px;margin-top:30px;}
.bookBox table{width:100%;}
.bookBox table tr{height:40px;}
.bookBox table tr td{padding:6px 0;}
.bookBox table tr .td1{width:8%;text-align:right;font-size:18px;color:#a8a8a8;}
.bookBox table tr .td2{width:92%;text-align:left;}
.bookBox table tr input{width:50%;background-color:#303030;height:30px;padding:5px 10px;border:0;}
.bookBox table tr textarea{width:90%;background-color:#303030;height:90px;resize:none;line-height:30px;padding:5px 10px;border:0;}
.bookBox table tr input.submit{width:110px;padding:0;height:40px;line-height:40px;font-size:24px;color:#c2c2c2;background-color:#464646;}
.bookBox table tr input.submit:hover{cursor:pointer;}
.bookInfo{width:345px;}
.bookInfo .p1{font-size:36px;color:#c8c8c8;line-height:50px;margin-top:30px;}
.bookInfo p{color:#a09f9f;font-size:18px;line-height:30px;}

@media(max-width:1500px){
	

.bookBox table tr .td1{width:15%;}

}

@media(max-width:1200px){
	

.bookBox table tr .td1{font-size:14px;}
.bookBox table tr input{width:90%;}
.bookBox table tr input.submit{width:60px;padding:0;height:25px;line-height:25px;font-size:16px;color:#c2c2c2;background-color:#464646;}

}
@media(max-width:640px){
	

.bookBox table tr .td1{width:25%;}
.bookInfo p {
    font-size: 14px;
}
.bookInfo .p1 {
    font-size: 25px;
    line-height: 40px;
}


}