@import "reset.css";
@import "topic.css";
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600|Roboto");

@font-face {
    font-family: "ZYWenYiHei";
    src: url("../fonts/ZYWenYiHei.ttf");
}

@font-face {
    font-family: "df";
    src: url("../fonts/df.ttf");
}

.bg-transparent {
    background: transparent !important;
}

.bg-defult {
    background: #3c9cfd !important;
}

/* ==========================================================================
   Section Title
   ========================================================================== */
.section-top {
    /*padding: 80px 0 65px;*/
    padding: 0 0 0px;
    margin-bottom: 0px;
}

.section {
    /*padding: 80px 0 65px;*/
    padding: 0px 0 0px;
}

.section-header {
    color: #fff;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}

.section-header .section-title {
    font-size: 30px;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    background-color: #2dfbff;
    background-image: -webkit-linear-gradient(bottom right, #3c96ff, #2dfbff);
    background-image: -o-linear-gradient(bottom right, #3c96ff, #2dfbff);
    background-image: linear-gradient(to top left, #3c96ff, #2dfbff);
    position: relative;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 30px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.btn:focus,
.btn:active {
    box-shadow: none;
    outline: none;
}

.btn-common {
    background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    position: relative;
    z-index: 1;
}

.btn-common:hover {
    color: #fff;
    box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}

.btn-effect {
    overflow: hidden;
}

.btn-effect:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-effect:hover:after {
    width: 100%;
}

.btn-border {
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    background-color: transparent;
    border-color: #3c9cfd;
    color: #3c9cfd;
}

.btn-border:hover {
    box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}

.btn-border-filled {
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #fff;
    color: #3c9cfd;
}

.btn-border-filled:hover {
    color: #3c9cfd;
    background-color: #ffffff;
    box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}

.btn-lg {
    padding: 14px 33px;
    text-transform: uppercase;
    font-size: 16px;
}

.btn-rm {
    color: #3c9cfd;
    padding: 10px 0;
    text-transform: capitalize;
    font-size: 16px;
}

.btn-rm i {
    vertical-align: middle;
}

.btn-trial {
    background: #fff;
    color: #191c1e;
    padding: 5px 20px;
    margin-left: 30px;
}

.btn-trial:hover,
.btn-trial:active,
.btn-trial:focus {
    color: #3c9cfd;
}

.btn-apple {
    border-width: 2px;
    border-color: #3c96ff;
    border-style: solid;
    background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.btn-apple i {
    background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-apple:hover,
.btn-apple:active,
.btn-apple:focus {
    background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

button:focus {
    outline: none !important;
}

.btn-border-fill {
    background: #fff;
    border-color: #fff;
    color: #3c9cfd;
}

.btn-subtitle {
    color: #191c1e;
    font-family: "Poppins", sans-serif;
    background: #dbecff;
    text-align: center;
    border-radius: 30px;
    padding: 6px 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 14px;
}

.clear {
    clear: both;
}

.mt {
    margin-top: 80px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.padding-0 {
    padding: 0;
}

/* ==========================================================================
   Social Iocns
   ========================================================================== */
.social-icons {
    margin-bottom: 20px;
}

.social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-icons ul li {
    display: inline;
}

.social-icons ul li a {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid rgba(255, 254, 254, 0.07);
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 16px;
}

.social-icons ul li a:hover {
    color: #fff;
}

.facebook a {
    color: #4867aa;
}

.facebook a:hover {
    background: #4867aa;
}

.twitter a {
    color: #1da1f2;
}

.twitter a:hover {
    background: #1da1f2;
}

.google-plus a {
    color: #dd4d42;
}

.google-plus a:hover {
    background: #dd4d42;
}

.youtube a {
    color: #df2926;
}

.youtube a:hover {
    background: #df2926;
}

.linkedin a {
    color: #007bb6;
}

.linkedin a:hover {
    background: #007bb6;
}

.pinterest a {
    color: #bd081c;
}

.pinterest a:hover {
    background: #bd081c;
}

.dribbble a {
    color: #ea4c89;
}

.dribbble a:hover {
    background: #ea4c89;
}

.behance a {
    color: #0b7cff;
}

.behance a:hover {
    background: #0b7cff;
}

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999;
}

.loader {
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

#loader-1:before,
#loader-1:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 7px solid transparent;
    border-top-color: #bb1a1a;
}

#loader-1:before {
    z-index: 100;
    animation: spin 2s infinite;
}

#loader-1:after {
    border: 7px solid #fafafa;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ==========================================================================
   Scroll To Up
   ========================================================================== */
.back-to-top {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 15px;
    /*width: 45px;
    height: 45px;*/
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    /*  background-color: white;*/
    /*  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);*/
}

.back-to-top:hover {
    opacity: 0.8;
}

/*.back-to-top i {
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
  -webkit-background-clip: text;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  }*/

/* ==========================================================================
   Top Navbar Style
   ========================================================================== */
.menu-bg-top {
    /*background: -webkit-linear-gradient(left, #3c96ff 0%, #2dfbff 100%) !important;
    background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%) !important;*/
    background-color: #fff;
    /*box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);*/
    z-index: 9999;
    padding: 0px 5px;
}

.menu-bg-top .menu-button {
    top: 0;
}

.menu-bg-top .menu-button:hover {
    cursor: pointer;
    color: #3c9cfd;
}

.menu-bg-top .logo-menu a {
    color: #3c9cfd;
}

.menu-bg-top .navbar-nav .nav-link {
    color: #ffffff !important;
}

.menu-bg-top .navbar-nav .nav-link:hover {
    color: #ffffff !important;
}

.menu-bg-top .navbar-nav .active {
    color: #ffffff !important;
}

/* ==========================================================================
   Navbar Style
   ========================================================================== */
.logo-menu a {
    font-size: 20px;
    color: #fff;
}

.menu-bg {
    /*background: -webkit-linear-gradient(left, #3c96ff 0%, #2dfbff 100%) !important;
    background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%) !important;*/
    background-color: #fff;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
    z-index: 1024;
    padding: 0px;
    margin-top: 0;
    height: 66px;
}

.menu-bg .menu-button {
    top: 0;
}

.menu-bg .menu-button:hover {
    cursor: pointer;
    color: #3c9cfd;
}

.menu-bg .logo-menu a {
    color: #3c9cfd;
}

.menu-bg .navbar-nav .nav-link {
    color: #282828 !important;
}

.menu-bg .navbar-nav .nav-link:hover {
    color: #282828 !important;
}

.menu-bg .navbar-nav .active {
    color: #282828 !important;
}

.navbar-expand-lg .navbar-nav {
    background: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 6px;
    margin-right: 26px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    position: relative;
    margin-left: 28px;
}

@media (max-width: 991px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
        font-size: 12px;
        padding: calc((66px - 18px) / 2) 15px;
        margin-left: 0px;
        margin-right: 0px;
        font-family: "Poppins", sans-serif;
        position: relative;
    }
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    background-color: #FAFAFA;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.navbar-expand-lg .navbar-nav .nav-link:active {
    background-color: #FAFAFA;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.navbar-expand-lg .navbar-nav .active > .nav-link,
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link.open,
.navbar-expand-lg .navbar-nav .open > .nav-link {
    background-color: #FAFAFA;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.navbar-brand {
    color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:hover:before {
    color: #ffffff;
}

.navbar-expand-lg .navbar-nav .active > .nav-link,
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link.active:before,
.navbar-expand-lg .navbar-nav .nav-link.open,
.navbar-expand-lg .navbar-nav .open > .nav-link {
    color: #ffffff;
}

.navbar-expand-lg .navbar-toggler {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
    margin: 5px;
    cursor: pointer;
    float: right;
}

.navbar-expand-lg .navbar-toggler i {
    color: #333 !important;
}

.navbar-expand-lg .navbar-toggler:focus {
    outline: none;
}

/* ==========================================================================
   Hero Area
   ========================================================================== */
.hero-area {
    background: #3c96ff;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.hero-area .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
}

.hero-area .contents {
    padding: 160px 0 140px;
}

.hero-area .contents h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 25px;
}

.hero-area .contents p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

.hero-area .contents .btn {
    margin-top: 40px;
    margin-right: 20px;
    text-transform: uppercase;
}

.hero-area .contents .btn-border {
    border: 2px solid #fff;
    color: #fff;
}

.hero-area .intro-img {
    padding: 148px 0 0px;
}

.hero-area .intro-img img {
    display: block;
    height: auto;
    max-width: 100%;
}

/* ==========================================================================
   Hero Production version
   ========================================================================== */
.hero-area-2 {
    color: #fff;
    overflow: hidden;
    position: relative;
}

.hero-area-2 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
}

.hero-area-2 .contents {
    padding: 160px 0 140px;
}

.hero-area-2 .contents h2 {
    color: #fff;
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 25px;
    font-weight: 600;
}

.hero-area-2 .contents p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

.hero-area-2 .contents .btn {
    margin-top: 40px;
    margin-right: 20px;
    text-transform: uppercase;
}

.hero-area-2 .contents .btn-border {
    border: 2px solid #fff;
    color: #fff;
}

.hero-area-2 .intro-img {
    padding: 180px 0 0px;
}

.hero-area-2 .intro-img img {
    display: block;
    height: auto;
    max-width: 100%;
}

/* ==========================================================================
   About
   ========================================================================== */
#about {
    padding-bottom: 80px !important;
}

#about .about-content {
    height: 100%;
    width: 100%;
    display: table;
}

#about .about-content > div {
    vertical-align: middle;
    display: table-cell;
}

#about .about-content h3 {
    font-size: 30px;
    font-weight: 700;
}

#about .about-content h5 {
    font-size: 15px;
    color: #999;
    margin-bottom: 20px;
}

#about .about-content p {
    font-size: 15px;
    margin-bottom: 10px;
}

#about .about-content .btn {
    margin-top: 15px;
}

#carousel-screen {
    margin-top: 15px;
}

/* ==========================================================================
   Clients
   ========================================================================== */
#clients {
    background: #ffffff;
}

#clients .client-item-wrapper {
    text-align: center;
    margin-bottom: 15px;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

#clients .client-item-wrapper img {
    width: 70%;
    opacity: 0.5;
}

