@CHARSET "UTF-8";
html, body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "幼圆", Calibri, Candara, Arial, sans-serif;
    padding-top: 60px;
    background: #e4e4e4;
}

body {
    --weui-BG-0: #ededed;
    --weui-BG-1: #f7f7f7;
    --weui-BG-2: #fff;
    --weui-BG-3: #f7f7f7;
    --weui-BG-4: #4c4c4c;
    --weui-BG-5: #fff;
    --weui-FG-0: rgba(0, 0, 0, 0.9);
    --weui-FG-HALF: rgba(0, 0, 0, 0.9);
    --weui-FG-1: rgba(0, 0, 0, 0.5);
    --weui-FG-2: rgba(0, 0, 0, 0.3);
    --weui-FG-3: rgba(0, 0, 0, 0.1);
    --weui-RED: #fa5151;
    --weui-ORANGE: #fa9d3b;
    --weui-YELLOW: #ffc300;
    --weui-GREEN: #91d300;
    --weui-LIGHTGREEN: #95ec69;
    --weui-BRAND: #07c160;
    --weui-BLUE: #10aeff;
    --weui-INDIGO: #1485ee;
    --weui-PURPLE: #6467f0;
    --weui-WHITE: #fff;
    --weui-LINK: #576b95;
    --weui-TEXTGREEN: #06ae56;
    --weui-FG: black;
    --weui-BG: white;
    --weui-TAG-TEXT-ORANGE: #fa9d3b;
    --weui-TAG-BACKGROUND-ORANGE: rgba(250, 157, 59, 0.1);
    --weui-TAG-TEXT-GREEN: #06ae56;
    --weui-TAG-BACKGROUND-GREEN: rgba(6, 174, 86, 0.1);
    --weui-TAG-TEXT-BLUE: #10aeff;
    --weui-TAG-BACKGROUND-BLUE: rgba(16, 174, 255, 0.1);
    --weui-TAG-TEXT-BLACK: rgba(0, 0, 0, 0.5);
    --weui-TAG-BACKGROUND-BLACK: rgba(0, 0, 0, 0.05);
}

body.body-white {
    background: #e4e4e4;
}

.navbar-default {
    background: #000000;
    min-height: 60px;
    height: 60px;
    line-height: 60px;
}

.navbar-white {
    background: #FFFFFF;
    min-height: 70px;
    height: 70px;
    line-height: 70px;
}

.navbar-collapse {
    color: #ffffff;
}

.navbar {

    font-size: 14px;
    margin: 0;
}

.navbar-nav {
    margin: 0;
    padding: 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
}

.navbar-default .navbar-nav .menu-item {
    position: relative;
}

.navbar-white a {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.navbar-default .navbar-nav .menu-item:hover a, .navbar-default .navbar-nav .menu-item:hover a:after {
    color: #ffffff;
    /*background-color: rgba(21, 22, 26, .9);*/
}

.navbar-default .navbar-nav .menu-item[class~=menu-item-level-1]:hover a:after {
    color: #ffffff;
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    top: 0;
    background: #0b6cbc;
    left: 0;
}

.dropdown-menu > li > a {
    line-height: 40px;
    color: #ffffff;
    font-size: 14px;
}


.navbar-default .navbar-nav > .active:after {
    color: #ffffff;
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    top: 0;
    background: #0b6cbc;

}

.dropdown-menu {
    background-color: rgba(21, 22, 26, .7);
    line-height: 60px;
    color: #ffffff;
    margin: 0;
    padding: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu .divider {
    margin: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    padding: 0;
    margin: 0;
    line-height: 59px;
    font-size: 14px;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        min-width: 100px;
        text-align: center;
        /* padding-top: 25px; */
        /* padding-bottom: 25px; */
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
}

.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-right: 0px;
    margin-left: 0px;
}

.navbar .nav .user {
    padding: 0;
    line-height: 59px;
}

.navbar .nav .user .headicon {
    margin: 0 5px;
    height: 30px;
}

.navbar .nav .user .caret {
    vertical-align: middle;
    margin: 0 5px;
}

/*tc widget*/
.tc-main {
    margin-top: 20px;
}

/*tc-box*/
.tc-box {
    background: #fff;
    padding: 5px 10px;
    margin: 0 0 10px 0;
}

.body-white .tc-box {
    border: solid 1px #eee;
}

.tc-box.first-box {
    margin: 0 0 10px 0;
}

.tc-box.article-box {
    padding: 5px 20px;
}

/*tc-box end */

/* The blog boxes */
/*.tc-gridbox {
  background-color: #ececec;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 1px #a8a8a8;
  -moz-box-shadow: 0px 1px 1px #a8a8a8;
  box-shadow: 0px 1px 1px #a8a8a8;
  margin-bottom: 40px;
}*/
.tc-gridbox-container {
    width: 25%;
    float: left;
}

.tc-gridbox {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #eee;
    background: #fff;
    cursor: pointer;
}

.tc-gridbox {
    margin: 0 10px 20px 10px;
}

.tc-gridbox:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
}

