.book-bannar {
    width: 100%;
    background: #fff;padding-bottom: 40px;
}

.book-body {
	width: 92%;
	height: 100%;
	margin-left: 4%;
}

.book-main {
    height: 100%;
    width: 100%
    padding-top: 64px;
    float: left;
}

.book-form {
    width: 100%;
    float: left;

}

.mainintro {
    color: #FF3939;
    padding: 16px 0;
    width:94%;
    margin:0 3%;
    font-size:14px;line-height:20px;
}
.select-mode{width:96%;margin:0 2%;}
.showdoor {
    font-size: 18px;
    color: #CC5600;
    font-weight: 600;
    text-align:left;
    padding-left:10px;
    padding-bottom:10px;
}

.select-area {
    width: 100%;
    padding: 10px;
}

.select-selected {
	width: 100%;
	border: 1px solid #CC5600;    background-color: #f0f0f0;
	border-radius: 8px;    margin-bottom: 15px;
}
.select-unselected{
    border: 1px dashed #a0a0a0;
    border-radius: 13px;    margin-bottom: 15px;}

.npradio {
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    cursor: pointer;
}

.nprow {
    margin:0 auto;
    margin-bottom: 12px;
    margin-top:3px;
    width:105px;
}

.npname {
	float: left;
	font-size: 18px;
	line-height: 28px;
	padding-left: 8px;
}

.np-words {
	font-size: 12px;
}

.npcover {
	word-break: normal;
	word-wrap: break-word;
    font-size:14px;
    color:#343131;line-height:18px;
}
.npcover li{ font-size:14px;
    color:#343131;line-height:14px;margin-top:10px 0;
}

.npslider {
	width: 100px;
	height: 100px;
	background-color: #cfcfcf;
}

.select-selected .npradio {
	background-image: url(../../img/check.png);
}

.select-unselected .npradio {
	background-image: url(../../img/uncheck.png);
}

.np-words>h3 {
    font-size: 18px;
    font-weight: 600;
}

.np-words li {word-break: normal;
    word-wrap: break-word;
    font-size:14px;
    color:#343131;line-height:20px;

}

.np-words span {
	font-weight: 600;font-size: 14px;
}

input::-webkit-input-placeholder{color:#8b8b8b;}
form.form-body {
    background: #ebebeb;
    border-radius:6px;    padding-bottom: 40px;
}

.form-tip {
    width: 88%;
    padding: 18px 0;
    margin-left: 5%;
    font-size: 15px;
    line-height: 20px;
    color: #343131;
}

.formrow {
    width: 88%;
    margin-left: 5%;
    margin-bottom: 18px;
    height: 48px;
}

.form-body input {
    width: 100%;
    height: 100%;
    line-height: 64px;
    padding-left: 2rem;
    border: 0;
    outline: 0;
}

#requestButton {
    width: 180px;
    height: 64px;
    background-color: #824b4b;
    line-height: 64px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-bottom-right-radius: 8px;
    margin-left: 5%;
    cursor: pointer;
    transition: .2s;
    -webkit-transition: .2s;
    -ms-transition: .2s;
}

#requestButton:hover {
	background-color: #af7676;
	font-size: 20px;
}

.gallery-slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.gallery-row {
    float: left;
    width: 246px;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.gallery-buttons {
    position: relative;
    top: -32px;
    height: 24px;
    width: 90%;
    margin-right: 8px;
    float: right;
}

.gallery-can {
    height: 100%;
    width: 100%;
}

.btn-focus {
    background-color: #fff !important;
    color: #343131 !important;
}

.gallery-btn {
    float: right;
    width: 20px;
    height: 20px;
    margin-left: 4px;
    background-color: #e0e0e0;
    color: #343131;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    cursor: pointer;
}