/************************详情************************/
/* 资讯详情 */
.content.contentDetail {
   width: 100%;
}

.breadcrumb {
   padding: 10px 20px 10px 20px;
   margin-bottom: 0px;
   font-size: 0;
   width: 100%;
   margin: 0 auto;
}

.breadcrumb a {
   position: relative;
   display: inline-block;
   padding-right: 20px;
   color: #ababab;
   font-size: 14px;
}

.breadcrumb a.active,
.breadcrumb a:hover {
   color: #4c458a;
}

.breadcrumb a:after {
   content: '>';
   position: absolute;
   top: 0;
   right: 5px;
   color: #ababab;
   font-size: 14px;
}

.breadcrumb span {
   display: inline-block;
   color: #ababab;
   font-size: 14px;
}

.dContent {
   margin-bottom: 15px;
   background: #fff;
   padding: 20px 20px;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
   box-shadow: 0 5px 10px 0 rgba(0,0,0,.06);
}

/* .dContent:last-child{
margin-bottom:0!important;
} */

.dTitle {
   color: #000;
   font-size: 26px;
   line-height: 40px;
   margin-top: 0;
   margin-bottom: 10px;
}

.dTitles {
   color: #000;
   font-size: 16px;
   line-height: 30px;
   margin-top: 0;
   margin-bottom: 10px;
   padding-bottom: 10px;
   border-bottom: 1px solid #eaeffa;
}
.dTitles.no-padding {
   padding-bottom: 0;
   border-bottom: none;
   margin-bottom: 0;
}

/*************** 详情右侧 ***************/
.main-inner {
   display: inline-block;
   width: 900px;
   margin: 0 auto;
   vertical-align: top;
   padding: 0 0 0 15px;
}

.dOprate {
   margin-bottom: 10px;
}

.dOprate a {
   margin-right: 6px;
   color: #7c7c7c;
   font-size: 12px;
}

.dOprate a.author {
   color: #000;
}

.dOprate a.author:hover {
   color: #5f56ac;
}

.dOprate a:hover {
   color: #000;
}

.dOprate span {
   margin-right: 6px;
   color: #7c7c7c;
   font-size: 12px;
}

.dArticle {
   font-size: 16px;
   color: #3b3b3b;
   line-height: 32px;
   position: relative;
}

.dArticle p {
   margin: 10px 0 !important;
}

.dArticle p:last-child {
   margin-bottom: 0 !important;
}

.dArticleImg {
   margin: 30px 0 !important;
   text-align: center;
}

.dArticle img, .dArticle yz-img, .dArticle video {
   display: block;
   /* width: 100%; */
   max-width: 100%;
   height: auto;
   margin: 30px auto;
   border-radius: 8px;
   -webkit-box-ordinal-group: 1;
   -ms-flex-order: 0 none;
   order: 0 none;
   -ms-interpolation-mode: bicubic;
   vertical-align: middle;
}

.commend_send {
   display: flex;
}

.commend_send-lt {
   flex: .08;
}

.commend_send-lt span {
   display: inline-block;
   width: 40px;
   height: 40px;
}

.commend_send-lt img {
   display: block;
   width: 100%;
   height: 100%;
}

.commend_send-rt {
   flex: 1;
   position: relative;
}

.commend_send-rtwrap {
   position: relative;
}

.commend_send-rtwrap:before {
   position: absolute;
   display: none;
   content: "未登录，无法使用留言功能！";
   left: 0;
   top: 0;
   width: 100%;
   height: 100px;
   background-color: rgba(0, 0, 0, 0.05);
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
   text-align: center;
   line-height: 100px;
   font-size: 12px;
   z-index: 10;
   cursor:not-allowed;
}

.commend_send-rtwrap.not-login:before {
   display: block;
}

.commend_send-rtwrap textarea {
   border: 1px solid #cad1e0;
   background: #f9fafa;
   width: 100%;
   padding: 5px;
   box-sizing: border-box;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
   resize: vertical;
   min-height: 100px;
   max-height: 150px;
}