.tc-gridbox a {
    text-decoration: none;
}

@media ( min-width: 768px) and (max-width: 979px) {
    .tc-gridbox {
        display: block;
        float: none;
        width: 95%;
    }
}

@media ( max-width: 979px) {
    .tc-gridbox-container {
        display: block;
        float: none;
        width: 100%;
    }

    .tc-gridbox {
        margin: 0 0 10px 0;
    }
}

.tc-gridbox .header {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    background: #fff;
}

.tc-gridbox .footer {
    padding: 5px 14px 5px 14px;
    text-align: right;
    background: #fff;
}

.tc-gridbox .header .item-image {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    vertical-align: center;
    text-align: center;
}

.tc-gridbox .header .item-image img {
    width: 80%;
    height: 200px;
    margin: 10%;
}

.tc-gridbox .header img {
    margin-bottom: 5px;
    width: 100%;
    /*-webkit-transition: all 0.8s ease-in-out;*/
    /*-moz-transition: all 0.8s ease-in-out;*/
    /*-o-transition: all 0.8s ease-in-out;*/
    /*-ms-transition: all 0.8s ease-in-out;*/
    /*transition: all 0.8s ease-in-out;*/
}

.tc-gridbox .header img:hover {

    /*-webkit-transform: scale(1.2) rotate(2deg);*/
    /*-moz-transform: scale(1.2) rotate(2deg);*/
    /*-o-transform: scale(1.2) rotate(2deg);*/
    /*-ms-transform: scale(1.2) rotate(2deg);*/
    /*transform: scale(1.2) rotate(2deg);*/
}