#clients #clients-scroller img:hover {
    opacity: 1;
}

#clients #clients-scroller .owl-pagination {
    display: none;
}

/* ==========================================================================
  download
  ========================================================================== */
#download {
    background: #f6fbfd;
    padding: 80px 0 0px;
}

#download .download-wrapper {
    padding: 0px 30px;
}

#download .download-wrapper .download-text h4 {
    font-size: 36px;
}

#download .btn {
    margin: 20px 20px 0px 0px;
    text-align: left;
}

/* ==========================================================================
   Video promo Style
   ========================================================================== */
.video-promo {
    background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
}

.video-promo .video-promo-content {
    color: #fff;
    margin-bottom: 15px;
}

.video-promo .video-promo-content .video-popup {
    width: 80px;
    height: 80px;
    background: #fff;
    line-height: 80px;
    text-align: center;
    border: 3px solid #fff;
    color: #3c9cfd;
    border-radius: 50%;
    display: inline-block;
    font-size: 26px;
}

.video-promo .video-promo-content .video-popup:hover {
    box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}

.video-promo .video-promo-content h2 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
}

.video-promo .video-promo-content p {
    color: #fff;
}

/* ==========================================================================
   Screenshot Style
   ========================================================================== */
#screenshots {
    background: #fff;
    margin-bottom: 15px !important;
    padding-bottom: 15px;
}

#screenshots .screenshot-thumb {
    margin: 15px;
    text-align: center;
}

#screenshots .screens-slider {
    position: relative;
}

#screenshots .screens-slider .item img {
    max-width: 100%;
    height: auto;
    box-shadow: 0px 0px 17px #dddddd;
}

#screenshots .screens-slider .owl-controls .owl-buttons {
    position: absolute;
    bottom: 55%;
    width: 96%;
    left: 2%;
}

#screenshots .screens-slider .owl-controls .owl-buttons div.owl-prev {
    float: left;
}

#screenshots .screens-slider .owl-controls .owl-buttons div.owl-next {
    float: right !important;
}

.pic-slider {
    position: relative;
}

.pic-slider .item img {
    max-width: 100%;
    height: auto;
}

.pic-slider .owl-controls .owl-buttons {
    position: relative;
    top: -155px;
    left: 0;
}

.pic-slider .owl-controls .owl-buttons div.owl-prev {
    float: left;
    margin-left: -50px;
}

.pic-slider .owl-controls .owl-buttons div.owl-next {
    float: right !important;
    margin-right: -50px;
}

/* ==========================================================================
   Offer area
   ========================================================================== */
.offer-area {
    background: #f6fbfd;
}

.offer-area h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

/* Services Item */
.services-item {
    padding: 15px;
    background: #fff;
    position: relative;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.services-item .icon {
    margin-bottom: 20px;
}

.services-item .icon i {
    font-size: 42px;
    line-height: 60px;
    background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.services-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.services-item p {
    margin: 0;
}

.feature-content {
    background: #f6fbfd;
}

.single-feature {
    height: 200px;
    background: #fff;
    margin: 15px 0;
    padding: 30px 15px;
    position: relative;
    border-radius: 3px;
    box-shadow: 0px 0px 16px rgba(131, 131, 131, 0.17);
    transition: all 0.3s ease 0s;
}

.single-feature i {
    font-size: 42px;
    background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 30px;
}

.single-feature h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: capitalize;
    line-height: 1.5rem;
}

.single-feature:hover {
    box-shadow: 0px 0px 16px rgba(131, 131, 131, 0.35);
}

/* ==========================================================================
   Features Section Start
   ========================================================================== */
#features {
    background: #f6fbfd;
}

#features .feature-thumb {
    margin-top: 15px;
}

#features .nav {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
}

#features .nav .nav-item {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#features .nav .nav-item .nav-link {
    font-size: 20px;
    color: #a0a6ad;
    padding: 30px 0;
    line-height: 1;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
    border: none;
    background: transparent;
}

#features .nav .nav-item .nav-link i {
    font-size: 40px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
}

#features .nav-tabs {
    background: #f6fbfd;
    margin-top: -100px;
}

#features .nav-tabs .nav-item.show .nav-link,
#features .nav-tabs .nav-link.active {
    border-bottom: 1px solid #3c9cfd;
    color: #191c1e;
}

#features .nav-tabs .nav-item.show .nav-link i,
#features .nav-tabs .nav-link.active i {
    background: -webkit-linear-gradient(left, #3c96ff 0%, #2dfbff 100%);
    background: -o-linear-gradient(left, #3c96ff 0%, #2dfbff 100%);
    background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#features .tab-content {
    margin-top: 15px;
    text-align: center;
}

#features .tab-content .tab-pane {
    padding: 20px 15px;
    font-size: 14px;
    line-height: 26px;
}

.text-wrapper {
    height: 100%;
    width: 100%;
    display: table;
}

.text-wrapper > div {
    vertical-align: middle;
    display: table-cell;
}

.text-wrapper h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.text-wrapper .btn-rm {
    margin-top: 15px;
}

/* ==========================================================================
   features-two
   ========================================================================== */
#features-two .img-thumb {
    margin-bottom: 15px;
}

/* ==========================================================================
  App Features Section Style
  ========================================================================== */
#app-features {
    background: #f6fbfd;
}

#app-features .content-left {
    position: relative;
}

#app-features .content-left span {
    float: right;
    margin-left: 25px;
}

#app-features .content-right {
    position: relative;
}

#app-features .content-right span {
    float: left;
    margin-right: 25px;
}

#app-features .box-item {
    margin: 30px 0;
}

#app-features .box-item .icon {
    text-align: center;
    margin: 0 15px;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    text-align: center;
    position: relative;
    background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    z-index: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#app-features .box-item .icon i {
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#app-features .box-item .text h4 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 22px;
}

#app-features .box-item .text p {
    font-size: 14px;
    line-height: 26px;
}

#app-features .content-left .text {
    margin-right: 90px;
}

#app-features .content-right .text {
    margin-left: 90px;
}

#app-features .show-box {
    text-align: center;
    margin: 15px 0;
}

#app-features .show-box img {
    width: 100%;
}

/* ==========================================================================
   Screens Section Start
   ========================================================================== */

#screens .owl-controls .owl-buttons {
    position: relative;
    top: -215px;
    left: 0;
}

#screens .owl-controls .owl-buttons div.owl-prev {
    float: left;
    margin-left: -60px;
}

#screens .owl-controls .owl-buttons div.owl-next {
    float: right !important;
    margin-right: -60px;
}

.owl-theme .owl-controls .owl-buttons div {
    width: 40px;
    height: 40px;
    display: block !important;
    background-color: #bb1a1a;
    text-align: center;
    display: inline-block;
    opacity: 1 !important;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.owl-theme .owl-controls .owl-buttons div:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    opacity: 0.8 !important;
}

.owl-theme .owl-controls .owl-buttons div i {
    color: #ffffff;
    font-size: 20px;
    line-height: 35px;
}

/* ==========================================================================
   Team Section
   ========================================================================== */
.single-team:hover .team-details {
    opacity: 1;
}

.single-team {
    position: relative;
    margin: 15px 0;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0px 0px 16px rgba(131, 131, 131, 0.17);
    border-radius: 0px;
    overflow: hidden;
}

.single-team .team-thumb {
    position: relative;
}

.single-team:hover {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    box-shadow: 0px 0px 16px rgba(131, 131, 131, 0.35);
}

.single-team img {
    width: 100%;
}

.single-team .team-inner {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-team .team-details {
    padding: 20px;
    width: 100%;
    text-align: left;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.single-team .team-details .team-title {
    margin-bottom: 5px;
    font-size: 18px;
    color: #263238;
}

.single-team .team-details p {
    font-size: 14px;
    margin-bottom: 0px;
}

.single-team .social-list {
    position: absolute;
    background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    border-top-right-radius: 30px;
    bottom: 0;
    left: -40px;
    padding: 20px 0px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.single-team .social-list li a {
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 40px;
    color: #fff;
    font-size: 16px;
    border-radius: 0px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.single-team .social-list .facebook a:hover {
    background: #4867aa;
    color: #fff;
}

.single-team .social-list .twitter a:hover {
    background: #1da1f2;
    color: #fff;
}

.single-team .social-list .google-plus a:hover {
    background: #dd4d42;
    color: #fff;
}

.single-team .social-list .linkedin a:hover {
    background: #007bb6;
    color: #fff;
}

.single-team:hover .social-list {
    left: 0;
}

#testimonials {
    touch-action: pan-y;
}

#testimonials .news-body {
    padding: 15px;
    background: #fff;
}

#testimonials .news-body .underimage {
    margin-top: 0;
}

#testimonials .news-body .underimage .rc-title {
    height: 50px;
    -webkit-line-clamp: 2;
    margin-top: 0;
}

.testimonial-item {
    padding: 0px;
    margin: 0px;
    background: #fff;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0px 0px 16px #ececec;
    height: 90%;
}

.testimonial-item .author {
    display: inline-block;
    margin-bottom: 20px;
    float: left;
}

.testimonial-item .author .img-thumb {
    float: left;
    overflow: hidden;
    position: relative;
}

.testimonial-item .author .img-thumb img {
    border-radius: 2px;
    width: 100%;
}

.testimonial-item .content-inner {
    overflow: hidden;
    width: 100%;
}

.testimonial-item .content-inner .description {
    width: 100%;
    margin-bottom: 10px;
    color: #282828;
    font-size: 16px;
}

.testimonial-item .content-inner span {
    color: #a0a6ad;
}

.testimonial-item .content-inner .author-info {
    padding: 3px 0;
}

.testimonial-item .content-inner .author-info h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 0;
    color: #282828;
}

.testimonial-item .content-inner .author-info h1 a {
    font-size: 20px;
    color: #282828;
    line-height: 2rem;
}

.testimonial-item .content-inner .author-info h1 a:hover {
    color: #3c9cfd;
}

.owl-pagination {
    width: 100%;
    left: 0;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 0.5;
    width: 8%;
    margin: 0 1%;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    height: 1px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    border-radius: 0px;
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    /*width: 66px;
    height: 6px;
    opacity: 1;
    margin: 2px 10px;
    background: rgb(0, 0, 0);*/
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
}