.commend_send-rtwrap textarea:focus {
   border: 1px solid #aaaaaa;
}

.commend_send-rtwrap button {
   display: inline-block;
   position: absolute;
   width: 65px;
   height: 28px;
   line-height: 28px;
   background: #838fa9;
   right: 10px;
   bottom: 35px;
   text-align: center;
   color: #fff;
   font-size: 13px;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
}

.commend_send-rt p {
   color: #ababab;
   font-size: 12px;
}

.commend_send-rt p a {
   color: #000;
   margin-left: 5px;
}

.commend_send-rt p a:hover {
   color: #4c458a;
}

.commend_show {
   margin-top: 20px;
}

.commend_show-tit {
   padding-bottom: 10px;
   border-bottom: 1px solid #EAEFFA;
   display: flex;
}

.commend_show-tit h2, .commend_show-tit a {
   flex: 1;
}

.commend_show-tit h2 {
   color: #000;
   font-size: 16px;
   margin: 0;
}

.commend_show-tit a {
   color: #000;
   font-size: 13px;
   text-align: right;
}

.commend_show-list {
   padding-bottom: 15px;
   border-bottom: 1px solid #bbbbbb;
   margin-bottom: 15px;
}

.commend_show-list:last-child{
   padding-bottom: 0;
   border-bottom: 0;
   margin-bottom: 0;
}

.commend_show-item {
   display: flex;
   position: relative;
   margin-top: 10px;
   margin-bottom: 10px;
}

.commend_show-item dt {
   flex: .08;
}

.commend_show-item dt.cFlex{
   display:flex;
   align-items:center;
   flex: .07;
}

.commend_show-item dt span {
   display: inline-block;
   width: 35px;
   height: 35px;
   border-radius: 35px;
   overflow: hidden;
}

.commend_show-item dt img, .commend_show-item dt yz-img {
   display: block;
   width: 100%;
   height: 100%;
}

.commend_show-item dd {
   flex: 1;
   border-bottom: 1px solid #ddd;
   padding-bottom: 5px;
}

.commend_show-item dd a {
   color: #007bff;
   font-size: 14px;
}

.commend_show-item dd p {
   color: #000;
   font-size: 13px;
   margin-top: 10px;
   margin-bottom: 0;
   line-height: 20px;
}

.commend_show-item dd .showTime {
   display: flex;
   line-height: 25px;
   margin-top:5px;
}
.commend_show-item dd .showTime span,.commend_show-item dd .showTime a{
   flex: 1;
   font-size: 12px;
}
.commend_show-item dd .showTime span{
   color: #ababab;
   flex:.2;
}
.commend_show-item dd .showTime a{
   color:#75798e;
}
.commend_show-item dd .showTime a:hover{
   color:#000;
}

.commend_show-item dd .showTime span:first-child {
   text-align: left;
}

.commend_show-item dd .showTime a:last-child {
   text-align: right;
   flex:1;
}

.commend_show-item dd .showTime .fa-zan {
   color: #75798E;
   font-size: 16px;
}

.commend_show-item dd .showName{
   display: flex;
   line-height: 25px;
}
.commend_show-item dd .showName span,.commend_show-item dd .showName a {
   flex: 1;
   color: #000;
   font-weight:bold;
}
.commend_show-item dd .showName span{
   color:#ababab;
   text-align: right;
   font-weight: normal;
   font-size: 12px;
}

.commend_show-item dd.cFlex p{
   margin-top:0;
}
.commend_show-item dd.cFlex .showTime{
   margin-top:0;
}
.commend_show-item dd.cFlex .showTime span{
   flex:1;
}

/*************** 详情右侧 ***************/
.right-inner {
   padding: 0 0 0 10px;
   width: 33%;
   vertical-align: top;
   position: relative;
}

.autor_info {
   padding-bottom: 10px;
   margin-bottom: 10px;
   border-bottom: 1px solid #eaeffa;
   display: flex;
   align-items: center;
}

.info_lt {
   flex: .25;
}

.info_lt span {
   display: inline-block;
   width: 50px;
   height: 50px;
}

