/* default.css样式 */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

img {
  border: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  outline: none;
  color: inherit;
  cursor: pointer;
}

a:hover {
  color: #E42020;
}
.videoNav:hover{
    color:#ffffff;
}
.ztNav:hover{
    color:#ffffff;
}
a:focus, a:active {
  outline: none;
}

a img {
  display: block;
  max-width: 100%;
  vertical-align: top;
}

ul, ol, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

textarea, input, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  cursor: pointer;
}
h4{
    font-size:18px;
}
::-webkit-input-placeholder {
  color: #aaa;
}

:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #aaa;
}

body, input, button, textarea, select, option {
  font: normal 14px "Microsoft YaHei", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
}

body {
  position: relative;
  min-width: 1200px;
  background-color: #fff;
  color: #333333;
}

img.responsive {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

/* common.css样式 */

/*videoJs*/

.video-js.vjs-fluid {
  height: 100%;
  padding-top: 0;
}

.vjs-poster {
  background-size: cover;
}

/* returnTop */

.return-top {
  position: fixed;
  bottom: 20px;
  right: 15px;
  width: 98px;
  height: 60px;
  background-image: url(../img/return_top.png);
  background-size: 100% 100%;
  display: none;
  z-index: 200;
}

.wrap {
    zoom: .9;
}

/* nav */

.nav {
  height: 55px;
  line-height: 55px;
  background: #E42020;
  position: relative;
}

.nav .nav-inner {
  width: 1300px;
  margin: 0 auto;
  font-size: 20px;
  color: #ffffff;
  font-family: Microsoft YaHei;

  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}


.nav-inner .nav-item {
    flex: 1;
    text-align: center;
}

.nav-inner .nav-item:hover a {
  color: #ffffff;
  /*font-size: 24px;*/
}

.nav-inner .nav-item:hover {
      transform: scale(1.2);
}

.nav .more-nav {
  width: 1200px;
  margin: 0 auto;
  font-size: 20px;
  color: #ffffff;
  line-height: 55px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  background-color: #E42020;
  position: absolute;
  left: 50%;
  top: 55px;
  transform: translateX(-50%);
  z-index: 100;
  display: none;
  padding: 0 10px;
}

.more-nav .more-nav-list .more-nav-item {
  /*padding: 0 20px;*/
  float: left;
  width: calc(100% / 16);
  text-align: center;
}

.more-nav-list .more-nav-item:hover a {
  color: #ffffff;
  font-size: 25px;
}

/* friend-link */

.friend-link {
  padding: 14px 0;
  background-color: #F8F8F8;
}

.friend-link .link-inner {
  width: 1200px;
  margin: 0 auto;
}

.friend-link .link-left {
  width: 100px;
  margin: 4px 0;
}

.friend-link .link-right {
  width: calc(100% - 120px);
}

.friend-link .link-right li {
  float: left;
  margin: 4px 14px;
}

/* foot */

.foot .foot-inner {
  width: 1200px;
  margin: 0 auto;
}

.foot .foot-nav {
  text-align: center;
  padding: 20px 0;
}

.foot .foot-nav li {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}

.foot .foot-nav li::after {
  content: '';
  width: 1px;
  height: 14px;
  background-color: #666666;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.foot .foot-nav li:last-child::after {
  width: 0;
}

.foot .foot-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 196px;
  margin: 10px 0;
}

.foot .foot-logo .logo-icon {
  width: 266px;
  height: 94px;
  margin-right: 38px;
}

.foot .foot-logo .logo-icon img {
  width: 100%;
}

.foot .foot-logo .code {
  padding: 14px 80px;
  border-left: 1px solid rgba(0, 0, 0, .1);
}

.foot .foot-logo .code img {
  display: block;
  width: 150px;
  height: 150px;
}

.foot .foot-logo .code p {
  font-size: 12px;
  margin: 10px 0;
}

.foot .foot-logo .code p span {
  color: #F33C3C;
}