.owl-theme .owl-controls {
    width: 100%;
    position: absolute;
    bottom: 108px;
}

/* ==========================================================================
   Pricing Table
   ========================================================================== */
.pricing-table {
    padding: 30px;
    margin: 15px 0;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: background-image 0.3s ease-out;
    -moz-transition: background-image 0.3s ease-out;
    -o-transition: background-image 0.3s ease-out;
    transition: background-image 0.3s ease-out;
    box-shadow: 0px 0px 43px 0px rgba(131, 131, 131, 0.23);
}

.pricing-table .icon {
    margin-bottom: 10px;
}

.pricing-table .icon i {
    font-size: 42px;
}

.pricing-table .price {
    color: #263238;
    font-size: 36px;
    padding: 20px;
    font-weight: 500;
}

.pricing-table .price span {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #a2a2a2;
}

.pricing-table .pricing-details h2 {
    font-size: 22px;
    color: #191c1e;
    font-weight: 700;
    padding: 15px 0;
    margin-bottom: 0;
}

.pricing-table .pricing-details ul li {
    padding: 7px;
    font-size: 14px;
}

.pricing-table:hover,
.pricing-active {
    color: #fff;
    -webkit-transition: background-image 0.3s ease-out;
    -moz-transition: background-image 0.3s ease-out;
    -o-transition: background-image 0.3s ease-out;
    transition: background-image 0.3s ease-out;
    background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    box-shadow: 0px 0px 43px 0px rgba(131, 131, 131, 0.38);
}

.pricing-table:hover .pricing-details h2,
.pricing-active .pricing-details h2 {
    color: #fff;
}

.pricing-table:hover .price,
.pricing-active .price {
    color: #fff;
}

.pricing-table:hover .price span,
.pricing-active .price span {
    color: #fff;
}

.pricing-table:hover .btn-border,
.pricing-active .btn-border {
    background: #fff;
    border-color: #fff;
    color: #3c9cfd;
}

/* ==========================================================================
   Portfolio Section
   ========================================================================== */
#portfolios {
    background: #f6fbfd;
}

#portfolios .mix {
    padding: 0px;
}

#portfolios .portfolio-item {
    padding: 15px;
}

#portfolio .mix {
    display: none;
}

.controls {
    text-align: center;
    padding: 0px 0px 20px;
}

.controls a {
    background: #fff;
    border-radius: 30px;
    color: #191c1e !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin: 15 7px 0px;
    padding: 15px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    letter-spacing: 1px;
}

.controls a:hover,
.controls .active {
    background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    color: #fff !important;
}

.shot-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.shot-item img {
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 4000ms;
    -o-transition-duration: 4000ms;
    transition-duration: 4000ms;
}

.shot-item .single-content {
    background-color: rgba(22, 26, 39, 0.7);
    opacity: 0.9;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
}

.shot-item .single-content .fancy-table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}

.shot-item .single-content .fancy-table .table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.shot-item .single-content .zoom-icon {
    margin: 0 auto;
}

.shot-item .single-content .zoom-icon a {
    color: #3c9cfd;
    background: #fff;
    width: 48px;
    display: inline-block;
    line-height: 50px;
    border-radius: 50%;
    font-size: 22px;
    height: 48px;
}

.shot-item .single-content h5 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 20px;
}

.shot-item .single-content p {
    color: #fff;
    margin: 0 0 10px;
}

.shot-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.shot-item:hover .single-content {
    opacity: 0.7;
}

/* ==========================================================================
   Slider
   ========================================================================== */
#carousel-area {
    overflow: hidden;
    position: relative;
}

#carousel-area .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    opacity: 0.6;
}

#carousel-area .carousel-item .carousel-caption {
    top: 32%;
    right: 12%;
    left: 12%;
    text-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
}

#carousel-area .carousel-item .carousel-caption h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 25px;
    color: #fff;
}

#carousel-area .carousel-item .carousel-caption p {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 30px;
}

#carousel-area .carousel-item .carousel-caption .btn {
    margin: 0px 10px 0px 0px;
}

#carousel-area .carousel-item .carousel-caption .btn-border {
    border-color: #fff;
    color: #fff;
}

#carousel-area .carousel-control {
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#carousel-area:hover .carousel-control {
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

#carousel-area .carousel-control-next,
#carousel-area .carousel-control-prev {
    opacity: 1;
}

#carousel-area .carousel-control-next i,
#carousel-area .carousel-control-prev i {
    width: 48px;
    line-height: 48px;
    height: 48px;
    color: #3c9cfd;
    font-size: 24px;
    display: inline-block;
    background: #fff;
    border-radius: 30px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#carousel-area .carousel-agency .carousel-caption h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 25px;
    color: #fff;
}

#carousel-area .carousel-agency .carousel-caption p {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 30px;
}

#carousel-area .carousel-agency .carousel-caption .btn {
    margin: 0px 10px 0px 0px;
}

#carousel-area .carousel-agency .carousel-caption .btn-border {
    border-color: #fff;
    color: #fff;
}

#carousel-area .carousel-control-prev {
    left: 5%;
}

#carousel-area .carousel-control-next {
    right: 5%;
}

#carousel-area .carousel-indicators li:hover,
#carousel-area .carousel-indicators li.active {
    opacity: 1;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 10;
    width: 35px;
    height: 55px;
    top: 50%;
    padding: 10px 5px;
    box-shadow: none;
    background-image: none;
    margin-top: -35px;
    text-shadow: none;
}

#carousel-area .carousel-indicators {
    bottom: 35px;
}

#carousel-area .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50px;
}

.contents p {
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
}

.contents .header-button .btn i {
    margin-left: 10px;
}

.left,
.right {
    cursor: pointer;
    font-size: 30px;
    color: #3c9cfd;
}

/* ==========================================================================
   Contact Us
   ========================================================================== */
.form-control {
    width: 100%;
    margin-bottom: 30px;
    padding: 0px 30px;
    font-size: 14px;
    border-radius: 30px;
    text-align: center;
    border: 1px solid #ececec;
    /*box-shadow: 6px 0px 43px rgba(131, 131, 131, 0.13);*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.form-control:focus {
    /*border: 1px solid #3c9cfd;
      outline: none;
      box-shadow: non*/
}

.form-control::-webkit-input-placeholder {
    color: #656565;
}

/*修改*/
.form-control-top {
    /*width: 356px;*/
    height: 44px;
    padding: 15px 30px;
    font-size: 14px;
    border-radius: 30px;
    text-align: left;
    border: 1px solid #ececec;
    box-shadow: 6px 0px 43px rgba(131, 131, 131, 0.13);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    /*background: url(img/navbar/search.png);*/
}

.form-control-top:focus {
    border: 1px solid #3c9cfd;
    outline: none;
    box-shadow: none;
}

.btn.disabled,
.btn:disabled {
    opacity: 1;
}

textarea {
    border-radius: 10px;
    text-align: left !important;
}

.contact-info {
    margin-bottom: 15px;
}

.contact-info i {
    font-size: 20px;
    color: #3c9cfd;
}

.contact-info h5 {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 500;
}

.contact-info p {
    font-size: 14px;
    margin-bottom: 0;
}

#contact {
    background: #ffffff;
    /*padding-bottom: 80px;*/
    position: relative;
    text-align: center;
}

#contact h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

#contact .contact-block {
    background: #ffffff;
    overflow: hidden;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 43px 0px rgba(131, 131, 131, 0.23);
}

.offset-top {
    margin-top: -100px;
}

/* Contact Map */
#google-map-area {
    position: relative;
}

#google-map-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

#msgSubmit {
    margin-bottom: 0;
}

/* ==========================================================================
   Subscribe Style
   ========================================================================== */
#subscribe {
    background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    position: relative;
}

.subscribe-form {
    margin-bottom: 15px;
}

.subscribe-form .sub-title {
    margin-bottom: 30px;
}

.subscribe-form .sub-title h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
}

.subscribe-form .sub-title p {
    font-size: 14px;
    color: #fff;
}

.subscribe-form .form-wrapper .form-group {
    margin-bottom: 0px;
}

.subscribe-form .form-wrapper .form-control {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 20px;
    box-shadow: none;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50px;
    background-image: none;
    background-clip: padding-box;
}

.subscribe-form .form-wrapper .form-control:focus {
    color: #ffffff;
    border-color: #fff;
    box-shadow: none;
    outline: 0;
}

.subscribe-form .form-wrapper .btn-search {
    top: 6px;
    right: 22px;
    z-index: 2;
    width: 156px;
    font-weight: 600;
    background: #fff;
    color: #3c96ff;
    height: 52px;
    text-align: center;
    position: absolute;
    padding: 0px;
}

.subscribe-form .form-wrapper input::placeholder {
    color: #fff;
    font-weight: 500;
}

.subscribe-form .form-submit .btn {
    width: 100%;
    padding: 13px 30px;
}

#subscribe .sub-item-box {
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 4px;
    background: #fff;
}

#subscribe .sub-item-box .icon-box {
    float: left;
}

#subscribe .sub-item-box .icon-box i {
    font-size: 30px;
    color: #3c9cfd;
}

#subscribe .sub-item-box .text-box {
    margin-left: 60px;
}

#subscribe .sub-item-box .text-box h4 {
    font-size: 16px;
    font-weight: 500;
}

#subscribe .sub-item-box .text-box p {
    margin-bottom: 0;
}

#subscribe .sub-item-box:last-child {
    margin-bottom: 0;
}

.contact-social li {
    display: inline-block;
    margin-right: 12px;
    line-height: 40px;
}

.contact-social li a {
    color: #191c1e;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.contact-social li .facebook:hover {
    color: #3b5998;
}

.contact-social li .twitter:hover {
    color: #55acee;
}

.contact-social li .linkedin:hover {
    color: #007bb5;
}

.contact-social li .google-plus:hover {
    color: #dd4b39;
}

/* ==========================================================================
   Footer Style
   ========================================================================== */
.block-title {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
}

footer .footer-Content {
    /*background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);*/
    background-color: #333333;
    padding: 30px 0 0px;
    /*color: #546E7A;*/
}

