.myvar {
    --minWidth: 1200px;
    --maxWidth: 1920px;
}

.bluegraybg {
    background-color: #f1f3f4;
}

.graybg {
    background-color: rgba(242, 241, 241, 1);
}

.centeralign {
    text-align: center;
}

.leftalign {
    text-align: left;
}

.rightalign {
    text-align: right;
}

.padding20 {
    padding: 20px 0px;
}

.pagecontent {
    margin: 0px auto;
    width: 100%;
    min-width: var(--minWidth);
    max-width: var(--maxWidth);
}

.bannerbox {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 768px;
}

.bannercontent {
    margin: 0 auto;
    margin-top: 170px;
    width: 1200px;
    position: relative;
    text-align: center;
    color: white;
    z-index: 1;
}

.bannercontent h1 {
    margin: 0;
    font-size: 68px;
    font-weight: 400;
}

.bannercontent p {
    margin: 0;
    font-size: 18px;
    color: #ccc;
}

.banner {
    width: 1920px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -390px;
    margin-left: -960px;
    animation: room ease 20s infinite;
    -webkit-animation: room ease 20s infinite;
}

h2.title {
    font-size: 2.8rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.8;
    position: relative;
    color: #666;
    margin-top: 0px;
    padding-top: 0px;
}

h2.title:after {
    position: absolute;
    content: '';
    border-bottom: 5px solid #0099FF;
    display: inline-block;
    width: 26px;
    top: 100%;
    left: calc(50% - 15px);
}

h2.part.title {
    margin-bottom: 15px;
    color: #fff;
}

h2.part.title:after {
    border-color: #fff;
}

.commentbg {
    background-image: url(../imgs/car/commentbg.png);
    background-position: center;
    background-size: cover;
}

.corbg {
    background-image: url(../imgs/car/cor_bg.png);
    background-position: center;
    background-size: cover;
}

.parbg {
    /* background-image: url(../imgs/car/part_bg.png); */
    background-position: center;
    background-size: cover;
}

.scenelist,
.abilitylist,
.modulelist,
.partnerlist,
.coprocesslist,
.reportlist {
    text-align: center;
}
.scenelist ul{
    text-align: left;
}
.centerbox {
    text-align: left;
    display: inline-block;
    width: 1200px;
    min-width: var(--minWidth);
    margin: 10px auto;
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.scenelist ul>li {
    width: 50%;
    padding: 30px 20px;
    padding-bottom: 0px;
    display: inline-block;
    height: auto;
}

.scenelist ul>li img {
    width: 70px;
    height: 70px;
    opacity: .5;
}

.scenelist ul>li>div {
    padding-left: 20px;
    width: calc(100% - 70px);
    vertical-align: top;
    display: inline-block;
    text-align: left;
}

.scenelist ul>li>div a {
    color: #333;
    font-size: 20px;
}

.scenelist ul>li>div p {
    color: #777;
    font-size: 13px;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
}

.scenelist ul>li:nth-child(2n) {
    padding-right: 0;
}

.scenelist ul>li:nth-child(2n+1) {
    padding-left: 0;
}

.abilitylist>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
}

