body {
    background: url("https://www.xiabutown.com/obj-xbtown/imgs/bg.jpg") no-repeat center center;
    background-size: 100% 100%;
}

main .pagebanner {
    background: url(https://www.xiabutown.com/obj-xbtown/imgs/page_banner.png) no-repeat center center;
    background-size: 100% 600px;
}

main {
    /*background: #f7f7f7;*/
    padding-bottom: 30px;
}

main .block {
    margin-top: 30px;
}

main .nr .title {
    padding: 20px 20px 0 20px;
}

.main_warp .tips {
    font-weight: 400;
    font-size: 20px;
    color: #303030;
}

main .nr .title h1 {
    text-align: center;
    font-weight: bold;
    font-size: 34px;
    color: #303030;
    line-height: 60px;
}

main .nr .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 14px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #d8d8d8;
}

main .nr .info .item span {
    font-size: 14px;
    color: #8c8c8c;
    margin-left: 50px;
}

main .nr .info .item span:first-of-type {
    margin-left: 0;
}

main .nr .detail {
    padding: 0 20px;
    background: #e8e8e8;
}

main .nr .info .item {
    width: 100%;
    vertical-align: top;
    font-size: 16px;
    line-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-size: 20px;
    color: #606060;
    line-height: 36px;
}

main .nr .info .item span {
    width: 20%;
}

main .nr .detail .item {
    width: 100%;
    vertical-align: top;
    font-size: 16px;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

main .nr .content {
    font-size: 16px;
    line-height: 26px;
    padding: 20px;
    text-align: left;
}

main .nr .content p {
    padding-top: 20px;
}

main .nr .content img {
    max-width: 100%;
}


/*网友评价*/

main .wypj {
    padding-top: 20px;
}

main .wypj .blockname {
    font-size: 30px;
}

main .wypj .blockname i {
    width: 60px;
    height: 52px;
    background: url(../images/icon.png) no-repeat -296px -240px;
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
}

main .wypj .allscore {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 40px 20px 0 20px;
}

main .wypj .allscore .score {
    font-size: 16px;
}

main .wypj .pj {
    padding-top: 40px;
}

main .wypj .pj .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0px 20px 10px 20px;
    border-bottom: 1px solid #dedede;
}

main .wypj .pj .top .total {
    font-size: 20px;
}

main .wypj .pj .top a {
    width: 96px;
    height: 30px;
    border-radius: 3px;
    background: #4087f5;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

main .wypj .pj .box {
    padding: 20px;
    border-bottom: 1px solid #dedede;
    display: flex;
    justify-content: space-between;
    text-align: left;
}

main .wypj .pj .box .person {
    width: 170px;
    box-sizing: border-box;
    padding: 0 10px;
}

main .wypj .pj .box .person img {
    width: 70px;
    height: 70px;
    border-radius: 35px;
}

main .wypj .pj .box .person h1 {
    font-size: 16px;
    padding-top: 10px;
}

main .wypj .pj .box .content {
    width: 990px;
    flex: 1;
}

main .wypj .pj .box .content .text {
    font-size: 16px;
    line-height: 26px;
}

main .wypj .pj .box .content .imgs {
    padding-top: 10px;
    display: flex;
    overflow: hidden;
}

main .wypj .pj .box .content .imgs .imgbox {
    width: 320px;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    flex-shrink: 0;
}

main .wypj .pj .box .content .imgs .imgbox img {
    min-height: 100%;
}

main .wypj .pj .box .content .jc {
    font-size: 16px;
    margin-top: 20px;
}

main .wypj .pj .box .content .jc .score {
    display: inline-block;
}

main .wypj .pj .box .content .jc .date {
    display: inline-block;
    margin-left: 50px;
}

main .container {
    margin: 50px auto;
    width: 1200px;
    background: #FFFDF3;
    box-shadow: 1px 2px 39px 1px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 20px;
}

main .tips {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    color: #303030;
    border-radius: 10px;
    border: 1px dashed #BCBCBC;
    padding: 16px 20px;
    box-sizing: border-box;
}