.tc-gridbox .header h3 {
    color: #454a4e;
    margin: 0 5px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.tc-gridbox .header h3 a,
.tc-gridbox .header h3 a:focus,
.tc-gridbox .header h3 a:hover {
    color: #454a4e;
    white-space: nowrap;
}

.tc-gridbox .header .meta {
    color: #5a6065;
}

.tc-gridbox .header hr {
    border-top-color: #eee;
    border-bottom: none;
    margin: 5px 0;
}

.tc-gridbox .body {
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 14px;
    color: #343a3f;
}

.tc-gridbox .body a {
    color: #666;
}

.tc-gridbox .body a:hover {
    color: #428bca;
}

.tc-gridbox .btn {
    float: right;
    margin-right: 10px;
    margin-bottom: 18px;
}

/*masonary*/

.masonary-container .item {
    margin-bottom: 20px;
}

.masonary-container .item h3 {
    line-height: 100%;
}

.masonary-container .grid-sizer, .masonary-container .item {
    width: 24.9%;
    margin: 10px 0.05%;
    float: left;
    zoom: 1;
}

@media ( max-width: 479px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 98%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

@media ( min-width: 480px) and (max-width: 767px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 48%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

/*list Boxes
------------------------------------*/
.list-boxes {
    overflow: hidden;
    padding: 15px 20px;
    margin-bottom: 25px;
    background: #fff;
    -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;
    word-wrap: break-word;
    word-break: break-all;
    border: solid 1px #eee;
}

.list-boxes:hover {
    border: solid 1px #ddd;
}

.list-boxes h2 a {
    color: #555;
}

.list-boxes:hover h2 a {
    color: #f90;
}

.list-boxes .list-actions a {
    font-size: 16px;
    text-decoration: none;
}

.list-boxes p a {
    color: #72c02c;
}

.list-boxes .list-boxes-img li i {
    color: #72c02c;
    font-size: 12px;
    margin-right: 5px;
}

.list-boxes .list-boxes-img img {
    display: block;
    margin: 5px 10px 10px 0;
}

.list-boxes h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
}

.list-boxes ul.list-boxes-rating li {
    display: inline;
}

.list-boxes ul.list-boxes-rating li i {
    color: #f8be2c;
    cursor: pointer;
    font-size: 16px;
}

.list-boxes ul.list-boxes-rating li i:hover {
    color: #f8be2c;
}

/*list Colored Boxes*/
.list-boxes-colored p,
.list-boxes-colored h2 a,
.list-boxes-colored .list-boxes-img li,
.list-boxes-colored .list-boxes-img li i {
    color: #fff;
}

/*Red list Box*/
.list-boxes-red {
    background: #e74c3c;
}

/*Blue list Box*/
.list-boxes-blue {
    background: #3498db;
}

/*Grey list Box*/
.list-boxes-grey {
    background: #95a5a6;
}

/*Turquoise list Box*/
.list-boxes-sea {
    background: #1abc9c;
}

/*Turquoise Top Bordered list Box*/
.list-boxes-top-sea {
    border-top: solid 2px #1abc9c;
}

.list-boxes-top-sea:hover {
    border-top-color: #16a085;
}

/*Yellow Top Bordered list Box**/
.list-boxes-top-yellow {
    border-top: solid 2px #f1c40f;
}

.list-boxes-top-yellow:hover {
    border-top-color: #f39c12;
}

/*Orange Left Bordered list Box**/
.list-boxes-left-orange {
    border-left: solid 2px #e67e22;
}

.list-boxes-left-orange:hover {
    border-left-color: #d35400;
}

/*Green Left Bordered list Box**/
.list-boxes-left-green {
    border-left: solid 2px #72c02c;
}

.list-boxes-left-green:hover {
    border-left-color: #5fb611;
}

/*Green Right Bordered list Box**/
.list-boxes-right-u {
    border-right: solid 2px #72c02c;
}

.list-boxes-right-u:hover {
    border-right-color: #5fb611;
}

/*comments*/
.comment {
    margin-bottom: 10px;
}

.comment .avatar {
    height: 40px;
    width: 40px;
}

.comment-body {
    overflow: hidden;
}

.comment-content {
    padding-bottom: 2px;
    word-break: break-all;
    word-wrap: break-word;
}

.comment > .pull-left {
    margin-right: 10px;
}

.comment .time {
    color: #ccc;
    font-size: 12px;
    line-height: 14px;
}

.comment-postbox-wraper {

}

.comment-postbox {
    width: 100%;
    padding: 10px;
}

.comment-reply-box {
    position: relative;
}

.comment-reply-box .textbox {
    width: 100%
}

.comment-reply-submit .btn {
    margin-top: 20px;
}

/*ranking box*/

.ranking ul li {
    padding: 5px 0;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #f0f0f0;
}

.ranking ul.unstyled li i {
    margin-right: 5px;
}

.ranking li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 15px;
    font-style: normal;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    background-color: #aaa;
}

.ranking li.top3 i {
    background: #FC9B0B;
}

/*comment ranking box*/
.comment-ranking .comment-ranking-inner {
    padding: 10px;
    background: #f7f7f7;
    position: relative;
    margin-bottom: 10px;
    /*border-top: solid 2px #eee;*/
}

.comment-ranking .comment-ranking-inner,
.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    width: 0;
    height: 0;
    right: 0px;
    bottom: 0px;
    content: " ";
    display: block;
    position: absolute;
}