footer .footer-Content h2 {
    color: #ffffff;
    font-size: 30px;
}

.textwidget {
    line-height: 24px;
    margin-bottom: 10px;
}

.textwidget p {
    font-size: 14px;
    color: #ffffff;
}

footer .menu {
    padding-left: 0;
    float: left;
    margin-left: 10%;
}

footer .menu li {
    padding-bottom: 12px;
}

footer .menu li a {
    color: #ffffff;
    font-size: 14px;
}

footer .menu li a:hover {
    color: #f1f1f1;
}

.foot-logo img {
    width: 108px;
    margin-left: 15px;
    /*height: 70px;*/
    /*position: absolute;
    top:40%*/
}

.footer-social {
    margin-top: 4px;
}

.footer-social li {
    display: inline-block;
    margin-right: 15px;
}

.footer-social li a {
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-social li .facebook:hover {
    color: #3b5998;
}

.footer-social li .twitter:hover {
    color: #55acee;
}

.footer-social li .linkedin:hover {
    color: #007bb5;
}

.footer-social li .google-plus:hover {
    color: #dd4b39;
}

.copyright {
    padding: 15px 0;
    border-top: 1px dashed rgba(255, 255, 255, 0.3);
    color: #ffffff;
    margin-top: 30px;
}

.copyright p {
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
}

.copyright p a {
    color: #ffffff;
}

.copyright p a:hover {
    color: #f1f1f1;
}

.copyright .nav-inline .nav-link {
    color: #ffffff;
    padding: 10px 0;
    margin-left: 10px;
}

.copyright .nav-inline .nav-link:hover {
    color: #3c9cfd;
}

/* ==========================================================================
   Counter Section Style
   ========================================================================== */
#counter {
    background: url(../img/bg/bg-counter.png) right no-repeat;
    position: relative;
    padding-bottom: 50px !important;
}

#counter .counter-text {
    height: 100%;
    width: 100%;
    display: table;
}

#counter .counter-text > div {
    vertical-align: middle;
    display: table-cell;
}

#counter .counter-text h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

#counter .counter-text .desc-text p {
    margin-bottom: 15px;
}

#counter .counter-box {
    padding: 48px 20px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 9px 16px 0px rgba(225, 225, 225, 0.004);
    text-align: center;
    position: relative;
}

#counter .counter-box .icon-o {
    font-size: 90px;
    color: rgba(255, 255, 255, 0.3);
    z-index: 2;
    font-weight: 400;
    position: absolute;
    bottom: -40px;
    width: 100%;
    right: -85px;
}

#counter .counter-box h3 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

#counter .counter-box p {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

#counter .bg-color-1 {
    background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
}

#counter .bg-color-2 {
    background-image: -moz-linear-gradient(0deg, #00b09b 0%, #96c93d 100%);
    background-image: -webkit-linear-gradient(0deg, #00b09b 0%, #96c93d 100%);
    background-image: -ms-linear-gradient(0deg, #00b09b 0%, #96c93d 100%);
}

#counter .bg-color-3 {
    background-image: -moz-linear-gradient(0deg, #4e54c8 0%, #8f94fb 100%);
    background-image: -webkit-linear-gradient(0deg, #4e54c8 0%, #8f94fb 100%);
    background-image: -ms-linear-gradient(0deg, #4e54c8 0%, #8f94fb 100%);
}

#counter .bg-color-4 {
    background-image: -moz-linear-gradient(0deg, #b17beb 0%, #8161d0 100%);
    background-image: -webkit-linear-gradient(0deg, #b17beb 0%, #8161d0 100%);
    background-image: -ms-linear-gradient(0deg, #b17beb 0%, #8161d0 100%);
}

.btn-subtitle {
    color: #191c1e;
    background: #dbecff;
    text-align: center;
    border-radius: 30px;
    padding: 6px 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 14px;
}

/* ==========================================================================
   创作 Style
   ========================================================================== */
/******************导航栏部分************************/
.menu-bg-top input {
    width: 90%;
}

.search-img img {
    width: 22px;
    height: 22px;
}

/******************作者部分************************/
.writer-img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    line-height: 44px;
}

.writer-name {
    float: right;
    color: white;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
}

/******************主要内容************************/
.main-title {
    height: 50px;
    /* margin-top: 30px;*/
}

.main-word {
    float: left;
    top: 0;
    margin-left: 5%;
    font-size: 22px;
    line-height: 48px;
}

.main-word a {
    color: #282828;
    padding: 10px 0;
}

.main-word p {
    width: 75%;
    height: 2px;
    background-color: #bb1a1a;
    margin-left: 12%;
}

.main-input input,
.main-input textarea {
    border: none;
    width: 90%;
    margin-left: 5%;
    font-size: 22px;
    line-height: 50px;
    margin-top: 20px;
}

.ic-bg {
    background-color: rgba(255, 250, 249, 1);
}

.main-img {
    margin-left: 4%;
    line-height: 70px;
}

.main-img img {
    margin: 0 10px;
}

.main-write {
    height: 350px;
}

.number {
    margin-left: 5%;
    margin-top: 2%;
}

.number p {
    font-size: 22px;
    color: #656565;
}

.number input {
    width: 150%;
    background-color: #bb1a1a;
    font-size: 22px;
    color: white;
    border: none;
}

/* ==========================================================================
   专栏作家 Style
   ========================================================================== */

.columnist-img {
    padding-top: 15px;
    padding-bottom: 15px;
}

.columnist-img img {
    width: 100%;
}

.columnist-img-writer {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background: #fff;
}

.columnist-img-writer img {
    width: 100%;
}

.columnist-name {
    font-size: 20px;
    color: #282828;
    line-height: 2rem;
}

.columnist-source {
    font-size: 16px;
    color: #656565;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.columnist-introduce {
    font-size: 16px;
    color: #656565;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.columnist-more {
    font-size: 16px;
    color: #1a44bb;
    line-height: 60px;
}

.columnist-more:hover {
    color: #008cff;
    transition: all 0.3s ease-in-out;
}

.columnist-news-list:hover {
    text-decoration: underline;
}

.works-title {
    font-size: 20px;
    color: #282828;
    line-height: 38px;
    padding: 0;
}

.work {
    font-size: 15px;
    color: #282828;
    line-height: 26px;
}

.count {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ac2c24;
    font-size: 10px;
    line-height: 22px;
    color: white;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.work span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
}

.columnist-seemore {
    font-size: 16px;
    color: #1a44bb;
    line-height: 2rem;
    text-align: right;
}

.columnist-seemore:hover {
    color: #008cff;
    transition: all 0.3s ease-in-out;
}

.line {
    width: 100%;
    border-bottom: 1px dashed #989898;
    margin-left: 15px;
    margin-right: 15px;
}

.contact-bg {
    height: 400px;
    background: url(../img/footer/bg_contactus.png) no-repeat center center / cover;
}

.contact-bg .container {
    height: 100%;
}

.contact-bg .row {
    height: 100%;
}

.contact-title {
    margin-top: 100px;
}

.contact-title p {
    font-size: 50px;
    font-weight: 800;
    color: rgba(255, 255, 255, 1);
    line-height: 100px;
    text-align: center;
}

.contact-join {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.contact-join p {
    font-size: 20px;
    color: #282828;
    padding: 15px 0px 0px 0px;
    text-align: center;
    line-height: 2rem;
}

.contact-join a {
    font-size: 16px;
    line-height: 2rem;
}

.detail-title p {
    font-size: 20px;
    color: #282828;
}

.author-detail {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
}

.author-name {
    font-size: 20px;
    color: #282828;
    line-height: 2rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.author-introduce {
    font-size: 16px;
    color: #656565;
    margin-bottom: 0.5rem;
}

.author-ic {
    position: absolute;
    right: 0;
    bottom: 0;
}

.author-ic img {
    margin-right: 20px;
}

.author-fans {
    font-size: 20px;
    color: #282828;
    margin-right: 20px;
}

.author-photo {
    padding-top: 15px;
    background: #fff;
    padding-bottom: 15px;
}

.author-photo img {
    width: 100%;
}

.author-word {
    color: #282828;
    font-weight: 800;
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 50px;
}

.author-text {
    font-size: 16px;
    color: #333333;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.author-contact {
    font-size: 20px;
    color: #989898;
    line-height: 3rem;
    margin-left: 10%;
}

.author-contact-way {
    font-size: 20px;
    color: #989898;
    line-height: 3rem;
    margin-left: 10%;
}

.author-contact-content {
    font-size: 20px;
    color: #282828;
    line-height: 3rem;
    margin-left: 10%;
    text-decoration: underline;
}

.contact-social-ic {
    font-size: 24px;
    color: #4d4c4f;
    line-height: 3rem;
    margin-left: 10%;
}

.author-works {
    font-size: 24px;
    color: #282828;
}

.author-works-line {
    width: 100%;
    border-bottom: 1px solid #989898;
}

.blog-item-text {
    font-size: 16px;
    margin-top: 15px;
    color: #656565;
}

.blog-item-title {
    font-size: 22px;
    color: #282828;
    line-height: 32px;
}

.personal_img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
    margin-top: 20px;
}

.personal_word {
    float: left;
    margin-left: 5%;
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
}

.personal_word a {
    color: white;
}

.personal_word p {
    width: 75%;
    height: 3px;
    background-color: white;
    margin-left: 12%;
}

.personal_title {
    height: 75px;
    background: rgba(196, 12, 0, 0.3);
}

.personal_title_word p {
    font-size: 16px;
    color: #282828;
    line-height: 75px;
}

.personal_id p {
    font-size: 16px;
    color: #656565;
    margin-top: 26px;
}

.personal_id img {
    width: 90px;
    height: 90px;
}

.personal_id input {
    margin-top: 15px;
    border: none;
    font-size: 16px;
    background: white;
}

#about-us .section .col-md-1,
#about-us .section .col-md-2 {
    padding: 0 0;
}

.about-headline {
    font-size: 20px;
    color: #282828;
    font-weight: bold;
    line-height: 2rem;
}

.about-subhead {
    font-size: 20px;
    color: #bb1a1a;
    font-weight: bold;
    line-height: 2rem;
}

.about-line {
    height: 2px;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #000000;
    position: absolute;
    right: 0;
}

.about-bg {
    height: 240px;
    background-image: url(../img/about/bg_personalcenter.png);
    position: absolute;
    left: 0px;
    top: 180px;
    background-repeat: no-repeat;
}

.about-text {
    margin-top: 20px;
    font-size: 16px;
    color: #656565;
    text-align: right;
}

.about-information p {
    margin-top: 30px;
    font-size: 16px;
    color: #333333;
}

.about-ic {
    position: absolute;
    left: 8%;
    color: #bb1a1a;
    font-size: 20px;
}

.about-contact {
    position: absolute;
    left: 18%;
    font-size: 20px;
    color: #282828;
}

.about-contactus {
    margin-top: 100px;
    background-color: rgba(255, 249, 245, 1);
    height: 270px;
}

.about-address {
    font-size: 14px;
    color: #000000;
    line-height: 100px;
}

.about-mesage {
    border: none;
    width: 85%;
    height: 30px;
    background-color: white;
}

.about-submit {
    border: none;
    color: #bb1a1a;
    font-size: 18px;
    background-color: rgba(255, 249, 245, 1);
}

/* ==========================================================================
   Lemin Han Style
   ========================================================================== */
.container {
    min-width: 120px;
}

/*定义container最小宽度*/
.main-container {
    margin-bottom: 9px;
}

::placeholder {
    color: #656565;
}

/*导航栏*/
.form-group .text-left {
    /*搜索框左边部分*/
    box-shadow: none;
    font-size: 1rem;
    padding-left: 0.75rem;
    height: 40px;
    border-radius: 30px !important;
    padding-right: 34px;
}

.input-group {
    /*搜索按钮*/
    box-shadow: none;
    border-radius: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.input-group-text {
    /*搜索按钮*/
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0.5px;
    z-index: 1000;
    border-left: 1px solid rgb(236, 236, 236);
    padding-left: 0;
}

#search-button {
    position: absolute;
    right: 0;
}

.big-news {
    display: block;
    position: absolute;
    top: 5%;
    font-size: 36px;
    color: white;
    line-height: 1.8;
}

/*导航栏大标题*/

.form {
    position: relative;
    right: 0;
    margin-right: 1%;
}

.header-container-top {
    min-width: 100px;
}

.fixed-top {
    position: relative;
}

/*宽屏幕导航栏下拉菜单*/
.ui-dialog-body ul li a {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    display: block;
    position: relative;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #FAFAFA;
    background: #fff;
}

/*.ui-dialog-body ul li a:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .ui-dialog-body ul li a:hover::before {
    width: 100%;
  }*/
.ui-dialog-body ul li a:hover {
    background-color: #FAFAFA;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.ui-dialog-body {
    padding: 0 !important;
}

.ui-dialog-arrow-a {
    display: none !important;
}

.ui-dialog-arrow-b {
    display: none !important;
}

.ui-dialog {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1), 0 0 256px hsla(0, 0%, 100%, 0.3) !important;
}

.ui-dialog-content {
    margin-top: 0px;
}

.ui-popup-bottom-left .ui-dialog,
.ui-popup-bottom-right .ui-dialog,
.ui-popup-bottom .ui-dialog {
    top: 0 !important;
}

#linkCon {
    opacity: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    position: absolute;
}

/*Scroll Section*/
.scroll-news {
    display: block;
    top: 5%;
    left: 38%;
    font-size: 16px;
    color: #282828;
    line-height: 56px;
    overflow: hidden;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px;
    margin-bottom: 0;
    background: #fff;
    margin-left: 7.5px;
    margin-right: 15px;
    margin-bottom: 15px;
    height: 56px;
}

/*导航栏大标题*/
.scroll-news div {
    color: #282828;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 56px;
}

.scroll-news span {
    color: #989898;
    font-size: 14px;
    margin-left: 3%;
}

.scroll-news div:hover {
    color: #282828;
    text-decoration: underline;
}

.scroll-news a {
    color: #282828;
}

.scroll-news a:hover {
    color: #282828;
}

/*侧边栏相关*/
#most-read {
    padding: 15px;
    background: #fff;
}

.left-side {
    padding-right: 15px;
}

.left-side-no-ad {
    padding-right: 15px;
    margin-right: auto;
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px);
}

.left-side {
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px);
}