.info_lt img, .info_lt yz-img {
   display: block;
   width: 100%;
   height: 100%;
   border-radius: 50px;
   overflow: hidden;
}

.info_rt {
   flex: 1;
}

.info_rt .follow {
   padding-right: 60px;
   position: relative;
   height: 25px;
   line-height: 25px;
}

.info_rt h3 {
   color: #000;
   font-size: 16px;
   margin: 0;
   height: 25px;
   line-height: 25px;
}

.info_rt .follow>a {
   position: absolute;
   right: 0;
   top: calc(50% - 15px);
   display: inline-block;
   color: #fff;
   text-align: center;
   width: 60px;
   height: 25px;
   line-height: 25px;
   font-size: 13px;
   border-radius: 50px;
   -webkit-border-radius: 50px;
   -moz-border-radius: 50px;
   -ms-border-radius: 50px;
   -o-border-radius: 50px;
   background: #5f56ac;
}

.info_rt p {
   color: #ababab;
   margin: 5px 0 0;
   font-size: 12px;
}

.info_rt p a {
   display: block;
}

.info_rt p i {
   color: rgba(255, 103, 0, 1);
}

.autor_count {
   display: flex;
   justify-content: center;
   align-items: center;
   margin-bottom: 0;
}

.autor_count li {
   flex: 1;
}

.autor_count li p {
   text-align: center;
   margin: 0;
}

.autor_count li p:first-child {
   color: #ababab;
}

.autor_count li p:last-child {
   color: #000;
   font-size: 15px;
   font-weight: bold;
   margin-top: 5px;
}

.store_zan {
   display: flex;
   height: 30px;
   line-height: 30px;
   position: relative;
   padding-right: 100px;
   padding-bottom: 10px;
   margin-bottom: 10px;
   border-bottom: 1px solid #eaeffa;
   box-sizing: content-box;
}

.store_zan p {
   color: #000;
   font-size: 14px;
   margin: 0;
}

.store_zan ul {
   display: flex;
   position: absolute;
   right: 0;
   top: calc(50% - 20px);
   height: 30px;
   line-height: 30px;
   margin: 0;
}

.store_zan ul li {
   flex: 1;
}

.store_zan ul li + li {
   margin-left: 10px;
}

.store_zan ul a {
   display: flex;
   color: #333;
   margin-left: 5px;
   align-items: center;
   text-decoration: none;
}

.store_zan ul a:hover {
   color: #000;
   border-color: #000;
}

.store_zan ul a:hover i {
   color: #000;
}

.store_zan ul a i {
   color: #75798e;
   font-size: 16px;
   margin-right: 3px;
}

.store_share {
   display: flex;
   height: 30px;
   line-height: 30px;
   position: relative;
   padding-right: 100px;
}

.store_share p {
   color: #000;
   font-size: 14px;
   margin: 0;
}

.store_share ul {
   display: flex;
   position: absolute;
   right: 0;
   top: calc(50% - 15px);
   height: 30px;
   line-height: 30px;
   margin: 0;
   align-items: center;
}

.store_share ul li {
   flex: 1;
   align-items: center;
   justify-content: center;
}

.store_share ul a {
   width: 22px;
   height: 22px;
   display: block;
   border: 1px solid #7c7c7c;
   padding: 3px;
   text-align: center;
   color: #333;
   margin-left: 10px;
   border-radius: 100%;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   -ms-border-radius: 100%;
   -o-border-radius: 100%;
   cursor: pointer;
}

.store_share ul a:hover {
   color: #000;
   border-color: #000;
}

.store_share ul a i {
   font-size: 13px;
   position: relative;
   top: -8px;
   color: #75798e;
}

.store_share ul a:hover i {
   color: #000;
}

.dMark {
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
   margin: 0;
}

.dMark li {}

