/* detail.css */
.title_name{
    margin-top: 5px;
    line-height: 35px;
    font-size: 20px;
    font-weight: bold;
}

.writer{
    color: #269CDF;
}

.itemPrice{
    /*margin: 27px 0 20px 20px;*/
	display:inline-block;
}

.itemPrice span{
    font-weight: bold;
    font-size: 13px;
}

.width-max{
    border: 1px solid #070809;
}
.btn_box{
    text-align: center;
}

.buy-btn-box{
    padding-bottom: 60px;
    border: 1px solid #D2D2D2;
    width: 260px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.buy-or-read-text{
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 13px;
    background-color: #F1F1F1;
    padding-top: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.main-buy-btn{
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}

.main-buy-btn img{
    width: 232px;
    height: 70px;
}

.free_btn img{
    width: 232px;
    height: 70px;
}

.star-text{
    border-bottom: 1px dotted #000000;
    border-top: 1px dotted #000000;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 10px;
}

.stNum{
    color: #45BEEF;
}

.itemInfo{
    color: #45BEEF;
}

.tableContent{
    border-bottom: 1px solid #D2D2D2;
    border-top: 1px solid #D2D2D2;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.device{
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 75px !important;
}

.tab_item_list_left {
    float: left;
    width: 110px;
    padding: 5px 0;
}

.tab_item_list_right {
    margin-left: 110px;
    padding: 10px 5px 0 0;
}

.rental_list {
    height: 26px;
    position: relative;
}

.linenap_title {
    position: absolute;
}

.rental_description_title {
    padding-left: 8px;
    color: #333333;
    font-weight: bold;
    text-align: left;
    line-height: 26px;
    height: 26px;
    font-size: 14px;
}

.rental_right_title {
    padding-right: 10px;
    float: right;
    color: #333333;
    font-size: 12px;
    padding-top: 4px;
}

.inline_btn {
    display: inline-block;
    margin-left: 10px;
}

.title_n{
    background-color: #FBDEB1;
    padding-top: 10px;
    padding-bottom: 10px;
}

.title_n a{
    color: #000000;
    font-weight: bold;
    font-size: 15px;
}

.intro_text{
    /* margin-top: 20px; */
    margin-bottom: 10px;
    font-size: 12px;
    /*line-height: 15px;*/
}

.rental_buy_btn_box{
    text-align: right;
}

.rentalList li{
    width: 100%;
}

.thum_box {
    width: 137px;
    vertical-align: top;
    text-align: center;
}

.thum_box div{
    margin-top: 10px;
}

.thum_box img{
    width: 170px;
    margin-top: 10px;
}

.thum_box_info{
    font-weight: bold;
    font-size: 16px;
}

.sample_text{
    background-color: #ff0000;
    color: #ffffff;
    padding: 5px;
}

.title_details_text_section {
    padding: 5px 3px;
}

/*.category_line {
    padding: 3px 0;
}*/

.category_line_f_l_l {
    float: left;
    /*width: 90px;*/
}

.category_line_f_r_l {
    margin-left: 65px;
	font-size:12px;
    height: 14px;
    line-height: 14px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.margin_r5 {
    margin-right: 5px;
}

.infoContent{
    margin-top: 5px;
    margin-bottom: 5px;
}

.free_sample{
    width: 108px;
    height: 28px;
}

.rental_btn{
    width: 140px;
    height: 28px;
}

.service {
width: 90px;
    text-align: center;
    background-color: #070809;
    color: #fff;
    font-size: 11px;
    padding: 5px 0;
    float: left;
    margin-right: 5px;
}

.service:hover {
	background-color:#ffc427;
	color:#070809;
}

.service_s {
	width: 90px;
    text-align: center;
    background-color: #ffc427;
    color: #070809;
    font-size: 11px;
    padding: 5px 0;
    float: left;
    margin-right: 5px;
}

.notice_on {
	width:250px;
	background-color:#ffc427;
	color:#070809;
	border:thin solid #070809;
	border-top:none;
	padding:10px 0;
	font-weight:bold;
}

.notice_off {
	width:250px;
	background-color:#070809;
	border:thin solid #070809;
	color:#fff;
	padding:10px 0;
	font-weight:bold;
}

.itemList .open_bk {
	display: inline-block;
    margin-bottom: 5px;
    height: 25px;
    width: 120px;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background: #16bac2;
    border: 1px solid #070809;
}

.itemList .open_bk:hover {
    background-color: #FFC427;
    border-color: #070809;
    color: #070809;
}