.left-side-detail {
    padding-right: 15px;
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px);
    margin-right: auto;
}

.left-side-detail section {
    padding-top: 0;
}

.right-sidebar-title {
    font-size: 20px;
    line-height: 2rem;
    font-weight: bold;
    padding-left: 5px;
    background: #bb1a1a;
    color: #fff;
    margin-bottom: 10px;
}

.right-topic {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
}

.right-topic p {
    font-size: 14px;
    line-height: 1.6rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right-topic p:hover {
    text-decoration: underline;
}

.right-ranking {
    padding-left: 0;
    padding-right: 0;
}

.right-ranking p {
    font-size: 14px;
    line-height: 1.2;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.right-ranking p:hover {
    text-decoration: underline;
}

.right-ranking a {
    font-size: 16px;
    line-height: 1.5em;
}

.right-ranking h3 {
    font-size: 14px;
    line-height: 1.2;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #333333;
}

.right-author {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
}

.right-author p {
    font-size: 14px;
    line-height: 1.5em;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #333333;
}

.right-author h3 {
    font-size: 14px;
    line-height: 1.2;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #333333;
}

.right-author a {
    font-size: 14px;
    line-height: 1.5em;
}

.right-author-text {
    color: #333333;
}

.right-author-text:hover {
    text-decoration: underline;
}

.right-author-name {
    color: #1a44bb;
    font-size: 12px;
}

.right-author-name:hover {
    color: #008cff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.right-author-job {
    color: #333333;
    font-size: 12px;
}

.right-author-job:hover {
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}

.right-sidebar {
    flex: 0 0 300px;
    max-width: 300px;
}

.right-sidebar-detail {
    flex: 0 0 300px;
    max-width: 300px;
}

.right-people {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

/*侧边栏相关*/
.cooperative_consultation {
    padding-right: 25px;
    padding-top: 25%;
    padding-bottom: 15px;
    padding-top: 25px;
    display: block;
    width: 100%;
    text-align: right;
}

.right-sidebar-no-ad {
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
    margin-top: 0px;
    flex: 0 0 300px;
    max-width: 300px;
}

/*Important Section*/
.important-img {
    position: relative;
    padding-top: 60%;
    max-height: 60%;
    background: url("../images/logo_placeholder_short.png") no-repeat center center / contain;
}

.important-img-lg {
    padding-top: 62%;
}

.important-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
}

.important-text-sm {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
}

.important-text p {
    color: #fff;
    line-height: 1.6em;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.important-text p span {
    color: #fff;
    margin-right: 5px;
}

.important-text-sm p {
    font-size: 13px;
    color: #fff;
    line-height: 1.5em;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.important-text-sm p span {
    font-size: 13px;
    color: #fff;
    margin-right: 5px;
    line-height: 1.5em;
}

.important-text-sm img {
    height: 19px;
}

.important-col {
    padding: 0px 7.5px;
    margin-bottom: 15px;
}

.important-col .rc-text p {
    color: #333333;
}

.important-col .underimage p {
    margin-top: 12px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #333333;
}

.important-col-sm {
    padding: 15px;
}

.important-col-sm .rc-text p {
    color: #333333;
}

.important-col-sm .underimage p {
    margin-top: 12px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #333333;
}

.important-text-sm .play_sm {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.important-text-sm .play_sm_text {
    margin-right: 45px;
}

/*Topic Section*/
.topic-text {
    overflow: hidden;
    line-height: 2em;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
    height: 33%;
    background: #fff;
    padding-left: 15px;
}

.topic-text:hover {
    text-decoration: underline;
}

/*首页排行*/
.news-header .right-dashed {
    /*右侧虚线分割线*/
    position: relative;
    border-bottom: 1px dashed #989898;
    border-top: 0px solid rgba(0, 0, 0, 0.1);
    margin-top: 1.2rem;
    width: auto;
    right: 0;
}

/*一览页面翻页按钮整理*/
.frontpage {
    text-align: right;
}

.frontpage input {
    padding: 0px 20px;
    background-color: white;
    border: 2px solid #282828;
    color: #282828;
    font-size: 30px;
    width: 90%;
}

.frontpage input:hover {
    cursor: pointer;
}

.nextpage {
    text-align: left;
}

.nextpage input {
    padding: 0px 20px;
    background-color: white;
    border: 2px solid #282828;
    color: #282828;
    font-size: 30px;
    width: 90%;
}

.nextpage input:hover {
    cursor: pointer;
}

.middlepage {
    text-align: center;
}

.middlepage input {
    padding: 0px 10px;
    background-color: #FAFAFA;
    border: 2px solid #282828;
    color: #282828;
    font-size: 16px;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 15px;
    border-radius: 2px;
}

.middlepage input:hover {
    cursor: pointer;
}

.list-submit {
    height: 34px;
    margin-top: 15px;
}

#page-search {
    width: 80px;
    background: #fff;
    outline: none;
}

#page-search::-webkit-outer-spin-button,
#page-search::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#page-search[type="number"] {
    -moz-appearance: textfield;
}

#page-search::-webkit-input-placeholder {
    color: #d8d8d8;
}

#page-search::-moz-input-placeholder {
    color: #d8d8d8;
}

#page-search::-ms-input-placeholder {
    color: #d8d8d8;
}

.total {
    background: #fff;
    font-weight: bold;
}

.agency {
    border-color: red;
}

.agency:focus {
    border-color: red;
}

/*新闻API css*/
.blog-item-xs {
    margin-bottom: 15px;
}

.news-header {
    position: relative;
}

.blog-item {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
    margin-right: 7.5px;
    margin-left: 7.5px;
}

.news-header .left-text {
    color: #282828;
    line-height: 34px;
    font-size: 20px;
    font-weight: 500;
    background-color: #FAFAFA;
    padding-right: 10px;
    width: auto;
    white-space: nowrap;
    padding-left: 13px;
    display: inline-block;
    position: absolute;
    left: 0;
}

.news-header .left-text-bold {
    font-weight: bold;
}

