/*²ÜÎ°½Ü2017/2/17*/

@charset "utf-8";

body {
    background: #f0f0f0;
    font-size: 0.16rem;
    max-width: 640px;
    margin: 0 auto;
    font-family: "Microsoft YaHei";
    /*font-size: 87.7333px;*/
}

.part-txtList li {
    border-bottom: 1px solid #eee;
    padding-bottom: .55rem;
    margin-bottom: .55rem;
}

.part-txtList-img {
    float: right;
    display: inline-block;
    width: 5.75rem;
    height: 3.9rem;
    margin-left: 3%;
}

.part-txtList-tit {
    font-size: .9rem;
    line-height: 1.15rem;
    color: #333;
    display: block;
}

.part-txtList-tit span {
    color: #b2b2b2;
    font-size: .55rem;
    line-height: 1.05rem;
    display: block;
}

a {
    background: transparent;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    /* color: #000; */
}

a:-webkit-any-link {
    color: -webkit-link;
    text-decoration: underline;
    cursor: auto;}|

p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.wrap{

    padding: 1rem;
}

.refresh {
    display: block;
    margin: 0rem auto;
    padding: 0 0.04rem;
    width: 60%;
    background: #ccc;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1.1rem;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 2rem;
}

.scene-intro {
    margin-top: 0.8rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d1d1d1;
    color: #979797;
    font-size: 1.4rem;
    font-family: "Microsoft Yahei";
}

.scene-title {
    position: relative;
    margin: 0.8rem auto;
    padding-left: 0.1rem;
    border-left: 4px solid #ff0000;
    font: bold 20px/25px simhei;
}

.scene-data {
    margin-top: 0.8rem;
    font-size: 1.3rem;
    color: #838383;
}

.look-sum {
    float: right;
}

.report-content {
   /* padding: 1rem 1rem;*/
    font-size:1.60rem ;
    font-family: "Microsoft YaHei";
    line-height: 1.8rem;
}

.report-img{
float: right;
display: inline-block;
width: 8.75rem;
height: 6.6rem;
margin-left: 3%;
}

video {
    width: 100%;
    height: 200px;

}
video {
    object-fit: contain;
}


.report-info {
    padding-left: 0.5rem;
}


.user-head {
    width: 3.5rem;
    height: 3.5rem;
    text-align: center;
    margin: 1.1rem auto 1.35rem;
}

.user-name {
     color: #2aa3ec;
    font-size: 1.55rem;
}

.release-date {
    float: left;
    font-size: 1.55rem;
    color: #b9b9b9;
    line-height: 3.5rem
}

.report-img {
    width: 6.75rem;
    height: 5.6rem;
}

.report-content {
    padding: 0.04rem 0 0.1rem;
}

.more {
    display: block;
    width: 70%;
    text-align: center;
    margin: 0.1rem auto;
    font-size:1.7rem ;
}
.report-item {
    position: relative;
    padding: 1rem 0;
    border-bottom: 1px solid #d1d1d1;
}
/*×îÏÂ·½*/
img {
    border: none;
    vertical-align: middle;
}

a {
    background: transparent;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    color: #000;
}
a:-webkit-any-link {
    color: -webkit-link;
    text-decoration: underline;
    cursor: auto;
}

.part-picList {
    width: 92%;
    margin: 0 auto;
    margin-top: 2.2rem;
}
.part-picList li {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    width: 46%;
    overflow: hidden;
    background-color: #348cec;
    float: left;
    margin-right: 4%;
    margin-bottom: .85rem;
}

.part-picList-img {
    position: relative;
    width: 100%;
    /*height: 5.15rem;*/
    overflow: hidden;
}
.part-picList-img img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.part-picList-tit {
    font-size: .75rem;
    line-height: .95rem;
    height: 3rem;
    overflow: hidden;
    color: #fff;
    padding: 0 .5rem;
    text-align: center;
}

.part-picList-tit a {
    color: #fff;
    font-size: 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.part-picList-img:before {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
    background: -moz-linear-gradient(top,rgba(52,140,236,0) 0,rgba(52,140,236,0) 50%,#348cec 100%);
    background: -webkit-linear-gradient(top,rgba(52,140,236,0) 0,rgba(52,140,236,0) 50%,#348cec 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(52,140,236,0)),color-stop(50%,rgba(52,140,236,0)),to(#348cec));
    background: linear-gradient(to bottom,rgba(52,140,236,0) 0,rgba(52,140,236,0) 50%,#348cec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#348cec', endColorstr='#348cec', GradientType=0);
}

.swiper-box {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0,0, 0.9);
    z-index: 99999;
    overflow: hidden;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}