.foot .certificate {
  text-align: center;
  padding: 36px 0;
}

.foot .certificate li {
  display: inline-block;
  width: 165px;
  height: 60px;
  margin: 0 20px;
}

.foot .certificate li img {
  width: 100%;
  height: 100%;
}

.foot .exec {
  text-align: center;
  line-height: 22px;
  margin: 0 0 20px;
  font-size: 14px;
}
.foot .exec p {
    margin:10px 0;
}
/* sec-headline */

.headline .headline-inner {
  width: 1200px;
  margin: 0 auto;
}

.headline-inner .adver {
  width: 100%;
  height: 108px;
  margin: 10px auto;
}

.headline-inner .headline-text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #666666;
  background-color: #F8F8F8;
  display: flex;
  justify-content: space-between;
}

.headline-inner .headline-text li {
  padding: 0 50px;
  float: left;
}

/* sec-head */

.sec-head .sec-head-inner {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec-head-inner .head-left {
  display: flex;
  align-items: center;
}

.sec-head-inner .head-left .logo {
  width: 210px;
  display: block;
}

.sec-head-inner .head-left .tag {
  width: auto;
  height: 42px;
  background-color: #E42020;
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  line-height: 42px;
  padding: 0 4px;
  display: inline-block;
  margin-left: 6px;
}

.sec-head-inner .head-right {
  height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 10px 0;
}

.sec-head-inner .head-right .search {
  width: 320px;
  height: 48px;
  display: flex;
  align-items: center;
}

.sec-head-inner .head-right .search input {
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(238, 238, 238, 1);
  border-radius: 6px;
}

.sec-head-inner .head-right .search button {
  width: 38px;
  height: 38px;
  background-image: url(../img/icon-search.png);
  background-size: 90% 78%;
  color: #ffffff;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

/* head */

.head .head-inner {
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0 0 0;
}

.head-inner .head-left {
  width: 210px;
}

.head-inner .head-left .logo {
  width: 210px;
  display: block;
}

.head-inner .head-left .operate {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  position: relative;
}

.head-left .operate li {
  width: 54px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: rgba(240, 240, 240, 1);
  border-radius: 4px;
  margin: 0 10px;
  cursor: pointer;
}

.head-inner .head-left .operate .login-box {
  position: absolute;
  left: 0;
  top: 50px;
  width: 360px;
  height: auto;
  background-color: #ffffff;
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 6px;
  z-index: 200;
}
.login-bottom>img{
    width:36px;
    height:36px;
    margin:0 30px;
    cursor:pointer;
}
.head-left .operate .login-box .login-title {
  /*padding: 16px 80px 0;*/
  padding: 24px 20px 0 80px;
  display: flex;
  justify-content: space-around;
}

.head-left .operate .login-box .login-form {
  padding: 20px 35px 20px 25px;

}

.head-left .operate .login-box .login-form .login-item {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.head-left .operate .login-box .login-form .login-item label {
  width: 48px;
  text-align: right;
  margin-right: 6px;
}

.head-left .operate .login-box .login-form .login-item input {
  flex: 1;
  height: 32px;
  border: 1px solid #cccccc;
  padding: 4px 10px;
}

.head-left .operate .login-box .login-form .login-item input[type="button"] {
  background-color: #E42020;
  color: #ffffff;
  border: none;
}

.head-left .operate .login-box .login-form .login-item .tip {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.head-inner .head-right {
  width: calc(100% - 210px - 30px);
  height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 10px 0;
}

.head-right .right-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head-right .tags .tag-item {
  height: 34px;
  line-height: 34px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(191, 191, 191, 1);
  padding: 0 20px;
  float: left;
  margin-right: 20px;
  color: #666666;
}

.head-right .right-top .search {
  width: 380px;
  height: 34px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(204, 204, 204, 1);
  border-radius: 6px;
  
  position: relative;
  overflow: hidden;
}

.head-right .right-top .search input {
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 84px;
}

.head-right .right-top .search button {
  width: 74px;
  height: 32px;
  background: rgba(228, 32, 32, 1);
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  font-size: 16px;
}

.head-right .right-bot li {
  padding: 0 20px;
  color: #666666;
  float: left;
  border-right: 1px solid #AAAAAA;
  line-height: 1;
}

.head-right .right-bot li:first-child {
  padding-left: 0;
}

.head-right .right-bot li:last-child {
  border-right: none;
}

/*分页样式*/

#pagination {
  position: relative;
  margin-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.pagination a, .pagination span {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 8px;
  margin: 0 3px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  font-size: 14px;
}

.pagination a:hover, .pagination a.active, .pagination span:hover, .pagination span.active {
  background-color: #FD6060;
  border-color: #FD6060;
  color: #fff;
}

.pagination .jumper-input {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 26px;
  padding: 0 .3em;
  margin: 0 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 14px;
}

.pagination .pager-next {
  margin-right: 30px;
}

.pagination .jump-btn {
  margin-left: 20px;
}

/* location */

.location .location-inner {
  width: 1200px;
  height: 66px;
  margin: 0 auto;
  line-height: 66px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  font-size: 16px;
  color: #999999;
}

.location-inner .current {
  color: #222222;
}

/* sort */

.sort-tab .sort-tab-inner {
  width: 1200px;
  height: 60px;
  /*line-height: 60px;*/
  background-color: #E42020;
  margin: 0 auto;
  color: #ffffff;
  padding: 0 30px;
}

.sort-tab-inner .tab-sort {
  float: left;
}

.sort-tab-inner .tab-sort li {
  margin-right: 40px;
  color: #ffffff;
  float: left;
  padding: 10px 5px;
  margin-top: 10px;
  cursor:pointer;
}

/*.sort-tab-inner .tab-sort li:hover {*/
/*    background-color:#ffffff;*/
/*    color:#E42020;*/
/*}*/

.sort-tab-inner .tab-sort .tabSortActive{
    background-color:#ffffff;
    color:#E42020;
}

.sort-tab-inner .entry {
  float: right;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}

.sort-tab-inner .entry a.entry-item {
  display: block;
  width: 54px;
  height: 30px;
  background: rgba(255, 255, 255, 1);
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  color: #333333;
  margin-left: 20px;
}

.sort-tab-inner .entry a.name:hover {
    color: #ffffff;
}

.sort-tab-inner .entry .login-box {
  position: absolute;
  left: 50%;
  top: 50px;
  width: 360px;
  height: auto;
  background-color: #ffffff;
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 6px;
  z-index: 100;
  line-height: 1;
  transform: translateX(-50%);
}

.sort-tab-inner .entry .login-box a {
  margin-left: 0;
  width: auto;
  height: auto;
}

.sort-tab-inner .entry .login-box .login-title {
  padding: 16px 80px 0;
  display: flex;
  justify-content: space-between;
}

.sort-tab-inner .entry .login-box .login-form {
  padding: 20px 30px;
}

.sort-tab-inner .entry .login-box .login-form .login-item {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.sort-tab-inner .entry .login-box .login-form .login-item label {
  width: 70px;
  text-align: right;
  margin-right: 6px;
  color: #333333;
}

.sort-tab-inner .entry .login-box .login-form .login-item input {
  flex: 1;
  height: 32px;
  border: 1px solid #cccccc;
  padding: 4px 10px;
}

.sort-tab-inner .entry .login-box .login-form .login-item input[type="button"] {
  background-color: #E42020;
  color: #ffffff;
  border: none;
}

.sort-tab-inner .entry .login-box .login-form .login-item .tip {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

/* code */

ul.code {
  position: fixed;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 76px;
  height: auto;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #E5E5E5;
  font-size: 14px;
  text-align: center;
  z-index: 200;
}

ul.code .code-item {
  padding: 10px 0;
  cursor: pointer;
  position: relative;
}

ul.code .code-item:hover {
  background-color: #E42020;
  color: #ffffff;
}

ul.code .code-item:last-child:hover {
  background-color: #ffffff;
  color: #333333;
}

ul.code .code-item:hover .code-con {
  display: block;
  color: #222222;
}

ul.code .code-item .code-con {
  width: 198px;
  height: 198px;
  background-color: #ffffff;
  position: absolute;
  right: 76px;
  top: 0;
  box-shadow:0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  display: none;
}

ul.code .code-item .code-con img {
  width: 100px;
  height: 100px;
  margin: 30px auto 16px;
}

ul.code .code-item i {
  display: inline-block;
  width: 42px;
  height: 32px;
  background-size: 100% 100%;
}

ul.code .code-item:first-child i {
  background-image: url(../img/icon-code-wechat.png);
}

ul.code .code-item:nth-child(2) i {
  background-image: url(../img/icon-code-weibo.png);
}

ul.code .code-item:nth-child(3) i {
  background-image: url(../img/icon-code-down.png);
}

ul.code .code-item:nth-child(4) i {
  background-image: url(../img/icon-code-edit.png);
}

ul.code .code-item:first-child:hover i {
  background-image: url(../img/icon-code-wechat-white.png);
}
ul.code .code-item:nth-child(2):hover i {
  background-image: url(../img/icon-code-weibo-white.png);
}
/*ul.code .code-item:nth-child(3):hover i {*/
/*  background-image: url(../img/icon-code-down-white.png);*/
/*}*/


/*评论*/
.comment {
  padding: 0 20px;
  width: 820px;
}

.comment-area {
  position: relative;
  height: 151.81081px;
}

.comment-area-login {
  position: absolute;
  top: -42.10811px;
  left: 11.08108px;
  z-index: 1;
  width: 46.54054px;
  height: 50.97297px;
  background: url("../img/assets/login_bg.png");
  background-size: 100% 100%;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.comment-area-login:hover span {
  color: red;
}

.comment-area-login span {
  font-size: 13.2973px;
  color: #de260e;
  line-height: 44.32432px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.comment-area-main {
  height: 100%;
  position: relative;
}

.comment-area-main-input {
  display: block;
  padding: 13px 10px 10px;
  height: 107.48649px;
  width: 100%;
  border: 1px solid #de260e;
  font-size: 14px;
  color: #999999;
  border-radius: 8.86486px;
}

.comment-area-main-input textarea {
  display: block;
  width: 100%;
  height: 100%;
  border-top: none;
  font-size: 14px;
  color: #999999;
  border: 0;
  resize:none;
}

.comment-area-main-icon {
  position: absolute;
  left: 12.18919px;
  bottom: 0;
  width: 31.02703px;
  height: 31.02703px;
  font-size: 20px;
  color: #de260e;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.comment-area-main-icon:hover {
  color: red;
}

.comment-area-main-submit {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 113.02703px;
  height: 33.24324px;
  background: #de260e;
  border-radius: 11.08108px;
  background-size: 100% 100%;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.comment-area-main-submit:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.comment-list {
  padding-top: 55.40541px;
}

.comment-list-title {
  border-bottom: 1px solid #de260e;
  height: 32.13514px;
}

.comment-list-title .left {
  float: left;
  padding: 0 17.72973px;
  border: 1px solid #de260e;
  border-bottom: none;
  border-radius: 8.86486px 8.86486px 0 0;
  line-height: 31.02703px;
  background: #fff;
  font-size: 14px;
  color: #de260e;
}

.comment-list-title .right {
  float: right;
  font-size: 12px;
  line-height: 31.02703px;
  color: #de260e;
}

.comment-list-title .right span {
  padding-right: 5px;
  font-weight: 900;
  font-size: 18px;
}

.comment-list-main-title {
  padding: 18px 0 0;
  height: 50.97297px;
  font-size: 17.72973px;
  color: #de260e;
  line-height: 18px;
  font-weight: normal;
}

.comment-list-main-title span {
  float: left;
  margin-right: 13.2973px;
  width: 6.64865px;
  height: 19.94595px;
  border-radius: 3.32432px;
  background: #de260e;
}

.comment-detail {
  padding: 20px 0 11px;
  border-bottom: 1px dashed #dee4e9;
}

.comment-detail-left {
  float: left;
  width: 55.40541px;
  height: 46.54054px;
  overflow: hidden;
}

.comment-detail-left img {
  width: 46.54054px;
  height: 100%;
  border-radius: 50%;
}

.comment-detail-right {
  float: right;
  width: 709.18919px;
}

.comment-detail-right-top {
  font-size: 0;
  height: 22.16216px;
  line-height: 22.16216px;
}

.comment-detail-right-top-name {
  display: inline-block;
  margin-right: 15px;
  max-width: 274px;
  font-size: 13.2973px;
  color: #de260e;
  vertical-align: middle;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.comment-detail-right-top-leave {
  position: relative;
  padding: 0 8px 0 14px;
  margin-right: 6px;
  vertical-align: middle;
  font-size: 13.2973px;
  border: 1px solid #de260e;
  border-radius: 0 10px 10px 0;
  color: #de260e;
}

.comment-detail-right-top-leave i {
  position: absolute;
  left: -11.08108px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 22.16216px;
  height: 22.16216px;
  text-align: center;
  background: #de260e;
  color: #fff;
  font-style: normal;
  border-radius: 100%;
}

.comment-detail-right-top-area {
  vertical-align: middle;
  font-size: 12px;
  color: #999999;
}

.comment-detail-right-top-area i {
  font-style: normal;
}

.comment-detail-right-top-time {
  float: right;
  font-size: 13.2973px;
  color: #999999;
}

.comment-detail-right-msg {
  padding-top: 13px;
  font-size: 15.51351px;
  line-height: 28.81081px;
}

.comment-detail-right:hover .flag {
  display: inline-block;
}

.comment-detail-right-bottom {
  height: 22.16216px;
  text-align: right;
  line-height: 22.16216px;
  color: #999999;
}

.comment-detail-right-bottom .items {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.comment-detail-right-bottom-flag.flag {
  display: none;
  font-size: 13.2973px;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.comment-detail-right-bottom-flag.flag i {
  margin-right: 3px;
}

.comment-detail-right-bottom-flag.flag:hover {
  color: #de260e;
}

.comment-detail-right-bottom-reply {
  font-size: 13.2973px;
  margin-right: 4px;
  color: #de260e;
}

.comment-detail-right-bottom-reply.active .cancel {
  display: inline;
}

.comment-detail-right-bottom-reply.active .reply {
  display: none;
}

.comment-detail-right-bottom-reply .cancel {
  display: none;
}

.comment-detail-right-bottom-reply i {
  font-style: normal;
}

.comment-detail-right-bottom-like, .comment-detail-right-bottom-unlike {
  font-size: 13.2973px;
  margin-right: 4px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.comment-detail-right-bottom-like:hover, .comment-detail-right-bottom-like.active, .comment-detail-right-bottom-unlike:hover, .comment-detail-right-bottom-unlike.active {
  color: #de260e;
}

.comment-detail-right-bottom-like i, .comment-detail-right-bottom-unlike i {
  margin-right: 4px;
}

.comment-detail-right-bottom-seal:hover {
  color: #de260e;
}

.comment-detail-right-bottom-seal i {
  font-size: 22.16216px;
}

.comment-loadMore {
  margin: 15px auto;
  display: block;
  width: 100%;
  height: 38.78378px;
  color: #999;
  background: #f0f0f0;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.comment-loadMore:hover {
  background: #de260e;
  color: #fff;
}