.news-header .middle-dotted-new {
    content: "";
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    z-index: -5;
    border-bottom: 1px dashed #989898;
    border-top: 0px solid rgba(0, 0, 0, 0.1);
    width: 100%;
}

.news-header .right-text {
    float: right;
    line-height: 34px;
    background-color: #FAFAFA;
    padding-left: 10px;
    right: 0;
    position: absolute;
}

.news-body .underimage a {
    color: #282828;
    font-size: 14px;
    line-height: 1.6rem;
    font-weight: 500;
}

.news-body .underimage a:hover {
    text-decoration: underline;
}

.news-body .underimage .rc-text a {
    color: #1a44bb;
}

.news-body .underimage .headline {
    color: #656565;
    font-size: 16px;
    line-height: 1.6rem;
    margin-top: 10px;
}

.news-body .underimage {
    margin-top: 12px;
}

.news-body .underimage h3 {
    margin-top: 12px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #333333;
    line-height: 1.2rem;
}

.news-body .underimage p {
    margin-top: 12px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #333333;
    line-height: 1.2rem;
}

.news-body .underimage .float-left {
    -webkit-line-clamp: 1;
    max-width: 55%;
    color: #1a44bb;
}

.news-body .underimage .float-right {
    -webkit-line-clamp: 1;
    max-width: 45%;
}

.news-header .middle-dotted {
    position: relative;
    border-bottom: 1px dashed #989898;
    border-top: 0px solid rgba(0, 0, 0, 0.1);
    margin-top: 1.2rem;
    width: auto;
    right: 0px;
}

.news-header .right-dotted {
    position: relative;
    border-bottom: 1px dashed #989898;
    border-top: 0px solid rgba(0, 0, 0, 0.1);
    margin-top: 1.2rem;
}

/*API获取的新闻列表a标签样式*/
.api-a {
    display: block;
    width: 100%;
    padding-top: 60%;
    background: url(../images/logo_placeholder_short.png) no-repeat center center / cover;
}

.api-b {
    display: block;
    width: 100%;
    padding-top: 60%;
    background: url(../images/logo_placeholder_short.png) no-repeat center center / cover;
}

.api-author {
    display: block;
    width: 100%;
    padding-top: 100%;
    background: url(../images/logo_placeholder_short.png) no-repeat center center / cover;
}

#author .api-author {
    background: url(../img/rclogo_placeholder_square.png) no-repeat center center / cover;
}

.api-a-gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.35));
    background-size: 200%;
    transition: opacity 0.5s;
    opacity: 1;
}

.api-a-gradient:hover {
    background-color: transparent;
    opacity: 0.5;
}

.api-anime {
    display: block;
    width: 100%;
    padding-top: 60%;
    background: url(../images/logo_placeholder_short.png) no-repeat center center / cover;
}

.index-author-text {
    line-height: 20px;
    position: relative;
    max-height: 2.7rem;
    overflow: hidden;
}

/*首页列表section*/
#most-read p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    line-height: 34px;
    text-align: left;
}

#most-read p:hover {
    text-decoration: underline;
}

#most-read2 p {
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #333333;
    line-height: 1.5em;
    text-align: left;
}

#most-read2 p:hover {
    text-decoration: underline;
}

.adjust-margin {
    margin-left: 7.5px;
    margin-right: 7.5px;
}

.adjust-margin-bottom {
    margin-bottom: 15px;
}

.adjust-padding-top {
    padding: 15px 0 !important;
}

.adjust-padding-bottom {
    padding-bottom: 15px !important;
}

/*新闻详情页面*/
.news-detail {
    font-size: 16px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.news-share {
    color: #656565;
    text-align: right;
    font-size: 20px;
    margin-right: 5px;
}

.news-share img {
    height: 20px;
}

.news-pic {
    float: left;
    padding-right: 2%;
    padding-bottom: 2%;
}

.pic-text {
    font-size: 30px;
    line-height: 40px;
    color: #282828;
    font-weight: bold;
}

.pic-title {
    font-size: 16px;
    color: #656565;
    display: inline-block;
}

.pic-ic i {
    font-size: 20px;
    margin-left: 20px;
    color: #656565;
}

.pic-word {
    font-size: 16px;
    color: #282828;
    line-height: 1.5rem;
}

.pic-img {
    line-height: 20px;
    width: 100%;
    text-align: end;
}

.pic-img img {
    margin-left: 10px;
}

.pic-img span {
    font-size: 16px;
    margin-left: 10px;
    color: #282828;
}

.pic-discuss {
    height: 100%;
}

.pic-discuss textarea {
    font-size: 16px;
    color: #989898;
    width: 100%;
    border-radius: 0.25rem;
    resize: none;
    padding-left: 2%;
    line-height: 1.5rem;
    border: 1px solid #ced4da;
}

.pic-discuss textarea::-webkit-input-placeholder {
    color: #656565;
}

.pic-sub {
    display: inline-block;
}

.pic-name {
    display: inline-block;
}

.pic-sub input {
    background-color: #bb1a1a;
    font-size: 16px;
    color: white;
    border-radius: 0.25rem;
    border: 1px solid #bb1a1a;
    margin-top: 5px;
    height: 2rem;
    margin-left: 5px;
    cursor: pointer;
    min-width: 120px;
}

.pic-sub input:hover {
    transition: all 0.3s ease-in-out;
    background-color: #9f1616;
    border-color: #9f1616;
}

.pic-sub input:focus {
    outline: none;
}

.pic-name input {
    font-size: 16px;
    margin-top: 5px;
    height: 2rem;
    border-radius: 0.25rem;
    border-width: 1px;
    border-style: solid;
    padding-left: 2%;
    border: 1px solid #ced4da;
}

.pic-name input::-webkit-input-placeholder {
    color: #989898;
}

#detail .text-right {
    padding-right: 0;
}

.pic-id {
    font-size: 16px;
    display: inline-block;
    margin-left: 2%;
}

.news-header .pic-terms {
    color: #1a44bb;
    font-weight: normal;
    font-size: 16px;
}

.news-header .pic-terms:hover {
    transition: all 0.3s ease-in-out;
    color: #008cff;
}

#detail select {
    float: right;
    height: 2rem;
    font-size: 16px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../cmsThumb/arrow.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    border-radius: 3px;
    padding-right: 15px;
    padding-left: 1%;
}

#detail .blog-item {
    background-color: #FAFAFA;
}

.pic-more {
    float: right;
    font-size: 20px;
    color: #1a44bb;
}

.pic-more:hover {
    transition: all 0.3s ease-in-out;
    color: #008cff;
}

.twitter-tweet {
    margin-left: auto;
    margin-right: auto;
}

.instagram-media {
    margin: auto !important;
}

.fb-post {
    text-align: center;
    display: block !important;
}

.see-comment {
    width: 100%;
    text-align: right;
}

#see-comment {
    color: #1a44bb;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    cursor: pointer;
}

#see-comment:hover {
    color: #008cff;
}

/*Contact页面*/
.rc-contact-table {
    margin-top: 15px;
}

.rc-contact-table td,
table th {
    font-size: 16px;
    color: #333333;
}

.rc-contact-table td,
table th:nth-child(1) {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-top: none;
}

.rc-contact-table td,
table th:nth-child(2) {
    width: 100%;
    border-top: none;
}

.rc-contact-table td input {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.5rem;
}

.rc-contact-table td input::-webkit-input-placeholder {
    color: #656565;
}

.rc-contact-table td textarea {
    width: 100%;
    resize: none;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.5rem;
}

.rc-contact-table td textarea::-webkit-input-placeholder {
    color: #656565;
}

.rc-contact-table td p {
    color: #656565;
}

.rc-contact-table td:nth-child(odd) {
    padding-top: 0;
}

.rc-contact-table .rc-contact-submit {
    font-size: 16px;
    width: auto;
    display: inline-block;
    background-color: #bb1a1a;
    color: white;
    border-radius: 0.25rem;
    border: 1px solid #bb1a1a;
    height: 2rem;
    padding: 1px 6px;
}

.rc-contact-submit {
    font-size: 16px;
    width: 20%;
    min-width: 100%;
    display: inline-block;
    background-color: #bb1a1a;
    color: white;
    border-radius: 0.25rem;
    border: 1px solid #bb1a1a;
    height: 2.5rem;
    cursor: pointer;
    text-align: center;
}

.rc-contact-submit:hover {
    transition: all 0.3s ease-in-out;
    background-color: #9f1616;
    border-color: #9f1616;
}

.rc-contact-submit:focus {
    outline: none;
}

.rc-contact-warn p {
    color: #333333;
    font-size: 16px;
    margin-top: 9px;
}

/*新广告处理*/
.ad-outer {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
}

/*提供方一览页面*/
.sourcelist-img {
    background: no-repeat center center / contain;
    width: 100%;
    height: 100%;
}

/*按类别分的新闻section*/
.rc-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
}

.rc-text p {
    color: #fff;
    line-height: 1.5em;
    font-size: 13px;
}

.rc-text p span {
    color: #fff;
    margin-right: 5px;
    font-size: 13px;
    line-height: 1.5em;
}

.rc-text-left {
    display: none;
}

.aba-img {
    position: relative;
    padding-top: 100%;
    max-height: 100%;
    background: no-repeat center center / cover #fff;
    overflow: hidden;
}

.aba-img-lg {
    padding-top: 100%;
    margin-top: 40%;
}

.aba-img-sm {
    position: relative;
    padding-top: 100%;
    max-height: 100%;
    background: no-repeat center center / cover #fff;
    overflow: hidden;
}

.da-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
}

.da-text p {
    color: #282828;
    line-height: 1.5rem;
}

.da-text p span {
    color: #fff;
    margin-right: 5px;
}

.abb-img {
    position: relative;
    padding-top: 100%;
    max-height: 100%;
    background: no-repeat center center / cover #fff;
    overflow: hidden;
}

.abb-img-lg {
    padding-top: 100%;
}

.abb-img-sm {
    position: relative;
    padding-top: 100%;
    max-height: 100%;
    background: no-repeat center center / cover #fff;
    overflow: hidden;
}

.db-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 10px;
}

.db-text p {
    color: #282828;
    line-height: 1.42em;
}

.db-text p span {
    color: #fff;
    margin-right: 5px;
}

