.back img {
    width: 7px;
    float: left;
    margin-left: 17px;
    margin-top: 12.5px;
    margin-right: 12px;
}

body {
    background: #efefef;
}

.back {
    cursor: pointer;
}

.back,
.btnRow {
    display: inline-block;
}

.btnRow {
    float: right;
}

.btnRow img:nth-child(1) {
    width: 19px;
    display: inline-block;
    cursor: pointer;
    margin-top: 7px;
    margin-right: 10px;
}

.btnRow img:nth-child(2) {
    width: 19px;
    display: inline-block;
    margin: 0 30px;
    cursor: pointer;
}

.header {
    background: #FFFFFF;
    font-size: 0;
    position: fixed;
    width: 100%;
    z-index: 1;
}

.back span {
    font-size: 12px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    vertical-align: middle;
    line-height: 40px;
}

.btnRow a {
    width: 138px;
    height: 40px;
    background: #FF8B19;
    float: right;
    display: block;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    cursor: pointer;
}

.content h1 {
    font-size: 18px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 34px;
    text-align: center;
}

.content>p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
    margin: 20px 0 15px;
}

.content {
    padding: 42px 12px 0 12px;
}

.info h2 {
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 9px;
}

.info p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
}

.btn-row2 {
    margin: 20px 0 10px;
    display: block;
}

.btn-row2 a {
    width: 100px;
    height: 38px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 38px;
    border: 1px solid rgb(64, 209, 67);
    border-radius: 19px;
    background: rgba(247, 247, 247, 1);
    color: rgb(64, 209, 67);
    display: inline-block;
    text-align: center;
    margin-top: 0;
    margin-right: 5px;
}

.btn-row2 a:nth-child(2) {
    border: 1px solid #D89514;
    color: #D89514;
}

.btn-row2 a:nth-child(3) {
    border: 1px solid #40AAD1;
    color: #40AAD1;
}

.recommend {
    border-top: 1px solid #E3E3E3;
}

.lastTimeNext a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 44px;
}

.lastTimeNext a:nth-child(2) {
    float: right;
    margin-right: 5px;
}

.lastTimeNext a:hover {
    color: #FF9B19;
    text-decoration: none;
    cursor: pointer;
}

.item {
    background: #ffffff;
    display: inline-block;
    border-radius: 10px;
    height: 358px;
    position: relative;
    margin: 0 6px 13px 6px;
}

.title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 188px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 32px;
    display: block;
    margin: 0 auto;
}

.item a:hover {
    color: #FF9B19;
}

.item>a>img {
    width: 214px;
    height: 297px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.item div img {
    display: inline-block;
    width: 10px;
}

.item div {
    cursor: default;
    font-size: 12px;
    line-height: 0;
}

.item div span {
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 32px;
}

.recommend {
    margin-bottom: 25px;
}

.recommend h2 {
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 34px;
    text-indent: 12px;
}

.itemL {
    position: absolute;
    bottom: 0px;
    left: 13px;
}

.itemR {
    position: absolute;
    bottom: 0px;
    right: 8px;
}

.main>p>img {
    width: 690px;
    margin: 0 auto;
}
.btnRow a:hover{
    color: white;
    text-decoration: none;
}