.abilitylist>ul>li img.bg {
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.abilitylist>ul>li .content {
    color: #dadada;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
}

.abilitylist>ul>li .content.c1 {
    background-color: rgba(70, 130, 180, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    transform: scale(0) rotate(0);
    transition: all .3s;
}

.abilitylist>ul>li .content h4 {
    color: #fff;
    font-size: 36px;
    margin: 0;
    position: absolute;
    top: 45%;
    width: 100%;
}

.abilitylist>ul>li:hover .content {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
}

.abilitylist>ul>li:hover .content.c1 {
    background-color: rgba(70, 130, 180, 1);
    transform: scale(1) rotate(-720deg);
    transition: all .3s;
}

.abilitylist>ul>li .content img {
    width: 100%;
    margin-top: 25%;
}

.abilitylist>ul>li .content p {
    font-size: 1.4rem;
    margin-top: 25px;
    font-weight: 600;
}
.companyculture .abilitylist>ul>li .content p{
    font-size:18px;
    font-weight: 400;
}
.modulelist>ul {
    width: 100%;
}

.modulelist>ul>li {
    width: 33%;
    padding: 30px;
    padding-top: 0;
    margin-left: 0.5%;
}

.modulelist>ul>li:nth-child(3n+1) {
    margin-left: 0;
}
.modulelist>ul>li:last-child{
    margin-left: 10px;
}

.modulelist>ul>li:nth-child(3n) {
    padding-right: 0px;
}

.modulelist.abilitylist>ul>li .content {
    background-color: #fff;
    color: #666;
    padding: 30px 10px;
    border-radius: 5px;
}

.companyculture .modulelist.abilitylist>ul>li .content {
    background-color: transparent;
}

.modulelist>ul>li:hover .content>img {
    /* box-shadow: 5px 5px 5px #ccc; */
    /* transform: translateY(-2px); */
    color: #555;
    transform: rotate(360deg);
}

.modulelist>ul>li .content img {
    transition: all 1s;
    width: 100%;
    max-width: 120px;
    margin-top: 0;
}

.culturelist>ul>li .content img {
    max-width: 380px;
}

.culturelist.modulelist.abilitylist>ul>li .content {
    padding-bottom: 0px;
}

.partnerlist {
    padding: 10px;
}

.partnerlist>ul>li {
    display: inline-block;
    width: 158px;
    margin: 8px 0px;
    background-color: #fff;
    text-align: center;
    margin-right: 10px;
}

.partnerlist>ul>li:nth-child(7n) {
    /* margin-right: 0px; */
}

.partnerlist>ul>li img {
    width: auto;
    max-width: 100%;
    /* height: 50px; */
    margin: 5px auto;
    border: solid 1px #eee;
    padding: 15px;
}

.coprocesslist>ul>li {
    width: 25%;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.coprocesslist>ul>li:first-child {
    text-align: left;
}

.coprocesslist>ul>li:after {
    content: '....';
    position: absolute;
    display: inline-block;
    color: #ddd;
    font-size: 50px;
    top: -20px;
    right: -20px;
}

.coprocesslist>ul>li:last-child:after {
    content: none;
}

.coprocesslist>ul>li span {
    line-height: 60px;
    font-size: 22px;
    vertical-align: sub;
    color: #333;
}

.coprocesslist>ul>li span.bigger {
    font-size: 4.4rem;
    margin-right: 10px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}
.coprocesslist>ul>li img.points {
    margin-left:40px;
}

.coprocesslist>ul>li p {
    margin-left: calc(50% - 95px);
    text-align: left;
    color: #999;
    line-height: 1.3;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin-bottom: 8px;
}

.coprocesslist>ul>li:first-child p {
    margin-left: 10px;
}

.coprocesslist>ul>li:first-child:after {
    right: 30px;
}

a.copbtn {
    margin: 15px auto;
    display: block;
    width: 120px;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    background-image: linear-gradient(#007dff, #20c8ff);
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.5s
}

a.mobileshow {
    display: none;
}

a.copbtn:hover {
    background-image: linear-gradient(#0066ff, #00cfff);
}

.reportlist>ul>li {
    width: 32%;
    margin-left: 2%;
    display: inline-block;
}

.reportlist>ul>li:first-child {
    margin-left: 0px;
}

.reportlist>ul>li .comment {
    background-color: #eaf5ff;
    border-radius: 8px;
    line-height: 1.8;
    padding: 30px 50px;
    padding-left: 60px;
    text-align: left;
    position: relative;
    height: 136px;
}

.reportlist>ul>li .comment:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 100%;
    left: 20px;
    border: 6px solid transparent;
    border-top: 8px solid #f7f8fd;
}

.reportlist>ul>li .comment p {
    position: relative;
}

.reportlist>ul>li .comment p span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0px 8px;
    position: relative;
    background-position: center;
    background-size: cover;
}

.reportlist>ul>li .comment p span.beforequot {
    margin-left: -22px;
    top: -10px;
    background: url(../imgs/home/bquot.png);
}

.reportlist>ul>li .comment p span.afterquot {
    top: 8px;
    background: url(../imgs/home/aquot.png);
}

.reportlist>ul>li .reporter {
    color: #777;
}

.reportlist>ul>li .reporter {
    margin-top: 20px;
    height: 90px;
    line-height: 90px;
}

.reportlist>ul>li .reporter>.txtcontent,
.reportlist>ul>li .reporter>img {
    display: inline-block;
    vertical-align: middle;
}

.reportlist>ul>li .reporter>.txtcontent {
    line-height: 1;
}

.reportlist>ul>li .reporter img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.reportlist>ul>li .reporter h3 {
    margin: 10px 0px;
}

.reportlist>ul>li .reporter p {
    margin-top: 5px;
    color: #999;
}

/* ================================================== */

body.about {
    position: relative;
    margin: 0;
}

.bannerbox.about {
    height: 740px;
    background-image: url('../imgs/about/banner.png');
    background-position: bottom right;
    background-size: auto auto;
}

.bannerbox.about .bannercontent {
    margin: 0 auto;
    text-align: left;
    width: 1200px;
    position: relative;
    z-index: 2;
}

.bannerbox.about .bannercontent .txt {
    margin-top: 180px;
    width: 50%;
    font-family: '微软雅黑', Arial, Helvetica, sans-serif;
}

.bannerbox.about .bannercontent .txt h1 {
    font-size: 40px;
}

.bannerbox.about .bannercontent .txt p {
    margin-top: 15px;
    font-size: 1.4rem;
    letter-spacing: normal;
    line-height: 1.8;
    color: #ddd;
}

.aboutimgs {
    position: absolute;
    height: 680px;
    width: 700px;
    top: 40px;
    z-index: 1;
    left: auto;
    right: calc(50% - 650px);
}

.aboutimgs>img {
    position: absolute;
    border-radius: 50%;
    -webkit-animation: floating 2s infinite;
    animation: floating 2s infinite;
    /* transition: all 1.6s ease; */
    /* transform: scale(0.9) */
}

.timeline {
    position: relative;
    overflow: hidden;
    margin-top: -280px;
    font-size: 12px;
    margin-left: calc(50% - 600px);
}

.timeline .step {
    position: relative;
    width: 450px;
    height: 140px;
}

.timeline .step.horizontal {
    position: relative;
    left: -60px;
    width: 650px;
}

.timeline .step.column2 {
    position: relative;
    left: 575px;
}

.timeline .step.fir span.icon {
    background-color: #fff;
    border: 11px solid #0085fe;
    animation: time-step-first 2s ease-in-out infinite;
}

.timeline .step span.icon {
    box-sizing: content-box;
    position: absolute;
    top: 80px;
    left: 5px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0085fe;
    border: 10px solid #ddd;
    outline: 5px solid #fff;
    outline-offset: 0px;
    transition: 0.8s;
    z-index: 9;
    animation: time-step 2s ease-in-out infinite;
}

@keyframes time-step {
    0% {
        transform: scale(1);
        border-color: #ddd;
    }
    50% {
        transform: scale(1.25);
        border-color: #f1f1f1;
    }
    100% {
        transform: scale(1);
        border-color: #ddd;
    }
}

@keyframes time-step-first {
    0% {
        transform: scale(1);
        border-color: #55a5ef;
    }
    50% {
        transform: scale(1.25);
        border-color: #6ab7ff;
    }
    100% {
        transform: scale(1);
        border-color: #55a5ef;
    }
}

/* .timeline .step span.icon:hover {
    transform: scale(1.25);
} */

.timeline .step span.before,
.timeline .step span.after {
    z-index: 2;
    height: 80px;
    width: 0px;
    left: 19px;
    display: block;
    position: absolute;
    border-left: 3px solid #0085fe;
}

.timeline .step span.before {
    top: 20px;
}

.timeline .step span.after {
    top: 105px;
}

.timeline .step.horizontal span.icon {
    left: calc(50% + 26px);
}

.timeline .step.horizontal span.before,
.timeline .step.horizontal span.after {
    height: 0px;
    width: 240px;
    border-top: 3px solid #0085fe;
    position: absolute;
    top: 94px;
}

.timeline .step.horizontal span.after {
    left: 350px;
}

.timeline .step.horizontal span.before {
    left: 130px;
}

.timeline .step div.content {
    position: absolute;
    width: auto;
    height: auto;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -moz-transform: translateX(-50%);
    /* Firefox */
    -webkit-transform: translateX(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateX(-50%);
    /* Opera */
    text-align: center;
    top: 60px;
    width: 400px;
}

.timeline .step.horizontal div.content {
    position: relative;
    width: auto;
    height: auto;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -moz-transform: translateX(-50%);
    /* Firefox */
    -webkit-transform: translateX(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateX(-50%);
    /* Opera */
    text-align: center;
    top: 125px;
    left: calc(50% + 40px);
}

.timeline .step div.content.left {
    right: 270px;
    text-align: right;
}

.timeline .step div.content.right {
    left: 265px;
    text-align: left;
}

.timeline .step div.content img {
    width: 45px;
    height: 45px;
}

.timeline .step div.content p {
    line-height: 24px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

.timeline .step div.content p.time {
    color: #0085fe;
    font-size: 15px;
    margin-top: 10px;
}

.timeline .step div.content p.text {
    font-size: 12px;
}

.leftcorner,
.rightcorner {
    position: absolute;
    z-index: 1;
    display: block;
    border: 3px solid #0085fe;
}

.leftcorner {
    height: 80px;
    width: 300px;
    left: calc(50% - 246px);
    top: 17px;
    border-bottom-left-radius: 15px;
    border-top-color: transparent;
    border-right-color: transparent;
}

.rightcorner {
    height: 80px;
    width: 280px;
    right: -7px;
    top: 94px;
    border-top-right-radius: 15px;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.timeline .step.fir span.icon {
    outline: 5px solid transparent;
}

.timeline .step.fir span.before,
.timeline .step.last span.after {
    display: none;
}

#culturelist{
    display: none;
}
.culturelist>ul>li {
    padding: 0;
}

.culturelist>ul>li:nth-child(3n) {
    text-align: right;
}

.culturelist>ul>li:nth-child(3n+2) {
    text-align: center;
}

.culturelist>ul>li .content {
    padding: 0;
    display: inline-block;
}

.culturelist>ul>li .content>.imgbox {
    height: 290px;
    width: 100%;
    overflow: hidden;
}

.culturelist>ul>li .content>.imgbox .culturearr {
    background-image: url('');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.culturelist>ul>li:hover .content {
    transform: none;
    box-shadow: none;
}

.culturelist>ul>li .content img,
.culturelist>ul>li .content .culturearr {
    width: 100%;
    height: auto;
    transition: ease 1.2s;
}

.culturelist>ul>li .content:hover img,
.culturelist>ul>li .content:hover .culturearr {
    transform: scale(1.1);
}

.coprocesslist>ul>li:after {
    content: none;
}

.joninus {
    text-align: center;
    overflow: hidden;
}

.joninus .centerbox {
    padding-top: 20px;
}

.joninus>div .map,
.joninus>div ul {
    display: inline-block;
    vertical-align:middle;
    width:calc(50% - 2px);
}

.joninus>div .map {
    overflow: hidden;
    position: relative;
    padding: 10px;
}

.joninus>div .map>img {
    width: 90%;
    max-width: 460px;
    margin:10px auto;
}

.joninus>div ul {
    height:auto;
    padding: 20px;
}

.joninus>div ul>li {
    line-height: 38px;
    color: #888;
}


.joninus>div ul>li p,
.joninus>div ul>li span {
    font-size: 18px;
    font-weight: 400;
}
.joninus>div ul>li>span.value{
    color:#666;
}
.joninus>div ul>li>span {
    display: inline-block;
}

.joninus>div ul>li:last-child>span.key {
    width: 100px;
}

.joninus>div ul>li:last-child>span.value {
    width: calc(100% - 105px);
    vertical-align: text-top;
    
}
.joninus>div ul>li:last-child>span.value:last-child{
    width:100%;
}

.joninus>div ul>li i {
    margin-right: 15px;
    display: none;
    color: #06f;
    font-size: 16px;
}

@keyframes floating {
    0% {
        -webkit-transform: rotate(0) translate(-10px) rotate(0);
        -ms-transform: rotate(0) translate(-10px) rotate(0);
        transform: rotate(0) translate(-10px) rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        transform: rotate(360deg) translate(-10px) rotate(-360deg);
    }
}

@keyframes floatingsmall {
    0% {
        -webkit-transform: rotate(0) translate(-10px) rotate(0) scale(0.5);
        -ms-transform: rotate(0) translate(-10px) rotate(0) scale(0.5);
        transform: rotate(0) translate(-10px) rotate(0) scale(0.5);
    }
    100% {
        -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg) scale(0.5);
        -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg) scale(0.5);
        transform: rotate(360deg) translate(-10px) rotate(-360deg) scale(0.5);
    }
}

@keyframes room {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

/* 手机等小屏幕手持设备 */

@media screen and (max-width:500px){
  .bannerbox{
    height:538px;
  }
}

@media screen and (min-width: 320px) and (max-width: 992px) {
    body {
        width: 100%;
    }
    .bannercontent {
        width: 100%;
        padding: 15px;
        margin-top: 180px;
    }
    .bannercontent h1 {
        font-size: 28px;
    }
    .bannercontent p {
        font-size: 16px;
        letter-spacing: normal;
    }
    .centerbox {
        width: 100%;
    }
    .bannerbox.about {
        height: auto;
        background-repeat: repeat-y;
        background-position: top left;
        background-color: #006cf1;
    }
    .bannerbox.about .bannercontent {
        width: 100%;
    }
    .coprocesslist>ul>li img.points{
        display: none;
    }
    #aboutimgs {
        width: 100%;
        height: 330px;
        background-image: url('../imgs/about/banner.png');
    }
    .aboutimgs {
        position: relative;
        z-index: 2;
        height: 325px;
        width: 100%;
        left: auto;
        right: auto;
        top: -25%;
    }
    .aboutimgs>img {
        position: absolute;
        -webkit-animation: floatingsmall 2s infinite;
        animation: floatingsmall 2s infinite;
        /* transition: all 1.6s ease; */
        /* transform: scale(0.9) */
    }
    .aboutimgs>img:hover {
        animation: none;
        transform: scale(1);
        z-index: 9;
    }
    .bannerbox.about .bannercontent .txt {
        width: 100%;
        padding: 20px;
        margin: 0;
        margin-top: 50px;
    }
    .bannerbox.about .bannercontent .txt h1 {
        font-size: 24px;
    }
    .timeline {
        margin-left: 0px;
        margin-top: 10px;
        padding: 0;
        padding-top: 50px;
    }
    .timeline .step {
        width: 100%;
    }
    .timeline .step.fir {
        display: none;
    }
    .timeline .step.mobilefir {}
    .timeline .step span.icon,
    .timeline .step.horizontal span.icon {
        left: calc(50% - 15px);
    }
    .timeline .step span.after,
    .timeline .step span.before,
    .timeline .step.horizontal span.before,
    .timeline .step.horizontal span.after {
        left: calc(50% - 1px);
        border-left-width: 2px
    }
    .timeline .step.mobilefir span.before {
        display: none;
    }
    .timeline .step div.content {
        width: calc(50% - 35px);
        transform: none;
        top: 60px;
    }
    .timeline .step.mobilefir div.content.right {
        left: calc(25% + 16px);
        right: auto;
        text-align: center;
        top: -30px;
    }
    .leftcorner,
    .rightcorner {
        display: none;
    }
    .timeline .step.horizontal {
        position: relative;
        left: auto;
        width:100%;
    }
    .timeline .step.horizontal span.icon {
        left: calc(50% - 15px);
    }
    .timeline .step.horizontal span.before,
    .timeline .step.horizontal span.after {
        z-index: 2;
        height: 80px;
        width: 0px;
        display: block;
        position: absolute;
    }
    .timeline .step.horizontal span.after {
        top: 20px;
    }
    .timeline .step.horizontal span.before {
        top: 105px;
    }
    .timeline .step.horizontal div.content {
        position: absolute;
        width: calc(50% - 30px);
        height: auto;
        transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        text-align: right;
        top: 60px;
        right: calc(50% + 30px);
        left: auto;
    }
    .timeline .step.column2 {
        left: 0px;
    }
    .timeline .step div.content.right {
        text-align: left;
        left: calc(50% + 30px);
        right: auto;
    }
    .timeline .step div.content.left {
        text-align: right;
        right: calc(50% + 30px);
        left: auto;
    }
    .modulelist>ul {
        width: 100%;
        min-width: 100%;
    }
    .culturelist>ul {
        text-align: center;
    }
    .culturelist>ul>li {
        width: 100%;
        margin: 0px auto;
        text-align: center !important;
    }

    .joninus>div .map,
    .joninus>div ul {
        text-align: center;
        display: block;
        width: 96%;
        padding: 10px;
        margin: 0px 2%;
    }

    .joninus>div ul{
        text-align: left;
        padding-left:calc(50% - 170px);
    }
    .joninus>div ul>li {
        line-height: 28px;
    }
    .joninus>div ul>li p, .joninus>div ul>li span {
        font-size: 13px;
        font-weight: 400;
    }

    /* ====开放平台== */
    .scenelist ul>li {
        width: 100%;
        padding: 20px !important;
    }
    .abilitylist>ul {
        padding: 20px;
        margin-top: -0px;
    }
    #abilitylist>ul>li {
        width: 33%;
    }
    .abilitylist>ul>li img {
        width: 100%;
    }
    .partnerlist>ul>li {
        width: 49%;
        margin: 10px 0px 10px 2% !important;
    }
    .partnerlist>ul>li:nth-child(2n+1) {
        margin-left: 0 !important;
    }
    .coprocesslist>ul>li {
        width: 50%;
        padding: 10px;
    }
    .coprocesslist>ul>li:nth-child(2)::after {
        content: none;
    }
    .coprocesslist>ul>li:nth-child(2n+1) {
        text-align: left;
    }
    a.copbtn {
        display: none;
    }
    a.mobileshow {
        display: block;
    }
    .reportlist>ul>li {
        width: 100%;
        position: relative;
        display: block;
        padding: 20px;
        margin: 0px !important;
        /* border:1px solid #ddd; */
    }
    .reportlist>ul>li .comment {
        padding-top: 20px;
        padding-bottom: 20px;
        height: auto;
        border: 1px solid #ccc;
    }
    .reportlist>ul>li .comment:before {
        position: absolute;
        content: '';
        display: inline-block;
        top: 100%;
        left: 18px;
        border: 8px solid transparent;
        border-top: 10px solid #ccc;
    }
    .reportlist>ul>li .comment:after {
        position: absolute;
        content: '';
        display: inline-block;
        top: 100%;
        left: 20px;
        border: 6px solid transparent;
        border-top: 8px solid #f7f8fd;
    }
    /* .reportlist>ul>li+li:before {
        position: absolute;
        left: calc(50% - 3px);
        display: inline-table;
        font-family: 'FontAwesome';
        content: '\f0a7';
        top: -20px;
        font-weight: 600;
        font-size: 20px;
        color: #389ffc;
    } */
    /*     .reportlist>ul>li:nth-child(2n+1) {
        background-color: #d8f0ff;   
    } */
    .reportlist>ul>li .reporter {
        margin-top: 0px;
    }
}

/* 平板之类的宽度 1200 以下设备 */

@media only screen and (min-width: 321px) and (max-width: 1200px) {
    body {
        /*background: blue;*/
    }
}

#carousel,.carousel{
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    height:28vw;
}
.carousel img{
    position: absolute;
    width: 100%;
    /* height: 400px; */
    left: 100%;
    top: 0;
    animation: carl-out .5s forwards;
}
.carousel img.active{
    animation: carl-in .5s forwards;
}

@keyframes carl-in{
    0%{
        opacity: 0;
        left: 100%;
    }
    100%{
        opacity: 1;
        left: 0;
    }
}
@keyframes carl-out{
    0%{
        opacity: 1;
        left: 0;
    }
    99%{
        opacity: 1;
        left: -100%;
    }
    100%{
        opacity: 0;
        left: 100%;
    }
}

.carl-btn{
    position: absolute;
    bottom: 0;
    width: 100%;
    bottom: 4%;
    /* padding: 20px; */
}
.carl-btn span{
    display: inline-block;
    width: 5%;
    max-width: 50px;
    background-color: #f3f3f3;
    padding: 2px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 1px;
}
.carl-btn span.active{
    background-color: #318ffa;
}





