.dc-text {
    left: 0;
    right: 0;
    top: 0;
    padding: 10px;
}

.dc-text p {
    color: #282828;
    line-height: 1.5em;
}

.dc-text p span {
    color: #fff;
    margin-right: 5px;
}

#providers .dc-text p {
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

@media (max-width: 991px) {
    .topic-right {
        display: none;
    }
}

#latest {
    padding-top: 0;
}

#topics {
    padding-top: 0;
}

/*视频页面Top*/
#selected-videos .important-text img {
    width: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
}

#selected-videos .important-col {
    padding: 15px 7.5px;
}

/*回到最上按钮*/
.lni-chevron-up {
    font-size: 25px;
    font-weight: bold;
}

.blog-item-wrapper .blog-item-img {
    height: auto;
}

/*全部api获取部分统一格式(不再根据id)*/
section .blog-item-img {
    position: relative;
}

section .blog-item-img img {
    width: 100%;
    border-radius: 4px;
    cursor: pointer;
}

section .blog-item-img .author-img {
    position: absolute;
    bottom: -30px;
    right: 30px;
}

/*zSlider*/
.zSlider {
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.2);
}

.imgWrap {
    width: 70%;
    overflow: hidden;
    height: 0;
    padding-top: 52.5%;
    position: relative;
    float: left;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.ctlWrap {
    width: 30%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.ctlWrap > div {
    width: 100%;
    height: 100%;
}

.imgWrap ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.3s linear 0.3s;
    margin: 0;
    padding: 0;
}

.imgWrap li {
    height: 0;
    padding-top: 75%;
    width: 100%;
    position: relative;
    font-size: 3em;
    list-style: none outside;
    background: no-repeat center center / cover;
}

.imgWrap li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ctlWrap ul {
    height: 100%;
    overflow-y: hidden;
    margin: 0;
    padding: 0;
}

.ctlWrap li {
    height: 33.3333333333%;
    position: relative;
    list-style: none outside;
    background: #FAFAFA;
    text-align: center;
    padding: 12px 10px 9px 12px;
    border-top: 1px solid #e0e0e0;
    position: relative;
}

.ctlWrap .active {
    background: #fff;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.ctlWrap li.active:before {
    position: absolute;
    top: 48%;
    left: -5px;
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-right: 7px solid #ccc;
}

.ctlWrap ul li a {
    color: #333;
    display: block;
}

.ctlWrap ul li p {
    color: #333;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ctlWrap ul li .detail {
    position: absolute;
    bottom: 12px;
    /*max-width: calc(100% - 22px)*/
}

.ctlWrap ul li .detail p {
    font-size: 12px;
    color: #b4b4b5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 0;
}

.ctlWrap ul li .detail .float-left {
    float: left;
    /*max-width: calc(47% - 11px);*/
}

.ctlWrap ul li .detail .float {
    margin: 0 7px;
    color: #d8d8d8;
    float: left;
    /*max-width: 6%;*/
}

.ctlWrap ul li .detail .float-right {
    float: right;
}

.ctlWrap .prev,
.ctlWrap .next {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 45%;
    position: absolute;
    cursor: pointer;
    z-index: 1001;
    color: #ccc;
}

.ctlWrap .next {
    top: inherit;
    bottom: 0;
    z-index: 1001;
}

/*ranking*/
#_popIn_category_ranking ._popIn_recommend_header {
    display: none !important;
}

#_popIn_category_ranking ._popIn_recommend_article {
    padding: 6px 0px 6px 0px !important;
    width: 100% !important;
    border-bottom: 1px dashed #989898;
}

#_popIn_category_ranking ._popIn_recommend_article:nth-child(6) {
    border-bottom: 0px dashed #989898;
}

#_popIn_category_ranking ._popIn_recommend_art_title {
    width: calc(100% - 96px) !important;
}

#_popIn_category_ranking ._popIn_recommend_art_title a {
    color: #333333;
    font-size: 13px;
    line-height: 1.2em;
}

/*宽度自适应*/
@media (min-width: 481px) {
}

@media (min-width: 576px) {
    /*sm*/
}

@media (min-width: 768px) {
    /*md*/
    .frontpage input {
        font-size: 20px;
    }

    .nextpage input {
        font-size: 20px;
    }

    .middlepage input {
        font-size: 20px;
    }

    .rc-text-right {
        position: relative;
        padding: 0;
    }

    .important-col .underimage .rc-text-right {
        display: none;
    }

    .important-col-sm .underimage .rc-text-right {
        display: none;
    }

    .important-text .rc-text-right {
        display: none;
    }

    .important-text-sm .rc-text-right {
        display: none;
    }

    .rc-text-right-important {
        display: none;
    }

    .to-latest-col {
        display: none;
    }

    .ad-sp-left-left {
        display: none;
    }

    #gStickyAd {
        display: none;
    }

    .ad-overlay {
        display: none;
    }

    .blog-item-xs {
        flex: 0 0 calc(33.333333% - 15px);
        max-width: calc(33.333333% - 15px);
    }

    .rc-title {
        height: 70px;
    }

    .mobile-header {
        display: none;
    }

    #testimonial {
        display: none;
    }
}

@media (min-width: 992px) {
    /*lg*/
    .frontpage input {
        font-size: 30px;
    }

    .nextpage input {
        font-size: 30px;
    }

    .middlepage input {
        font-size: 20px;
    }

    .author-header {
        margin-top: 5%;
    }

    #side-topics {
        display: none;
    }

    #side-topics-detail {
        display: none;
    }

    .author-section {
        display: none;
    }

    #side-rankings {
        display: none;
    }

    #side-rankings-detail {
        display: none;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        margin-right: 0px;
        margin-left: 0px;
        padding: calc((66px - 21px) / 2) 25px;
    }

    .side-topics-section-detail {
        display: none;
    }

    .author-section-detail {
        display: none;
    }

    .side-rankings-section-detail {
        display: none;
    }
}

@media (min-width: 1024px) {
    /*.ui-dialog-content{margin-top: 18px;}*/
}

@media (min-width: 1200px) {
    .topic-text {
        line-height: 2.4em;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
    }

    .navbar-expand-lg .navbar-nav .nav-link:before {
        bottom: -7px;
    }

    .ad-sp {
        display: none;
    }

    .ad-sp-left {
        display: none;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: calc((66px - 24px) / 2) 13px;
        margin: 0;
    }

    /*.ui-dialog-content{margin-top: 16px;}*/
    .picBtnTop .hd {
        width: calc(100% - 535px);
        height: 300px;
    }

    .picBtnTop .hd ul li {
        width: calc(100% - 5px);
        height: 100px !important;
    }

    .picBtnTop .hd ul li img {
        width: 85px;
        height: 100px;
    }

    .picBtnTop .hd ul li a {
        height: 100px;
    }

    .picBtnTop .bd {
        width: 540px;
        height: 300px;
    }

    .picBtnTop .bd li .pic img {
        width: 540px;
        height: 300px;
    }

    .picBtnTop .bd li .pic .slide-img {
        width: 540px;
        height: 300px;
    }

    .picBtnTop .bd li .bg {
        width: 540px;
    }

    .picBtnTop .bd li .title {
        width: 540px;
    }

    .ctlWrap ul li .ctlTitle {
        position: absolute;
        top: calc(50% - 24px);
        padding-right: 10px;
    }
}

@media (min-width: 1350px) {
    .container {
        max-width: 1260px;
    }

    .topic-text {
        line-height: 2.7em;
    }

    .picBtnTop .hd {
        width: calc(100% - 645px);
        height: 360px;
    }

    .picBtnTop .hd ul li {
        width: calc(100% - 5px);
        height: 120px !important;
    }

    .picBtnTop .hd ul li img {
        width: 85px;
        height: 120px;
    }

    .picBtnTop .hd ul li a {
        height: 120px;
    }

    .picBtnTop .bd {
        width: 650px;
        height: 360px;
    }

    .picBtnTop .bd li .pic img {
        width: 650px;
        height: 360px;
    }

    .picBtnTop .bd li .pic .slide-img {
        width: 650px;
        height: 360px;
    }

    .picBtnTop .bd li .bg {
        width: 650px;
    }

    .picBtnTop .bd li .title {
        width: 650px;
    }
}

@media (min-width: 1450px) {
}

@media (min-width: 1500px) {
    .container {
        max-width: 1400px;
    }

    .topic-text {
        line-height: 3em;
    }
}

@media (min-width: 1550px) {
}

@media (max-width: 1549px) {
}

@media (max-width: 1499px) {
    /*.right-sidebar{flex: 0 0 28%;max-width: 28%;}
      .right-sidebar-detail{flex: 0 0 28%;max-width: 28%;}
      .left-side{flex: 0 0 72%;max-width: 72%;}
      .left-side-detail{flex: 0 0 72%;max-width: 72%;}*/
}

@media (max-width: 1449px) {
}

@media (max-width: 1349px) {
    /*.right-author p{font-size: 15px;line-height: 1.5em;}
      .right-ranking p{font-size: 15px;line-height: 1.5em;}
      .right-author a{font-size: 15px;line-height: 1.5em;}
      .right-ranking a{font-size: 15px;line-height: 1.5em;}
      .right-author-name{font-size: 15px;line-height: 1.5em;}
      .right-author-job{font-size: 15px;line-height: 1.5em;}
      .right-author-under{font-size: 15px;line-height: 1.5em;}*/
    /*.right-sidebar{flex: 0 0 33%;max-width: 33%;}
      .right-sidebar-detail{flex: 0 0 33%;max-width: 33%;}
      .left-side{flex: 0 0 67%;max-width: 67%;}
      .left-side-detail{flex: 0 0 67%;max-width: 67%;}*/
}

