/*
*  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
*/
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
  margin: 0px;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  background: #fff;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-viewport video {
  width: 100%;
}
.flex-viewport li {
  position: relative;
}
.flex-viewport li .play {
  display: block;
  position: absolute;
  z-index: 1;
  width: 107px;
  height: 76px;
  cursor: pointer;
  background: url(../images/icon-play.png) no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  margin-top: -38px;
  margin-left: -53px;
}
.flex-viewport li .play:hover,
.flex-viewport li .play:active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.flex-viewport li img {
  -webkit-box-shadow: '' 0px 0px 0px #000000 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: '' 0px 0px 0px #000000 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: '' 0px 0px 0px #000000 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: '' 0px 0px 0px #000000 1px 2px rgba(0, 0, 0, 0.1);
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 34px;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 10;
  cursor: pointer;
  overflow: hidden;
  text-indent: 999px;
  background-color: #fff;
}
.flex-direction-nav a:focus,
.flex-direction-nav a:active {
  outline: 0px;
}
.flex-direction-nav .after:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -52px;
}
.flex-direction-nav .flex-prev {
  left: -29px;
}
.flex-direction-nav .flex-prev:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -52px;
}
.flex-direction-nav .flex-prev:after {
  border-right: 15px solid #333;
  right: 10px;
  left: initial;
}
.flex-direction-nav .flex-next {
  right: -29px;
}
.flex-direction-nav .flex-next:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -52px;
}
.flex-direction-nav .flex-next:after {
  border-left: 15px solid #333;
  left: 10px;
}
.flex-direction-nav .flex-disabled {
  cursor: default;
}
.flex-direction-nav .flex-disabled:after {
  opacity: .6;
  filter: alpha(opacity=60);
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.min-slider {
  padding: 15px 35px;
}
.min-slider .flexslider .slides > li {
  padding-right: 5px;
  padding-left: 5px;
  width: 220px !important;
  position: relative;
}
.min-slider .flexslider .slides > li:hover:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0px;
  right: 5px;
  top: 0px;
  left: 5px;
  border: solid 3px #c83b37;
  background-color: rgba(0, 0, 0, 0.3);
}
.min-slider .flexslider .slides li.flex-active-slide:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0px;
  right: 5px;
  top: 0px;
  left: 5px;
  border: solid 3px #3e3e3f;
  background-color: rgba(0, 0, 0, 0.3);
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav {
    display: none;
  }
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
li,
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:hover {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
video {
  width: 100%;
}
@font-face {
  font-family: 'CenturyGothicbold';
  src: url('../fonts/CGB/CenturyGothicbold.eot');
  src: url('../fonts/CGB/CenturyGothicbold.eot') format('embedded-opentype'), url('../fonts/CGB/CenturyGothicbold.woff2') format('woff2'), url('../fonts/CGB/CenturyGothicbold.woff') format('woff'), url('../fonts/CGB/CenturyGothicbold.ttf') format('truetype'), url('../fonts/CGB/CenturyGothicbold.svg#CenturyGothicbold') format('svg');
}
@font-face {
  font-family: 'MyriadProRegular';
  src: url('../fonts/MR/MyriadProRegular.eot');
  src: url('../fonts/MR/MyriadProRegular.eot') format('embedded-opentype'), url('../fonts/MR/MyriadProRegular.woff2') format('woff2'), url('../fonts/MR/MyriadProRegular.woff') format('woff'), url('../fonts/MR/MyriadProRegular.ttf') format('truetype'), url('../fonts/MR/MyriadProRegular.svg#MyriadProRegular') format('svg');
}
p {
  font-family: 'MyriadProRegular';
}
.cor-black {
  color: #333;
}
/*分享*/
.share-tc {
  position: fixed;
  right: 10px;
  top: 20%;
  z-index: 10;
}
.share-tc p {
  line-height: 30px;
  color: #2a2d2e;
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.6);
}
.share-tc .share-icon a {
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  margin-bottom: 5px;
}
.share-tc .share-icon a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.share-tc .share-icon a.t {
  background-image: url(../images/icon-red-t.png);
}
.share-tc .share-icon a.i {
  background-image: url(../images/icon-red-i.png);
}
.share-tc .share-icon a.f {
  background-image: url(../images/icon-red-f.png);
}
.share-tc .share-icon a.w {
  background-image: url(../images/icon-red-w.png);
}
.share-tc .dropup {
  position: relative;
}
.share-tc .dropup:hover .dropdown-menu {
  display: block;
}
.share-tc .dropdown-menu {
  left: initial;
  right: 50px;
  top: 0px;
  bottom: initial;
}
/*头部*/
.header {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  position: relative;
  background-color: #fff;
}
.header .logo {
  top: 0px;
  display: block;
  width: 207px;
  height: 100%;
  background: url(../images/DTLogo_20210218.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0px;
}
.header .navList {
  width: 100%;
  height: 100%;
  padding-left: 25%;
}
.header .navList ul {
  overflow: hidden;
}
.header .navList li {
  float: left;
  width: 33.33333333%;
  text-align: right;
  min-height: 67px;
  line-height: 67px;
}
.header .navList li.noHeight {
  height: 0px;
  width: 0px;
}
.header .navList li a {
  text-transform: uppercase;
  font-family: 'CenturyGothicbold';
  font-size: 18px;
  color: #000;
}
.header .navList li a:focus {
  text-decoration: none;
}
.header .navList li a:hover {
  color: #db122a;
}
.header .navList li.active a {
  color: #db122a;
}
/*主体*/
.main {
  padding-top: 168px;
  max-width: 800px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.main > div {
  width: 100%;
}
.main .bot-mar {
  margin-bottom: 70px;
}
.content-set h3 {
  font-family: 'CenturyGothicbold';
  color: #db122a;
  font-size: 36px;
  display: block;
  text-align: center;
  margin-bottom: 70px;
}
.content-set p {
  font-size: 20px;
  color: #333;
  line-height: 30px;
}
.con-us-block {
  background-color: #f5f5f5;
  padding: 70px;
  margin-bottom: 70px;
}
.con-us-block > p {
  line-height: 35px;
}
.con-us-block > p img {
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
}
.con-us-block > p a {
  border-bottom: #333;
}
.con-us-block .row > div {
  padding: 0px;
}
.con-us-block .row > div p {
  color: #000;
  line-height: 40px;
  margin-bottom: 10px;
}
.con-us-block .row > div p a {
  margin-left: 6px;
}
.con-us-block .row > div p img {
  vertical-align: middle;
  margin-right: 20px;
}
.con-us-block .container-fluid {
  padding-top: 35px;
}
.detail_list > p {
  font-size: 24px;
  margin-bottom: 30px;
}
.detail_list li {
  margin-bottom: 25px;
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 50px;
}
.detail_list li a {
  color: #333;
  font-size: 20px;
  border-bottom: solid 1px #333;
  line-height: 30px;
}
.detail_list li.icon-phone {
  background-image: url(../images/icon-phone.png);
}
.detail_list li.icon-address {
  background-image: url(../images/icon-address.png);
}
.detail_list li.icon-email {
  background-image: url(../images/icon-email.png);
}
.detail_list li.icon-web {
  background-image: url(../images/icon-web.png);
}
/*about us*/
.main-aboutUs {
  max-width: 800px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.main-aboutUs > div {
  width: 100%;
}
.aboutus-listp p {
  margin-bottom: 40px;
}
.con-list h4 {
  font-size: 36px;
  color: #333;
  font-family: 'MyriadProRegular';
  text-align: center;
  display: block;
  margin-bottom: 70px;
}
.con-list .con-detail .imgs {
  margin-bottom: 25px;
}
.con-list .con-detail p {
  color: #474c4d;
  line-height: 32px;
}
.con-list .con-detail p span {
  font-weight: bold;
  color: #000;
}
/*video*/
.video {
  position: relative;
  margin-bottom: 35px;
}
.video .play {
  width: 98px;
  height: 71px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -49px;
  margin-top: -35px;
  background: url(../images/play.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.video .play.pause {
  background-image: url(../images/pause.png);
  display: none;
}
.video:hover .pause {
  display: block;
}
.video img {
  visibility: hidden;
  width: 100%;
}
.video iframe {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.videoList h2 {
  font-family: 'CenturyGothicbold';
  font-size: 35px;
  color: #666;
  margin-bottom: 20px;
}
.videoList p {
  color: #666;
}
.videoList .video-text p {
  margin-bottom: 25px;
}
.videoList .video-text p.icon-date {
  padding-left: 34px;
  background: url(../images/icon-date.png) no-repeat left;
}
.sliderList {
  position: relative;
}
.sliderList .flexslider {
  margin-bottom: 20px;
}
.sliderList .flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.sliderList .flexslider .slides img {
  width: 100%;
  display: block;
  margin: 0px;
  height: 131px;
}
.sliderList .texts img {
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
}
.sliderList li {
  cursor: pointer;
}
.sliderList li p {
  color: #666;
  font-size: 16px;
  margin-top: 20px;
  line-height: auto;
}
.sliderList li > div {
  position: relative;
  font-size: 0;
  height: 120px;
}
@media (max-width: 768px) {
  .sliderList li > div {
    height: 205px;
  }
}
@media (max-width: 414px) {
  .sliderList li > div {
    height: 116px;
  }
}
@media (max-width: 360px) {
  .sliderList li > div {
    height: 95px;
  }
}
/*footer*/
.footer {
  text-align: center;
  padding: 20px 15px;
}
.footer p {
  color: #999;
  font-size: 14px;
  line-height: 23px;
}
@media (max-width: 1130px) {
  .header {
    padding-right: 15px;
  }
  .header .logo {
    left: 15px;
  }
  .main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main .bot-mar {
    margin-bottom: 35px;
  }
  .content-set h3 {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .content-set p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
  }
  .con-us-block {
    padding: 35px;
    margin-bottom: 35px;
  }
  .con-us-block > p {
    line-height: 35px;
  }
  .con-us-block > p img {
    vertical-align: middle;
  }
  .con-us-block .container-fluid {
    padding-top: 25px;
  }
  .con-us-block .row > div {
    padding: 0px;
  }
  .con-us-block .row > div p {
    color: #000;
    line-height: 40px;
  }
  .con-us-block .row > div p a {
    margin-left: 6px;
  }
  .con-us-block .row > div p img {
    vertical-align: middle;
    margin-right: 20px;
  }
}
@media (max-width: 992px) {
  .header {
    padding-bottom: 35px;
    padding-top: 35px;
  }
  .main {
    padding-top: 138px;
  }
  .main .bot-mar {
    margin-bottom: 20px;
  }
  .content-set h3 {
    text-align: left;
  }
  .con-us-block {
    padding: 20px;
    margin-bottom: 20px;
  }
  .con-us-block .row > div p {
    line-height: 30px;
  }
  .con-us-block .row > div p a {
    margin-left: 4px;
  }
  .con-us-block .row > div p img {
    margin-right: 10px;
    max-width: 22px;
  }
  .con-us-block .container-fluid {
    padding-top: 20px;
  }
  .detail_list > p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .detail_list li {
    margin-bottom: 10px;
    padding-left: 28px;
    background-size: 18px;
  }
  .detail_list li a {
    font-size: 15px;
    line-height: 26px;
  }
  .aboutus-listp p {
    margin-bottom: 20px;
  }
  .con-list h4 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 40px;
  }
  .con-list .con-detail .imgs {
    height: 40px;
    margin-bottom: 10px;
  }
  .con-list .con-detail .imgs img {
    height: 100%;
    width: auto;
  }
  .con-list .con-detail p {
    line-height: 26px;
  }
  .video .play {
    background-size: 50px;
  }
}
@media (min-width: 768px) {
  .header {
    min-height: 90px;
    max-height: 168px;
  }
  .header > div {
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .flex-active-slide > div {
    position: relative;
  }
  .flex-active-slide > div:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: solid 3px #e60012;
  }
}
@media (max-width: 768px) {
  .main {
    padding-top: 90px;
  }
  .content-set h3 {
    margin-bottom: 25px;
  }
  .video {
    margin-bottom: 20px;
  }
  .videoList h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .videoList .video-text p {
    margin-bottom: 15px;
  }
  .videoList .video-text p.icon-date {
    padding-left: 34px;
    background: url(../images/icon-date.png) no-repeat left;
  }
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header .logo {
    width: 150px;
    height: 40px;
    top: 15px;
    background-position: left;
  }
  .header .menu-nav {
    width: 39px;
    height: 30px;
    background: url(../images/icon-nav.png) no-repeat right;
    background-size: contain;
    display: block;
    float: right;
    cursor: pointer;
  }
  .header .navList {
    position: fixed;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0px;
    height: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .header .navList ul {
    background-color: #fff;
    margin-top: 70px;
    padding: 30px;
  }
  .header .navList ul li {
    float: none;
    margin-bottom: 15px;
    text-align: left;
    width: 100%;
    min-height: inherit;
    line-height: 30px;
  }
  .header .navList ul li.noHeight {
    height: auto;
    width: auto;
  }
  .header .navList ul li a {
    font-size: 16px;
  }
  .header .closeBox {
    position: absolute;
    right: 20px;
    top: 80px;
    display: block;
    background: url(../images/icon-close.png) no-repeat center;
    width: 40px;
    height: 40px;
    background-size: 23px;
    cursor: pointer;
  }
  .sliderList .nextorprev {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 0px;
    top: 50%;
  }
  .sliderList .nextorprev a {
    display: block;
    width: 24px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    margin-top: -96px;
  }
  .sliderList .nextorprev a:first-child {
    float: left;
    background-image: url(../images/s-prev.png);
  }
  .sliderList .nextorprev a:last-child {
    float: right;
    background-image: url(../images/s-next.png);
  }
  /*分享*/
  .share-tc {
    position: relative;
    right: 0px;
    top: 20px;
    z-index: auto;
  }
  .share-tc p {
    line-height: 30px;
    color: #2a2d2e;
  }
  .share-tc .share-icon a {
    width: 40px;
    height: 40px;
    background-size: 30px;
    margin-bottom: 0px;
    margin-right: 5px;
    float: left;
    background-position: left;
  }
}
.flex-direction-nav a {
  background: url('');
  float: right;
}
@media (max-width: 768px) {
  .flex-direction-nav a:first-child {
    float: left;
    background-image: url(../images/s-prev.png);
  }
  .flex-direction-nav a:last-child {
    float: right;
    background-image: url(../images/s-next.png);
  }
}
.nextorprev a {
  background: url('');
  text-decoration: none;
  display: block;
  width: 34px;
  height: 100%;
  position: absolute;
  top: -21px;
  z-index: 10;
  cursor: pointer;
  overflow: hidden;
  text-indent: 999px;
  background-color: #fff;
}
.nextorprev a.flex-prev {
  left: -34px;
}
@media (max-width: 768px) {
  .nextorprev a.flex-prev {
    left: 6px;
    top: 5px;
    background: transparent;
  }
}
@media (max-width: 414px) {
  .nextorprev a.flex-prev {
    top: -22px;
  }
}
@media (max-width: 360px) {
  .nextorprev a.flex-prev {
    top: -34px;
  }
}
.nextorprev a.flex-prev:after {
  right: 10px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid #333;
  position: absolute;
  top: 50%;
  margin-top: -52px;
}
.nextorprev a.flex-prev.flex-disabled {
  cursor: default;
}
.nextorprev a.flex-prev.flex-disabled:after {
  opacity: .6;
  filter: alpha(opacity=60);
}
.nextorprev a.flex-next {
  right: -34px;
}
@media (max-width: 768px) {
  .nextorprev a.flex-next {
    right: 6px;
    top: 5px;
    background: transparent;
  }
}
@media (max-width: 414px) {
  .nextorprev a.flex-next {
    top: -22px;
  }
}
@media (max-width: 360px) {
  .nextorprev a.flex-next {
    top: -34px;
  }
}
.nextorprev a.flex-next:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 50%;
  left: 0;
  border-left: 15px solid #333;
  left: 10px;
  margin-top: -52px;
}
.nextorprev a.flex-next.flex-disabled {
  cursor: default;
}
.nextorprev a.flex-next.flex-disabled:after {
  opacity: .6;
  filter: alpha(opacity=60);
}
