.film-info {
    display: flex;
}

.film-img {
    width: 67px;
    height: 98px;
    margin-right: 10px;
}
.film-desc{
	width: 635px;
    position: relative;
}

.film-name {
    color: #136CB2;
    display: flex;
    align-items: flex-end;
}
.film-name h1{
	 font-size: 15px;
	 text-overflow: ellipsis;
	 white-space: nowrap;
	 overflow: hidden;
	 float: left;
	 font-weight: bold;
}
.film-name span{
	display: block;
	font-size: 12px;
}

.film-name .update {
    color: #A58500;
    margin-left: 4px;
}

.film-name .month {
    color: #666;
    margin-left: 4px;
}

.film-desc p {
    color: #333;
    margin-top: 4px;
}

.film-desc p .label {
    color: #666666;
}

.film-desc p span {
    color: #136CB2;
}

.sub-title {
    font-weight: 600;
    color: #666666;
    display: inline;
    background-color: #fff;
}

.sub-title::before {
    margin-top: 1.5em;
    margin-bottom: -0.8em;
    content: "";
    border-bottom: 1px dotted #CCC;
    width: 100%;
    float: left;
}

.introduction {
    margin-top: 10px;
    color: #333;
    text-indent: 2em;
    font-size: 13px;
	line-height: 20px;
}

.selections {
    margin-top: 10px;
}

.selections li {
    color: #F5C519;
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 8px;
    float: left;
    
}
.selections li a{
    display: block;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}
.copy-btn {
    background: #F5C519;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
	font-size: 12px;
	padding: 0 7px 2px 7px;
    border: none;
}

.question-list {
    margin-top: 10px;
}

.question {
    color: #333;
    margin-bottom: 4px;
    font-size: 13px;
}

.gpt-box {
    margin-top: 30px;
    display: flex;
    margin-bottom: 30px;
}

.gpt-input {
    border: none;
    height: 32px;
    line-height: 32px;
    background: #FBFAF4;
    padding: 0 10px;
    flex: 1;
    border-radius: 4px;
    outline: none;
}

.gpt-btn {
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #F5C519;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
}
.gpt-btn-fs{
    display: block;
    padding: 0 16px;
}
.gpt-btn-sd{
    display: none;
}
.gpt-btn-sd1{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 6px;
}
.gpt-btn-sd span{
    display: block;
    padding-right: 10px;
}

.gpt-btn-sd svg{
    width: 25px;
    height: 25px;
}

.gpt-result {
    margin-top: 10px;
    font-size: 13px;
    color: #333;
}

.jishu {
    background: #f5f2f0;
    color: #333;
    padding: 10px;
    border-radius: 4px;
    display: none;
}
.jishu ul li{
    margin-bottom: 5px;
    font-size: 12px;
}
li.zk {
    color: #136CB2;
    background-image: url(//img3.doubanio.com/pics/a1.png) !important;
    background-repeat: no-repeat !important;
    background-position: 36px -16px !important;
    background-color: #f5f2f0;
    cursor: pointer;
    padding: 2px 5px;
    padding-right: 18px;
    border-radius: 3px;
    margin-top: -2px;

}
li.zk.sx {
    background-position: 36px 8px !important;
}
.pf{
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 42px;
    color: #F5C519;
    font-weight: bold;
    font-style: italic;
}
.pf span {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #666666;
}