@media (max-width: 1199px) {
    .right-author .right-author-text {
        font-size: 13px;
        line-height: 1.2em;
    }

    /*.right-author p{font-size: 13px;line-height: 1.4em;}
      .right-author a{font-size: 13px;line-height: 1.4em;}
      .right-ranking p{font-size: 13px;line-height: 1.4em;}
      .right-ranking a{font-size: 13px;line-height: 1.4em;}
      .right-author-under{font-size: 13px;line-height: 1.4em;}
      .right-author-name{font-size: 13px;line-height: 1.4em;}
      .right-author-job{font-size: 13px;line-height: 1.4em;}*/
    .ad-pc {
        display: none;
    }

    .ad-pc-left {
        display: none;
    }

    /*.right-sidebar{flex: 0 0 34%;max-width: 34%;}
      .right-sidebar-detail{display: none;}
      .left-side{flex: 0 0 66%;max-width: 66%;}
      .left-side-detail{flex: 0 0 100%;max-width: 100%;}*/
    .ui-dialog-body ul li a {
        font-size: 14px;
    }

    .right-ranking h3 {
        -webkit-line-clamp: 2;
    }

    .right-author h3 {
        -webkit-line-clamp: 2;
    }

    .picBtnTop .hd {
        width: calc(100% - 428px);
        height: 240px;
    }

    .picBtnTop .hd ul li {
        width: calc(100% - 5px);
        height: 80px !important;
    }

    .picBtnTop .hd ul li img {
        width: 85px;
        height: 80px;
    }

    .picBtnTop .hd ul li a {
        height: 80px;
    }

    .picBtnTop .bd {
        width: 433px;
        height: 240px;
    }

    .picBtnTop .bd li .pic img {
        width: 433px;
        height: 240px;
    }

    .picBtnTop .bd li .pic .slide-img {
        width: 433px;
        height: 240px;
    }

    .picBtnTop .bd li .bg {
        width: 433px;
    }

    .picBtnTop .bd li .title {
        width: 433px;
    }
}

@media (max-width: 1024px) {
    .about-bg {
        top: 280px;
    }
}

@media (max-width: 991px) {
    .navbar-expand-lg .navbar-toggler {
        margin-top: 55px;
    }

    .navbar-expand-lg .navbar-nav {
        margin-top: 0;
    }

    .author-header {
        margin-bottom: 5%;
    }

    .author-connect {
        margin-top: 5%;
    }

    .right-sidebar {
        display: none;
    }

    .right-sidebar-no-ad {
        display: none;
    }

    .left-side {
        padding-right: 0;
    }

    .main-container {
        padding-right: 0;
        margin-bottom: 9px;
    }

    .important-text-sm .play_sm {
        width: 40px;
        height: 40px;
    }

    .important-text-sm .play_sm_text {
        margin-left: 45px;
    }

    .important-text-sm p {
        font-size: 16px;
    }

    .important-text-sm span {
        font-size: 16px;
    }

    .important-text-sm img {
        height: 25px;
    }

    /*窄屏幕导航栏修正*/
    .menu-bg {
        height: 66px;
    }

    .menu-bg .container {
        height: 66px;
    }

    .menu-bg .navbar-toggler {
        height: 56px;
        margin-left: 5px;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
        font-size: 30px;
        border-width: 0;
    }

    .section-top {
        padding: 0 0 0px;
    }

    .author-works {
        display: none;
    }

    .contact-title {
        margin-top: 25px;
    }

    .contact-join {
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .news-pic {
        float: left;
        padding-bottom: 2%;
    }

    .right-sidebar {
        flex: 0 0 34%;
        max-width: 34%;
    }

    .right-sidebar-detail {
        display: none;
    }

    .left-side {
        flex: 0 0 66%;
        max-width: 66%;
        padding-right: 0;
    }

    .left-side-detail {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }

    .left-side-no-ad {
        padding-right: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .scroll-news {
        margin-right: 7.5px;
    }
}

@media (max-width: 767px) {
    .frontpage {
        text-align: center;
    }

    .nextpage {
        text-align: center;
    }

    .middlepage {
        text-align: center;
    }

    .middlepage input {
        padding: 0px 10px;
    }

    .pic-img img {
        margin-left: 5px;
        height: 16px;
    }

    .pic-img span {
        font-size: 13px;
        margin-left: 5px;
    }

    .api-a {
        background: -webkit-linear-gradient(270deg, transparent 70%, #282828 120%), url(../images/logo_placeholder_short.png) no-repeat center center / cover;
    }

    .footer-Content .col-sm-6 {
        margin-top: 30px;
    }

    .rc-text-left {
        display: none;
    }

    .important-text .rc-text-left {
        display: none;
    }

    .important-text-sm .rc-text-left {
        display: none;
    }

    .rc-text-right {
        padding: 0;
        padding-right: 15px;
    }

    .xs-right {
        padding-left: 0;
    }

    .news-body .blog-item-xs .underimage {
        margin-top: 0;
    }

    .news-body .blog-item-xs .underimage p {
        margin-top: 0;
        -webkit-line-clamp: 2;
    }

    .news-body .blog-item-xs .underimage .float-right {
        max-width: 45%;
    }

    .news-body .blog-item-xs .underimage h3 {
        margin-top: 0;
        -webkit-line-clamp: 3;
    }

    .important-col .underimage p {
        margin-top: 0;
        -webkit-line-clamp: 2;
    }

    .important-col-sm .underimage p {
        margin-top: 0;
        -webkit-line-clamp: 2;
    }

    .news-body .blog-item-xs .underimage-movie p {
        -webkit-line-clamp: 3;
    }

    .news-body .blog-item-xs .underimage a {
        font-size: 14px;
        line-height: 1em;
    }

    .important-col-sm .underimage a {
        color: #333333;
    }

    .important-col .underimage a {
        color: #333333;
    }

    .ad-pc-left-left {
        display: none;
    }

    .news-body .blog-item-xs .xs-right .float-left {
        max-width: 55%;
        -webkit-line-clamp: 1;
    }

    .form {
        position: absolute;
        right: calc(50% - 270px);
    }

    .pc-header {
        display: none;
    }

    .picBtnTop .hd {
        height: 240px;
        position: relative;
        right: 5px;
        overflow: hidden;
        width: 105%;
        top: 240px;
    }

    .picBtnTop .bd {
        width: auto;
        bottom: 240px;
    }

    .picBtnTop .bd li .pic .slide-img {
        width: auto;
    }

    .picBtnTop .hd ul li {
        padding: 5px 15px;
    }

    #topics {
        display: none;
    }

    #selected-videos .important-text img {
        width: 30px;
    }

    .important-text-sm .play_sm {
        width: 30px;
        height: 30px;
    }

    .columnist-img-writer {
        margin-bottom: 0;
    }

    .columnist-img-writer-down {
        margin-bottom: 15px;
    }

    #page-search {
        width: 70px;
    }
}

@media (max-width: 575px) {
    .widget {
        margin-top: 30px;
    }

    .footer-Content .col-sm-6 {
        margin-top: 0px;
        border: 0px !important;
    }
}

@media (max-width: 560px) {
    .api-a {
        background: -webkit-linear-gradient(270deg, transparent 70%, #282828 120%), url(../images/logo_placeholder_short.png) no-repeat center center / cover;
    }

    .form {
        position: absolute;
        right: 7.5px;
    }
}

@media (max-width: 480px) {
    .middlepage input {
        padding: 0px 5px;
    }

    .news-detail {
        font-size: 12.5px;
    }

    .pic-sub input {
        font-size: 14px;
    }

    .pic-name input {
        font-size: 14px;
    }

    .about-bg {
        top: 380px;
    }

    .news-share {
        font-size: 16px;
        margin-right: 0;
    }

    .list-submit {
        height: 28px;
    }

    #page-search {
        width: 60px;
    }
}

@media (max-width: 453px) {
    .form-group .text-left {
        /*搜索框左边部分*/
        width: 170px;
    }

    .index-author-text {
        line-height: 20px;
        position: relative;
        overflow: hidden;
        max-height: 4.26rem;
    }
}

@media (max-width: 425px) {
    .api-a {
        background: -webkit-linear-gradient(270deg, transparent 70%, #282828 120%), url(../images/logo_placeholder_short.png) no-repeat center center / cover;
    }
}

@media (max-width: 400px) {
    .news-body .blog-item-xs .underimage h3 {
        line-height: 1.2em;
    }

    .news-body .blog-item-xs .underimage a {
        font-size: 14px;
        line-height: 1.2em;
    }
}

@media (max-width: 370px) {
    .form-group .text-left {
        /*搜索框左边部分*/
        width: 140px;
    }
}

@media (max-width: 350px) {
    .news-body .blog-item-xs .underimage h3 {
        line-height: 1em;
    }

    .news-body .blog-item-xs .underimage a {
        font-size: 14px;
        line-height: 1em;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .form-group .text-left {
        width: 170px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ctlWrap ul li .detail .float-left {
        max-width: 90px;
        font-size: 12px;
        line-height: 24px;
    }

    .ctlWrap ul li .detail .float {
        margin: 0 4px;
    }
}

/* 概要页面和详情页面的面包屑 */
.breadcrumb {
    background: #fff;
    margin: 0;
    padding: 1px 0;
    line-height: 25px;
    color: black;
    font-size: 8px;
    font-weight: bold;
}

.breadcrumb a {
    color: black;
}

/* 视频、音频话题标识 */
.news-body .blog-item-img img.video {
    width: 40px !important;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}

.right-topic img.video,
.right-author img.video {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 6px;
    bottom: 6px;
    opacity: 0.5;
}

/* 记事概要页 */
.read-more {
    width: 80%;
    display: block;
    margin: 0 auto;
}

@media (min-width: 640px) {
    .read-more {
        width: 60%;
    }
}

@media (min-width: 1024px) {
    .read-more {
        width: 50%;
        display: inline-block;
        margin: 0 7%;
    }
}

/* notification */
.notification {
    border-radius: 4px;
    margin: 1em auto;
    padding: 1em;
    position: relative;
    width: 50%;
    color: #212529;
    text-align: center;
}

@media (max-width: 991px) {
    .notification {
        width: 80%;
    }
}

.notification .content {
    font-weight: bold;
    font-size: 16px;
    position: static;
}

/* 关键词 */
.keywords {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 15px;
}

.keywords .keyword {
    background: #F6F5F4;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4rem;
    padding: 0.15rem 0.5rem;
    margin: 0 0.5em 0.5em 0.5em;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #e4e8ea;
}

.keywords .keyword a {
    color: #2A84CC;
}

/* 图片懒加载 */
img[loading=lazy] {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}