.dMark a {
   display: inline-block;
   color: #4a4a4a;
   text-align: center;
   min-width: 65px;
   height: 25px;
   margin: 3px 8px 3px 0;
   line-height: 25px;
   font-size: 13px;
   border-radius: 50px;
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
   -webkit-border-radius: 50px;
   -moz-border-radius: 50px;
   -ms-border-radius: 50px;
   -o-border-radius: 50px;
   background: #edeef0;
   padding-left: 10px;
   padding-right: 10px;
}

.dMark a:hover {
   color: #fff;
   background: #5f56ac;
}

.dHot li {
   padding: 10px 0;
   transition: all 0.5s;
}

.dHot li:hover {
   background: rgba(0, 0, 0, 0.05);
}

.dHot a {
   display: table;
   table-layout: fixed;
   width: 100%;
   position: relative;
}

.dHot_lt, .dHot_rt {
   display: table-cell;
   vertical-align: middle;
   padding: 0 5px;
}

.dHot_lt {
   position: relative;
   width: 70px;

   /* margin-right: 9px; */
}

.dHot_lt:before {
   content: "";
   display: block;
   padding-top: 100%;
}

.dHot_lt img {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
   width: auto;
   height: auto;
   max-height: 100%;
   max-width: 100%;
   vertical-align: middle;
}

.dHot p {
   margin-bottom: 0;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; /*设置p元素最大4行，父元素需填写宽度才明显*/
   text-overflow: ellipsis;
   overflow: hidden;

   /* autoprefixer: off */
   -webkit-box-orient: vertical;

   /* autoprefixer: on */
   /*因为代码环境的关系-webkit-box-orient被过滤掉了 autoprefixer 这个关键字可以免除被过滤的动作*/
   　　word-wrap: break-word;
   　　word-break: break-all;
}

.dHot span {
   color: #ababab;
   font-size: 12px;
}

.dMore {
   margin-top: 10px;
   padding-top: 10px;
   border-top: 1px solid #eaeffa;
   text-align: center;
}

/* 笔记详情 */
.dSlider {
   position: relative;
   padding: 20px;
   background: #f9fafa;
   margin-bottom: 20px;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
}

.sliderImg-big {
   position: relative;
   overflow: hidden;
   width: 375px;
   height: auto;
   margin: 0 auto;
}

.sliderImg-big yz-img {
   display: block;
   width: 100%;
   border-radius: 8px;
}

.sliderImg-small {
   /* display: flex; */
   width: 345px;
   height: 43px;
   margin: 10px auto 0;
}

.sliderImg-small ul {
   margin-bottom: 0;
}

.sliderImg-small ul li {
   width: 43px !important;
   height: 43px !important;
   border: 1px solid #666;
   border-radius: 5px;
   overflow: hidden;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px; /* flex: 1; */

   float: left;
}

.sliderImg-small ul li.current {
   border-color: rgba(255, 103, 0, 1);
}

.sliderImg-small ul li yz-img {
   display: block;
   width: 100%;
   height: 100%;
}

/* 视频详情 */
.dVideo {
   position: relative;
   background: #f9fafa;
   margin-bottom: 20px;
}

.dVideo video {
   position: relative;
   display: block;
   object-fit: fill;
   width: auto !important;
   margin-left: auto;
   margin-right: auto;
}

.dHotVideo .dHot_lt {
   width: 100px;
}

.dHotVideo .dHot_lt:before {
   padding-top: 70%;
}

.dHotVideo .dHot_lt img {
   width: 100%;
}

.dHotVideo .dHot_lt .vMark {
   position: absolute;
   right: 5px;
   bottom: 5px;
   color: #fff;
   font-size: 12px;
   background: rgba(0, 0, 0, 0.5);
   z-index: 10;
   border-radius: 3px;
   width: 40px;
   text-align: center;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1; /*设置p元素最大4行，父元素需填写宽度才明显*/
   text-overflow: ellipsis;
   overflow: hidden;

   /* autoprefixer: off */
   -webkit-box-orient: vertical;

   /* autoprefixer: on */
   /*因为代码环境的关系-webkit-box-orient被过滤掉了 autoprefixer 这个关键字可以免除被过滤的动作*/
   word-wrap: break-word;
   word-break: break-all;
}

