@keyframes navIocn {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes navIocn {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

/*
------------------------------å³ä¾§å¯¼èˆªæ 
*/
.right-item {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 0;
  z-index: 99;
  cursor: pointer;
}
.right-item1 {
  top: 150px;
}
.right-item2 {
  top: 190px;
}
.right-item3 {
  top: 230px;
}
.right-item4 {
  top: 270px;
}
.right-item5 {
  top: 310px;
}
.right-fxd-hide {
  display: none;
}
.right-box1 {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f4;
}
.right-box1 img {
  max-width: 40px;
  max-height: 40px;
}
.right-box2 {
  width: 200px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
.right-box2 p {
  width: 160px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  background-color: #ee2319;
}
.right-box2 div {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ee2319;
}
.right-box2 > img {
  max-width: 150px;
  max-height: 150px;
}
.right-box3 {
  position: absolute;
  width: 150px;
  height: 150px;
  right: 60px;
  top: -50px;
  display: none;
}
.right-box3 img {
  max-width: 150px;
  max-height: 150px;
}

.right-item:hover .right-box1 {
  background-color: #ee2319;
}
.right-item:hover .right-box2 {
  background-color: #ee2319;
  left: -160px;
}
.right-item:hover .right-box3 {
  display: block;
}
.right-item:hover .right-fxd-show {
  display: none;
}
.right-item:hover .right-fxd-hide {
  display: block;
}

/* å¤´éƒ¨ */
.head-wrap {
  height: 38px;
  background-color: #f6f6f6;
}
.head {
  width: 1200px;
  font-size: 12px;
  color: #999;
}
.head-left {
  height: 38px;
}
.head-left > p {
  height: 10px;
  background-color: #dcdcdc;
  width: 1px;
  margin: 0 20px;
}
.head-left img {
  margin-right: 5px;
}
.head-left a {
  color: #999999;
}
.head a:hover {
  color: #ee2319;
}

.head-right > p {
  height: 10px;
  background-color: #dcdcdc;
  width: 1px;
  margin: 0 20px;
}
.head-right img {
  margin-right: 5px;
}
.head-right a {
  color: #999;
}
.head-right a p {
  font-size: 12px;
}
.sc-xin02 {
  display: none;
}
.sc-top-hover:hover p {
  color: #ee2319;
}
.sc-top-hover:hover .sc-xin01 {
  display: none;
}
.sc-top-hover:hover .sc-xin02 {
  display: block;
}

/* logo */
.logo {
  height: 100px;
}
.logo-ipt {
  width: 620px;
  margin-top: 25px;
}
.logo-iptT {
  border: 1px solid #ee2319;
  height: 42px;
  width: 618px;
}
.logo-select {
  position: relative;
}
.logo-select-show {
  height: 42px;
  padding: 0 13px;
}
.logo-select-show p {
  font-size: 14px;
  color: #333;
  margin-right: 5px;
}
.logo-select-hide {
  position: absolute;
  width: 100%;
  border: 1px solid #ee2319;
  background-color: #fff;
  top: 42px;
  left: -1px;
  z-index: 10;
  padding: 10px 0;
  display: none;
}
.logo-select-hide p {
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #333;
  text-indent: 14px;
  cursor: pointer;
}
.logo-select-hide p:hover {
  color: #ee2319;
}
.logo-select:hover .logo-select-hide {
  display: block;
}
.logo-iptT > p {
  height: 14px;
  width: 1px;
  background-color: #ee2319;
  margin-top: 14px;
}
.logo-iptT > input {
  flex: 1;
  -webkit-flex: 1;
  height: 42px;
  border: 0;
  outline: 0;
  font-size: 14px;
  color: #333;
  text-indent: 20px;
}
.logo-iptT > input::placeholder {
  color: #666;
}
.logoSS-btn {
  width: 60px;
  height: 42px;
  background-color: #ee2319;
  cursor: pointer;
  -webkit-user-select: none;
}
.logo-iptB {
  padding-top: 8px;
  font-size: 12px;
}
.logo-iptB p {
  color: #ee2319;
  line-height: 12px;
}
.logo-iptB a {
  line-height: 12px;
  color: #999;
  margin-left: 15px;
}
.logo-iptB a:hover {
  color: #ee2319;
}

/* å¯¼èˆªæ  */
.nav-wrap {
  padding-top: 4px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
.nav-left > a {
  font-size: 16px;
  color: #333;
  height: 38px;
  line-height: 38px;
  border-bottom: 2px solid transparent;
  margin-right: 30px;
  position: relative;
}
.index-icon-hover {
  display: none;
}
.hot {
  position: absolute;
  top: -10px;
  right: 15px;
  animation: navIocn 1s infinite linear;
  -webkit-animation: navIocn 1s infinite linear;
}

.nav-gd {
  position: relative;
}
.nav-gd-show {
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #333;
  border-bottom: 2px solid transparent;
}
.nav-gd-show p {
  margin-right: 5px;
}
.gd-icon-hover {
  display: none;
}
.nav-gd-hide {
  width: 100px;
  padding: 10px 0;
  position: absolute;
  z-index: 10;
  top: 40px;
  left: -30px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  display: none;
}
.nav-gd-hide a {
  display: block;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.nav-gd-hide a:hover {
  color: #ee2319;
}
.nav-gd:hover .nav-gd-hide {
  display: block;
}
.nav-gd-show:hover .gd-icon {
  display: none;
}
.nav-gd-show:hover .gd-icon-hover {
  display: block;
}
.nav-gd-show:hover p {
  color: #ee2319;
}
.nav-gd-show:hover {
  border-color: #ee2319;
}

.nav-left > a:hover {
  color: #ee2319;
  border-color: #ee2319;
}
.nav-left > a:hover .index-icon {
  display: none;
}
.nav-left > a:hover .index-icon-hover {
  display: block;
}
.nav-right div {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 118px;
  height: 32px;
  border: 1px solid #ee232a;
  color: #ee2319;
  cursor: pointer;
  background-color: #ffebea;
}
.nav-right div p {
  margin-left: 5px;
}

/* åˆ†é¡µå™¨ */

/*ç‰ˆæƒ*/
.foot-wrap {
  background-color: #212026;
}
.foot-top {
  overflow: hidden;
}
.foot-logo {
  margin-top: 120px;
  margin-right: 80px;
}
.foot-item {
  margin-top: 55px;
  margin-right: 40px;
}
.foot-item > div {
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #b5b5b5;
  padding-bottom: 20px;
}
.foot-item > a {
  display: block;
  height: 20px;
  line-height: 20px;
  padding-bottom: 13px;
  font-size: 14px;
  color: #999;
}
.foot-item > img {
  max-width: 134px;
  margin-bottom: 4px;
}
.foot-div {
  margin-top: 84px;
  margin-left: 50px;
  margin-right: 60px;
}
.foot-div div {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.foot-div > p {
  padding-top: 15px;
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  color: #ee2319;
}
.foot-btm {
  width: 1200px;
  height: 45px;
  font-size: 12px;
  margin: 0 auto;
}
.foot-btm > div {
  height: 16px;
  line-height: 16px;
  color: #999;
}
.foot-btm > div a {
  color: #999;
  margin-left: 5px;
}
.foot2-wrap {
  height: 42px;
  background-color: #333;
}
.foot2-wrap > p {
  line-height: 42px;
  color: #999;
  font-size: 12px;
  text-align: center;
}

/*åˆ†é¡µå™¨*/
.fyqWrap {
  background-color: #fff;
}
.fyq {
  height: 60px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.fyq .m-page {
  height: 30px;
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  font-size: 14px;
  color: #999;
}
.fyq .m-page .f-fl {
  height: 30px;
  line-height: 30px;
  color: #333;
}
.fyq .m-page .f-fl .m-page-list {
  height: 30px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.fyq .m-page .f-fl .m-page-list a {
  height: 28px;
  line-height: 28px;
  color: #999;
  border: 1px solid #f2f2f2;
  padding: 0 10px;
  min-width: 0;
  font-size: 14px !important;
  width: auto !important;
  margin: 0 5px;
}
.fyq .m-page .f-fl .m-page-list a:hover {
  background-color: #ee2319;
  color: #fff;
  text-decoration: none;
}
/* åˆ†é¡µå™¨é€‰ä¸­æ•ˆæžœ */
.fyq .m-page .f-fl .m-page-list .current-page {
  background-color: #ee2319;
  color: #fff;
  text-decoration: none;
}

/*åˆ†é¡µå™¨è·³è½¬*/
.fyqS {
  height: 30px;
  margin-left: 10px;
}
.fyqS p {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  height: 30px;
}
.fyqS input {
  width: 62px;
  height: 28px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  text-indent: 2px;
  margin: 0 10px;
  outline: 0;
}
.fyqS div {
  width: 44px;
  height: 28px;
  border: 1px solid #f2f2f2;
  text-align: center;
  line-height: 28px;
  border-radius: 2px;
  cursor: pointer;
  color: #999;
  margin-left: 10px;
  font-size: 14px;
}
.fyqS-btn:hover {
  background-color: #ee2319;
  color: #fff;
}

/* è´­ä¹°åº—é“º */
.tcBuy-wrap {
  background-color: rgba(0, 0, 0, 0.3);
  /* width: 100vw;*/
  /* height: 100vh;*/
  width: 100%;
  height: 100%;
  z-index: 80;
  top: 0;
  left: 0;
  position: fixed;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.tcBuy {
  width: 598px;
  border: 1px solid #ee2319;
  background-color: #fff;
  padding-bottom: 30px;
  position: relative;
}
.tcBuy-x {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.tcBuy-title {
  height: 89px;
  background-color: #ee2319;
  color: #fff;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  font-weight: bold;
  font-size: 30px;
}
.tcBuy-title p {
  margin-left: 5px;
}
.tcBuy-radio {
  height: 18px;
  padding: 30px 0 40px 0;
  width: calc(450px - 60px);
  margin: 0 auto;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.tcBuy-radio label {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  font-size: 14px;
  color: #333;
}
.tcBuy-radio label img {
  margin: 0 5px 0 10px;
}
.tcBuy-item {
  width: 450px;
  min-height: 42px;
  margin: 0 auto;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.tcBuy-item > p {
  min-width: 90px;
  height: 42px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 42px;
}
.tcBuy-item input {
  width: 358px;
  height: 40px;
  border: 1px solid #ddd;
  text-indent: 20px;
  font-size: 14px;
  color: #333;
  outline: 0;
}
.tcBuy-item input::placeholder {
  color: #999;
}
.tcBuy-item textarea {
  width: 358px;
  height: 178px;
  line-height: 20px;
  padding: 10px 0;
  border: 1px solid #ddd;
  text-indent: 20px;
  font-size: 14px;
  color: #333;
  outline: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
.tcBuy-item textarea::placeholder {
  color: #999;
}
.tcBuy button {
  width: 120px;
  height: 40px;
  background-color: #ee2319;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  outline: 0;
  border: 0;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

/* å‡ºå”®åº—é“º */
.tcSell-wrap {
  background-color: rgba(0, 0, 0, 0.3);
  /* width: 100vw;*/
  /* height: 100vh;*/
  width: 100%;
  height: 100%;
  z-index: 80;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.tcSell {
  width: 598px;
  border: 1px solid #ee2319;
  background-color: #fff;
  padding-bottom: 30px;
  position: relative;
}
.tcSell-x {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.tcSell-title {
  height: 89px;
  background-color: #ee2319;
  color: #fff;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  font-weight: bold;
  font-size: 30px;
}
.tcSell-title p {
  margin-left: 5px;
}
.tcSell-radio {
  height: 18px;
  padding: 30px 0 40px 0;
  width: calc(450px - 60px);
  margin: 0 auto;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.tcSell-radio label {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  font-size: 14px;
  color: #333;
}
.tcSell-radio label img {
  margin: 0 5px 0 10px;
}
.tcSell-item {
  width: 450px;
  min-height: 42px;
  margin: 0 auto;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.tcSell-item > p {
  min-width: 90px;
  height: 42px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 42px;
}
.tcSell-item input {
  width: 358px;
  height: 40px;
  border: 1px solid #ddd;
  text-indent: 20px;
  font-size: 14px;
  color: #333;
  outline: 0;
}
.tcSell-item input::placeholder {
  color: #999;
}
.tcSell-item textarea {
  width: 358px;
  height: 178px;
  line-height: 20px;
  padding: 10px 0;
  border: 1px solid #ddd;
  text-indent: 20px;
  font-size: 14px;
  color: #333;
  outline: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
.tcSell-item textarea::placeholder {
  color: #999;
}
.tcSell button {
  width: 120px;
  height: 40px;
  background-color: #ee2319;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  outline: 0;
  border: 0;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}
.ts-item {
  margin: 0 auto;
  height: 20px;
  width: 450px;
  padding-bottom: 10px;
  font-size: 12px;
  color: #ee2319;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
}
.ts-item p {
  margin-left: 5px;
  display: none;
}
.ts-item-hover p {
  display: block !important;
}
.ts-item-hover img {
  display: block !important;
}
.ts-item img {
  display: none;
}

.tmbg1 {
  background: linear-gradient(left, #a18cd1, #fbc2eb);
  background: -webkit-linear-gradient(left, #a18cd1, #fbc2eb);
  background: -ms-linear-gradient(left, #a18cd1, #fbc2eb);
}
.tmbg6 {
  background: linear-gradient(left, #ed6ea0, #ec8c69);
  background: -webkit-linear-gradient(left, #ed6ea0, #ec8c69);
  background: -ms-linear-gradient(left, #ed6ea0, #ec8c69);
}
.tmbg15 {
  background: linear-gradient(left, #ff0844, #ffb199);
  background: -webkit-linear-gradient(left, #ff0844, #ffb199);
  background: -ms-linear-gradient(left, #ff0844, #ffb199);
}
.tmbg31 {
  background: linear-gradient(left, #ff0844, #ffb199);
  background: -webkit-linear-gradient(left, #ff0844, #ffb199);
  background: -ms-linear-gradient(left, #ff0844, #ffb199);
}
.tmbg82 {
  background: linear-gradient(left, #89f7fe, #66a6ff);
  background: -webkit-linear-gradient(left, #89f7fe, #66a6ff);
  background: -ms-linear-gradient(left, #89f7fe, #66a6ff);
}
.tmbg163 {
  background: linear-gradient(left, #9be15d, #00e3ae);
  background: -webkit-linear-gradient(left, #9be15d, #00e3ae);
  background: -ms-linear-gradient(left, #9be15d, #00e3ae);
}
.tmbg165 {
  background: linear-gradient(left, #f6d365, #fda085);
  background: -webkit-linear-gradient(left, #f6d365, #fda085);
  background: -ms-linear-gradient(left, #f6d365, #fda085);
}
.tmbg248 {
  background: linear-gradient(left, #0575e6, #021b79);
  background: -webkit-linear-gradient(left, #0575e6, #021b79);
  background: -ms-linear-gradient(left, #0575e6, #021b79);
}
.tmbg291 {
  background: linear-gradient(left, #4e54c8, #8f94fb);
  background: -webkit-linear-gradient(left, #4e54c8, #8f94fb);
  background: -ms-linear-gradient(left, #4e54c8, #8f94fb);
}
.tmbg335 {
  background: linear-gradient(left, #6a3093, #a044ff);
  background: -webkit-linear-gradient(left, #6a3093, #a044ff);
  background: -ms-linear-gradient(left, #6a3093, #a044ff);
}
.tmbg373 {
  background: linear-gradient(left, #ff5858, #f09819);
  background: -webkit-linear-gradient(left, #ff5858, #f09819);
  background: -ms-linear-gradient(left, #ff5858, #f09819);
}
.tmbg544 {
  background: linear-gradient(left, #cbbacc, #2580b3);
  background: -webkit-linear-gradient(left, #cbbacc, #2580b3);
  background: -ms-linear-gradient(left, #cbbacc, #2580b3);
}
.tmbg599 {
  background: linear-gradient(left, #ffecd2, #fcb69f);
  background: -webkit-linear-gradient(left, #ffecd2, #fcb69f);
  background: -ms-linear-gradient(left, #ffecd2, #fcb69f);
}
.tmbg739 {
  background: linear-gradient(left, #eaa570, #ffcca4);
  background: -webkit-linear-gradient(left, #eaa570, #ffcca4);
  background: -ms-linear-gradient(left, #eaa570, #ffcca4);
}
.tmbg743 {
  background: linear-gradient(left, #ffe298, #ffc16a);
  background: -webkit-linear-gradient(left, #ffe298, #ffc16a);
  background: -ms-linear-gradient(left, #ffe298, #ffc16a);
}
.tmbg770 {
  background: linear-gradient(left, #ffbf10, #f7fc4a);
  background: -webkit-linear-gradient(left, #ffbf10, #f7fc4a);
  background: -ms-linear-gradient(left, #ffbf10, #f7fc4a);
}
.tmbg772 {
  background: linear-gradient(left, #ff0844, #ffb199);
  background: -webkit-linear-gradient(left, #ff0844, #ffb199);
  background: -ms-linear-gradient(left, #ff0844, #ffb199);
}

.tbbg1 {
  background: linear-gradient(left, #a18cd1, #fbc2eb);
  background: -webkit-linear-gradient(left, #a18cd1, #fbc2eb);
  background: -ms-linear-gradient(left, #a18cd1, #fbc2eb);
}
.tbbg2 {
  background: linear-gradient(left, #ed6ea0, #ec8c69);
  background: -webkit-linear-gradient(left, #ed6ea0, #ec8c69);
  background: -ms-linear-gradient(left, #ed6ea0, #ec8c69);
}
.tbbg3 {
  background: linear-gradient(left, #ff0844, #ffb199);
  background: -webkit-linear-gradient(left, #ff0844, #ffb199);
  background: -ms-linear-gradient(left, #ff0844, #ffb199);
}
.tbbg4 {
  background: linear-gradient(left, #ff0844, #ffb199);
  background: -webkit-linear-gradient(left, #ff0844, #ffb199);
  background: -ms-linear-gradient(left, #ff0844, #ffb199);
}
.tbbg5 {
  background: linear-gradient(left, #89f7fe, #66a6ff);
  background: -webkit-linear-gradient(left, #89f7fe, #66a6ff);
  background: -ms-linear-gradient(left, #89f7fe, #66a6ff);
}
.tbbg6 {
  background: linear-gradient(left, #9be15d, #00e3ae);
  background: -webkit-linear-gradient(left, #9be15d, #00e3ae);
  background: -ms-linear-gradient(left, #9be15d, #00e3ae);
}
.tbbg7 {
  background: linear-gradient(left, #f6d365, #fda085);
  background: -webkit-linear-gradient(left, #f6d365, #fda085);
  background: -ms-linear-gradient(left, #f6d365, #fda085);
}
.tbbg8 {
  background: linear-gradient(left, #0575e6, #021b79);
  background: -webkit-linear-gradient(left, #0575e6, #021b79);
  background: -ms-linear-gradient(left, #0575e6, #021b79);
}
.tbbg9 {
  background: linear-gradient(left, #4e54c8, #8f94fb);
  background: -webkit-linear-gradient(left, #4e54c8, #8f94fb);
  background: -ms-linear-gradient(left, #4e54c8, #8f94fb);
}
.tbbg10 {
  background: linear-gradient(left, #6a3093, #a044ff);
  background: -webkit-linear-gradient(left, #6a3093, #a044ff);
  background: -ms-linear-gradient(left, #6a3093, #a044ff);
}
.tbbg11 {
  background: linear-gradient(left, #ff5858, #f09819);
  background: -webkit-linear-gradient(left, #ff5858, #f09819);
  background: -ms-linear-gradient(left, #ff5858, #f09819);
}
.tbbg12 {
  background: linear-gradient(left, #cbbacc, #2580b3);
  background: -webkit-linear-gradient(left, #cbbacc, #2580b3);
  background: -ms-linear-gradient(left, #cbbacc, #2580b3);
}
.tbbg13 {
  background: linear-gradient(left, #ffecd2, #fcb69f);
  background: -webkit-linear-gradient(left, #ffecd2, #fcb69f);
  background: -ms-linear-gradient(left, #ffecd2, #fcb69f);
}
.tbbg14 {
  background: linear-gradient(left, #eaa570, #ffcca4);
  background: -webkit-linear-gradient(left, #eaa570, #ffcca4);
  background: -ms-linear-gradient(left, #eaa570, #ffcca4);
}
.tbbg15 {
  background: linear-gradient(left, #ffe298, #ffc16a);
  background: -webkit-linear-gradient(left, #ffe298, #ffc16a);
  background: -ms-linear-gradient(left, #ffe298, #ffc16a);
}
.tbbg16 {
  background: linear-gradient(left, #ffbf10, #f7fc4a);
  background: -webkit-linear-gradient(left, #ffbf10, #f7fc4a);
  background: -ms-linear-gradient(left, #ffbf10, #f7fc4a);
}
.tbbg17 {
  background: linear-gradient(left, #ff0844, #ffb199);
  background: -webkit-linear-gradient(left, #ff0844, #ffb199);
  background: -ms-linear-gradient(left, #ff0844, #ffb199);
}