.comment-ranking .comment-ranking-inner:after {
    border-top: 15px solid #eee;
    border-right: 15px solid transparent;
    border-left: 0px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-right-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:before {
    border-bottom: 15px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-bottom-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:hover {
    border-color: #FC9B0B;
    border-top-color: #FC9B0B;
    background: #f0f0f0;
}

.comment-ranking .comment-ranking-inner:hover:after {
    border-top-color: #FC9B0B;
}

.comment-ranking .comment-ranking-inner span.comment-time {
    color: #777;
    display: block;
    font-size: 11px;
}

.comment-ranking .comment-ranking-inner a {
    text-decoration: none;
}

.comment-ranking .comment-ranking-inner a:hover {
    text-decoration: underline;
}

.comment-ranking .comment-ranking-inner i.fa {
    top: 2px;
    color: #bbb;
    font-size: 18px;
    position: relative;
}

/*ThinkCMF Photos*/
ul.tc-photos {
    margin: 0;
}

.tc-photos li {
    display: inline;
}

.tc-photos li a {
    text-decoration: none;
}

.tc-photos li img {
    opacity: 0.6;
    width: 50px;
    height: 50px;
    margin: 0 2px 8px;
    border: 1px solid #ddd;
}

.tc-photos li img:hover {
    opacity: 1;
    border: 1px solid #f90;
    /* box-shadow: 0 0 0 1px #f90; */
}

/**/

/*Blog Posts
------------------------------------*/
.posts .dl-horizontal a {
}

.posts .dl-horizontal {
    margin-bottom: 15px;
    overflow: hidden;
}

.posts .dl-horizontal dt {
    width: 60px;
    float: left;
}

.posts .dl-horizontal dt .img-wraper {
    display: block;
    width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd;
}

.posts .dl-horizontal dt img {
    width: 100%;
    height: 100%;
    /* width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd; */
}

.posts .dl-horizontal dd {
    margin-left: 70px;
}

.posts .dl-horizontal dd p {
    margin: 0;
}

.posts .dl-horizontal dd a {
    font-size: 14px;
    line-height: 16px !important;
}

.posts .dl-horizontal dd a:hover {
    text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
    color: #FC9B0B;
    border-color: #FC9B0B !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.links {
    clear: both;
    width: 100%;
    height: auto;
    display: block;
    min-height: 200px;
    overflow: hidden;
    margin-bottom: 40px;
}

.links a {
    display: block;
    width: calc(23% - 2px);
    margin: 1%;
    float: left;
    border: solid 1px #cccccc;
    text-align: center;
    background: #ffffff;
}

.links a:hover {
    transition: all 0.3s linear;
    box-shadow: 0 13px 25px 10px rgba(217, 217, 217, 0.90);
    -webkit-transform: scale(1.10);
    -moz-transform: scale(1.10);
    -o-transform: scale(1.10);
    transform: scale(1.10);
}

.links a:hover img {

}

.home-con {
    margin: 0;
    margin-bottom: 40px;
}

.home-con .title {
    font-size: 18px;
    margin-bottom: 20px;
}

.home-con ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.home-con ul li img {
    display: block;
    height: 40px;
}

.home-con ul li p {
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 5px;
    font-weight: bold;
}

.home-con ul li i {
    font-size: 12px;
    display: block;
    font-style: normal;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    line-height: 20px;
}

.home-con ul li {
    float: left;
    list-style: 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;
    color: white;
    cursor: pointer;
    padding: 40px;
    padding-bottom: 20px;
}

.home-con ul li:hover {
    -webkit-transform: scale(1.10);
    -moz-transform: scale(1.10);
    -o-transform: scale(1.10);
    transform: scale(1.10);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    z-index: 100;
    color: #FFF;
}

.home-con ul li a {
    color: white;
}

.home-con ul li a:hover {
    color: #ccc;
}

.home-con ul li.i1 {
    background: #E50011;
}

.home-con ul li.i2 {
    background: #F5B128;
}

.home-con ul li.i3 {
    background: #EA5B2D;
}

.home-con ul li.i5 {
    background: #1BA55A;
}

.home-con ul li.i4 {
    background: #1D70B8;
}

.home-con ul li.i6 {
    background: #542A8C;
}

.home-service.height100 {
    position: relative;
}

.home-con ul li {
    width: 16.6%;
}

section {
    width: 100%;
    overflow: hidden;
}

.features {
    background: #ffffff;
    padding: 50px 0;
}

h1[class=text-center] {
    margin-bottom: 40px;
}

.features .row {
    width: 1120px;
    margin: 0 auto;
}

.features .col-md-4 {
    position: relative;
    padding: 30px;
    min-height: 320px;
    margin-bottom: 30px;
    cursor: pointer;
}

.features .col-md-4:before {
    content: " ";
    margin-top: 20px;
    border: solid 1px #cccccc;
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    border-radius: 5px;
    transition: all .3s linear;
}

.features .col-md-4:hover:before,
.features .col-md-4:focus:before {
    transition: all 0.1s linear;
    background: #f9f9f9;
    box-shadow: 0 13px 25px 10px rgba(217, 217, 217, 0.47);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.features .col-md-4 .font-large {
    text-align: center;
    border-bottom: solid 1px #cccccc;
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 10px;
    position: relative;
}

.features .col-md-4 .font-large i {
    position: absolute;
    top: 80px;
    left: 160px;
    font-size: 36px;
    color: #ffffff;
    z-index: 1;
    width: 42px;
    height: 42px;
}

.features .col-md-4 .font-large i:after {
    position: absolute;
    top: -22px;
    left: -20px;
    width: 80px;
    height: 80px;
    content: '';
    /*background: #ff0000;*/
    border-radius: 100px;
    z-index: -1;
}

.features .col-md-4 .font-large:first-child i:after {
    background: #E50011;
}

.features .col-md-4:nth-child(2) .font-large i:after {
    background: #EA5B2D;
}

.features .col-md-4:nth-child(3) .font-large i:after {
    background: #F5B128;
}

.features .col-md-4:nth-child(4) .font-large i:after {
    background: #1BA55A;
}

.features .col-md-4:nth-child(5) .font-large i:after {
    background: #1D70B8;
}

.features .col-md-4:nth-child(6) .font-large i:after {
    background: #542A8C;
}

.features .col-md-4 p {
    position: absolute;
    top: 200px;
    width: 85%;
    line-height: 35px;
}

.features .col-md-4 .line3 {
    position: absolute;
    top: 200px;
    width: 85%;
    line-height: 35px;
    display: block;
    display: -webkit-box;
    max-width: 300px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mybanner {
    width: 100%;
    height: auto;
    background: var(--weui-INDIGO);
    min-height: 450px;
    position: relative;
    top: 0;
}

.mybanner .body {
    width: 1120px;
    margin: 0 auto;
    position: relative;
    padding-top: 40px;
}

.mybanner .body img {
    width: 450px;
    position: absolute;
    right: 0;
    top: 50px;
}

.mybanner .body .title {
    font-size: 44px;
    color: #ffffff;
    padding-top: 40px;
}

.mybanner .body .content {
    font-size: 18px;
    color: #ffffff;
    width: 50%;
    font-weight: normal;
    padding-top: 40px;
    line-height: 50px;
}

.innerContainer {
    width: 1120px;
    background: #ffffff;
    margin: 0 auto;
    margin-top: 30px;
    z-index: 999;
    position: relative;
    margin-bottom: 100px;
    padding: 30px;
}

.innerContainer h2 {
    text-align: center;
    margin: 0;
    margin-bottom: 60px;
}

.list-boxes {
    height: 370px;
    position: relative;
    box-shadow: 1px 4px 2px 1px rgba(13, 36, 62, .02);
    border-radius: 5px;
    margin-bottom: 41px;
    cursor: pointer;
}

.list-boxes a {
    background: hsla(0, 0%, 100%, .9);
    box-shadow: 0 5px 14px 8px rgba(13, 36, 62, .02);
    position: absolute;
    left: 49px;
    top: 84px;
    padding: 21px 35px 0;
    width: 460px;
    height: 260px;
    transition: all .5s;
}

.list-boxes a p {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.list-boxes a .p1 {
    height: 156px;
    color: #666;
    line-height: 30px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    border-bottom: solid 1px rgba(13, 36, 62, .02);
}

.list-boxes a:hover {
    text-decoration: none;
}

.list-boxes a .p2 {
    padding-top: 20px;
    color: #000;
    font-size: 14px;
    position: relative;
}

.list-boxes a .p2 img {
    width: 40px;
}

.list-boxes a .p2 span {
    position: absolute;
    right: 10px;
    top: 30px;
}

.list-boxes:hover a {
    transform: translateY(-20px);
    background: hsla(0, 0%, 100%, 1);
}

.list-boxes:hover a .p1 {
    height: 156px;
    border-bottom: solid 1px rgba(13, 36, 62, .08);
}

.loginpanel {
    background: var(--weui-INDIGO);
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 40px;
    height: 60%;
    min-height: 450px;
}

.loginpanel .col-md-8 img {
    width: 60%;
}

.loginpanel h2 {
    color: var(--weui-INDIGO);
    padding-bottom: 10px;
}

.loginpanel .col-md-4 {
    background: #ffffff;
    box-shadow: 0 5px 14px 8px rgba(255, 255, 255, .2);
    margin-bottom: 25px;
}

.footer_bt > a {
    color: #5f5f5f;
}

.category-list {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    min-height: 50px;
}

.category-list a {
    display: block;
    width: auto;
    float: left;
    max-width: 200px;
    line-height: 30px;
    padding: 5px 20px;
    background: #f0f0f0;
    border-radius: 3px;
    color: #333;
    margin-right: 20px;
}

.category-list a:hover {
    text-decoration: none;
    color: #EA5B2D;
}

@media (max-width: 320px) {
    /*0~320*/
    body {
        background: pink;
    }
}

@media (min-width: 321px) and (max-width: 375px) {
    /*321~768*/
    body {
        background: red;
    }
}

@media (min-width: 376px) and (max-width: 425px) {
    /*376~425*/
    body {
        background: yellow;
    }

    .innerContainer {
        width: 100vw;
    }

    .category-list {
        margin-bottom: 0;
        min-height: 0;
    }

    .list-boxes {
        height: auto;
        /*margin-bottom: 0;*/
    }

    .list-boxes a {
        position: relative;
        background: none;
        padding: 0;
        top: 0;
        left: 0;
    }
    .list-boxes a .p1{
        height: auto;
    }

    .features{
        padding: 0;
    }
    .features .row{
        width: 140vw;
    }
    .links a{
        width: 140%;
    }

    .swiper-container{
        min-height: 140px;
    }
    .swiper-wrapper{
        min-height: 140px;
    }
    .swiper-slide{
        min-height: 140px;
        background-size: 100% 100%;
    }
}