.videoOprate{display:flex;padding:5px 5px;background:#18171a;height: 40px;line-height: 30px;}
.vList,.vDanmu{flex:1;}

.vList{display:flex;margin-bottom: 0;flex: .6;}
.vList li{flex:1;}
.vList li a{color:#979596; font-size:12px; margin:0 5px;}
.vList li a:hover{color:#fff;}
.vList li i{font-size:16px;margin-right: 3px;}

.vDanmu{
   position:relative;
   display:flex;
   justify-content: flex-end;
   align-items: center;
}
.vDanmu a{color:#979596;font-size:12px;margin:0 5px;position: relative;top: 1px;}
.vDanmu a:hover{color:#fff;}
.vDanmu i{font-size:16px;}
.fanmu{position: relative;width: 86%;padding:0 60px 0 5px;height: 30px;line-height: 30px;overflow: hidden;background:#3d3c3f;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;}
.fanmu input{width:100%; height: 100%; color:#979596; box-sizing:border-box; background:transparent;}
.fanmu button{position:absolute;right:0;top:0;font-size:12px;width:60px;height: 30px;line-height: 30px;color:#fff;border-radius:0 3px 3px 0;background:#5e5d5f;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;-ms-border-radius:0 3px 3px 0;-o-border-radius:0 3px 3px 0;}
.fanmu button:hover{background:#ef0230;}
.fanmu p{color:#979596;margin-bottom:0;font-size:13px;}
.fanmu p a{color:#ef0230; top:0; margin:0; font-size:13px;}

/* 知识详情 */
.dautor_info {
   display: flex;
   align-items: center;
}

.dautor_info .info_lt {
   flex: .1;
   display: flex;
}

.dautor_info .info_lt span{
   display: inline-block;
   width: 50px;
   height: 50px;
}

.dautor_info .info_lt img {
   display: block;
   width: 100%;
   height: 100%;
}

.dautor_info .info_rt {
   flex: 1;
}

.dautor_info .info_rt .follow {
   padding-right: 60px;
   position: relative;
   height: 25px;
   line-height: 25px;
}

.dautor_info .info_rt h3 {
   color: #000;
   font-size: 16px;
   margin: 0;
   height: 25px;
   line-height: 25px;
}

.dautor_info .info_rt .follow span{
   position: absolute;
   right: 0;
   top: calc(50% - 15px);
   display: inline-block;
   color: #ababab;
   text-align: right;
   width: 60px;
   height: 25px;
   line-height: 25px;
   vertical-align: middle;
}

.dautor_info .info_rt p {
   color: #ababab;
   margin: 0!important;
   font-size: 12px;
   line-height: 16px;
}

.dautor_info .info_rt p a {
   display: block;
}

.dautor_info .info_rt p i {
   color: rgba(255, 103, 0, 1);
}

.dautor_mark{
   font-size: 12px;
}
.dautor_mark span{
   color:#ababab;
}
.dautor_mark a{
   color:#81b7db;
} 

.dautor_bar{
   display: flex;
}
.dautor_bar li{
   flex:1;
   justify-content:center;
   align-items: center;
}
.dautor_bar li span{
   display:block;
   margin:0 auto;
   text-align: center;
   width:90px;
   height:30px;
   line-height:30px;
   color:#627499;
   background:#eaeffa;
   border-radius:5px;
   -webkit-border-radius:5px;
   -moz-border-radius:5px;
   -ms-border-radius:5px;
   -o-border-radius:5px;
}
.dautor_bar li p{
   width:100%;
   height:6px;
   background:#258dfd;
}
.dautor_bar li.current{
   flex:1.5;
}
.dautor_bar li.current p{
   background:#ff314a;
}
.dautor_bar li.current span{
   color:#258dfd;
}


.commend_show-cont p{
   color:#000;
   line-height: 26px;
}

.commend_show-cont .cCont_list{
   margin:20px 0;
}

.commend_show-cont .cCont_list li{
   font-size:14px;
   line-height: 25px;
}
.commend_show-cont .cCont_oprate{
   display:flex;
   font-size:12px;
}
.commend_show-cont .cCont_oprate ul{
   flex: 1;
   display: flex;
   margin-bottom:0;
}
.commend_show-cont .cCont_oprate ul li{
   flex: 1;
}
.commend_show-cont .cCont_oprate ul li a{
   color:#ababab;
   margin: 0 1px;
}
.commend_show-cont .cCont_oprate ul li a:hover{
   color:#000;
}
.commend_show-cont .cCont_oprate ul li i{
   margin-right: 1px;
   font-size:16px;
}

.cCont_oprate-lt{}
.cCont_oprate-rt{
   justify-content: flex-end;
}
.cCont_oprate-rt li{text-align: right;}

.cCont_commend{
   margin-top: 12px;
   border:1px solid #cad1e0;
   padding:10px;
   border-radius:3px;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   -ms-border-radius:3px;
   -o-border-radius:3px;
}
.cCont_commend h3{
   font-size:16px;
   margin:10px 0 20px;
}

.commend_show-submit{
   margin-top:20px;
   position: relative;
   padding: 0 65px 0 10px;
   height:35px;
   line-height:35px;
   border:1px solid #cad1e0;
   border-radius:3px;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   -ms-border-radius:3px;
   -o-border-radius:3px;
}
.commend_show-submit input{
   float: left;
   width:100%;
   height: 100%;
   font-size: 12px;
}
.commend_show-submit button{
   position: absolute;
   right:5px;
   top: calc(50% - 12.5px);
   width: 60px;
   height:25px;
   line-height:25px;
   background:#838fa9;
   color:#fff;
}

@media screen and (min-width:320px) and (max-width: 740px) {
   .contentDetail .dContent {
       padding: 15px;
   }

   .breadcrumb {
       width: auto;
       padding: 10px 0;
   }

   .main-inner {
       width: 100%;
       padding: 0;
   }

   .right-inner {
       width: 100%;
       padding: 0;
   }

   .dSlider{
      padding: 10px;
   }

   .sliderImg-big {
       width: 100% !important;
       height: 300px !important;
   }

   .sliderImg-small ul li {
       width: 40px !important;
       height: 40px !important;
   }

   .dArticle p{
      margin: 10px 0 !important;
   }

   .videoOprate{
      display:flexbox;
      display: -webkit-box;
      height:initial;
   }
   .vList,.vDanmu{
      display: -webkit-inline-box;
      flex: inherit;
   }
   .vList li{
      flex:inherit;
   }

   .commend_show-item dt.cFlex {
      display: flex;
      align-items: center;
      flex: .2;
   }
   .commend_show-item dd.cFlex p{
      margin-top:0;
   }
   .commend_show-item dd.cFlex .showTime{
      margin-top:0;
   }
   .commend_show-item dd.cFlex .showTime span,
   .commend_show-item dd.cFlex .showTime a
   {
      flex:1;
   }
}

@media screen and (max-width: 768px) {
   .contentDetail .dContent {
       padding: 15px;
   }

   .breadcrumb {
       width: auto;
       padding: 10px 0;
   }

   .main-inner {
       width: 100%;
       padding: 0;
   }

   .right-inner {
       width: 100%;
       padding: 0;
   }

   .dSlider{
      padding: 10px;
   }

   .dArticle p{
      margin: 10px 0 !important;
   }
}

@media screen and (min-width: 1240px) {
   .content.contentDetail {
       width: 100%;
   }

   .main-inner {
       width: 62%;
   }

   .right-inner {
       display: inline-block;
   }
}

@media screen and (min-width: 1340px) {
   .content.contentDetail {
       width: 100%;
   }

   .main-inner {
       width: 65%;
   }
}

@media screen and (min-width: 1870px) {
   .main-inner .carousel-wrap {
       width: 1180px;
       height: 416px;
   }

   .main-inner .carousel-wrap .carousel-title {
       font-size: 32px;
       line-height: 54px;
   }

   .main-inner .carousel-wrap .carousel-control {
       left: 767px;
   }
}
