.theme-prolink-a-hover {
  background: #ffb20e;
  background: -moz-linear-gradient(left, #ffb20e 0%, #ff678e 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffb20e), color-stop(100%, #ff678e));
  background: -webkit-linear-gradient(left, #ffb20e 0%, #ff678e 100%);
  background: -o-linear-gradient(left, #ffb20e 0%, #ff678e 100%);
  background: -ms-linear-gradient(left, #ffb20e 0%, #ff678e 100%);
  background: linear-gradient(to right, #ffb20e 0%, #ff678e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb20e', endColorstr='#ff678e', GradientType=0);
  border: 1px solid #ffb20e;
}
.fl_box-active {
  background: #fffe9f;
  background: -moz-linear-gradient(top, #fffe9f 0%, #fff32f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffe9f), color-stop(100%, #fff32e));
  background: -webkit-linear-gradient(top, #fffe9f 0%, #fff32f 100%);
  background: -o-linear-gradient(top, #fffe9f 0%, #fff32f 100%);
  background: -ms-linear-gradient(top, #fffe9f 0%, #fff32f 100%);
  background: linear-gradient(to bottom, #fffe9f 0%, #fff32f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffe9f', endColorstr='#fff32f', GradientType=0);
  color: #da4d00;
  border: 1px solid #fff32f;
}
.xl_li-active {
  background: #fffe9f;
  background: -moz-linear-gradient(top, #fffe9f 0%, #fff32f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffe9f), color-stop(100%, #fff32f));
  background: -webkit-linear-gradient(top, #fffe9f 0%, #fff32f 100%);
  background: -o-linear-gradient(top, #fffe9f 0%, #fff32f 100%);
  background: -ms-linear-gradient(top, #fffe9f 0%, #fff32f 100%);
  background: linear-gradient(to bottom, #fffe9f 0%, #fff32f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffe9f', endColorstr='#fff32f', GradientType=0);
  color: #da4d00;
  border: 1px solid #fff32f;
}
.right-sidebar-bg {
  background: #f3527c;
  background: -moz-linear-gradient(top, #ff9501 0%, #f3527c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9501), color-stop(100%, #f3527c));
  background: -webkit-linear-gradient(top, #ff9501 0%, #f3527c 100%);
  background: -o-linear-gradient(top, #ff9501 0%, #f3527c 100%);
  background: -ms-linear-gradient(top, #ff9501 0%, #f3527c 100%);
  background: linear-gradient(to bottom, #ff9501 0%, #f3527c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9501', endColorstr='#f3527c', GradientType=0);
}
.list-module-bg {
  background: #b3284b;
  background: -moz-linear-gradient(top, #cc7201 0%, #b3284b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc7201), color-stop(100%, #b3284b));
  background: -webkit-linear-gradient(left top, #cc7201 0%, #b3284b 100%);
  background: -o-linear-gradient(left top, #cc7201 0%, #b3284b 100%);
  background: -ms-linear-gradient(left top, #cc7201 0%, #b3284b 100%);
  background: linear-gradient(left top, #cc7201 0%, #b3284b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#506ddd', endColorstr='#b3284b', GradientType=0);
}
.brand-bg {
  background: #f16e8f;
  background: -moz-linear-gradient(top, #ffa637 0%, #f16e8f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa637), color-stop(100%, #f16e8f));
  background: -webkit-linear-gradient(left top, #ffa637 0%, #f16e8f 100%);
  background: -o-linear-gradient(left top, #ffa637 0%, #f16e8f 100%);
  background: -ms-linear-gradient(left top, #ffa637 0%, #f16e8f 100%);
  background: linear-gradient(left top, #ffa637 0%, #f16e8f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa637', endColorstr='#f16e8f', GradientType=0);
}
.activity_box {
  min-width: 330px;
  background: -moz-linear-gradient(right, #ff6e91 0%, #ff8518 100%);
  background: -webkit-gradient(linear, top left, top right, color-stop(0%, #ff6e91), color-stop(100%, #ff8518));
  background: -webkit-linear-gradient(left right, #ff6e91 0%, #ff8518 100%);
  background: -o-linear-gradient(left right, #ff6e91 0%, #ff8518 100%);
  background: -ms-linear-gradient(left right, #ff6e91 0%, #ff8518 100%);
  background: linear-gradient(left right, #ff6e91 0%, #ff8518 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6e91', endColorstr='#ff8518', GradientType=0);
  height: 40px;
}
a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
}
.common {
  width: 1000px;
}
.zx {
  cursor: pointer;
}
.table_jz_title {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
}
.course_table {
  background: #fff;
  margin-bottom: 50px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.course_table .td_normal {
  border: 1px solid #e6e6e6;
  font-size: 14px;
  color: black;
  padding: 15px;
  width: 25%;
}
.table_title {
  font-size: 18px;
  font-weight: bold;
  color: #e60012;
  text-align: center;
  padding: 5px;
  background-color: #fdf35d;
}
.video-box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  display: none;
}
.video-box .player-box {
  width: 888px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -444px;
}
.video-box .player-box .close_btn {
  width: 25px;
  height: 25px;
  background: url('../img/close_btn-2ebd5d5048.png') no-repeat top center;
  position: absolute;
  top: -25px;
  right: -25px;
  display: block;
}
.popup_box {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: none;
}
.popup_box .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.popup_box .close_btn {
  position: absolute;
  top: -20px;
  right: -20px;
  background: url('../img/close_btn-2ebd5d5048.png') no-repeat top center;
  width: 42px;
  height: 42px;
  display: block;
  cursor: pointer;
}
.popup_box .popCommon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -218px;
  border-radius: 10px;
  background: #fff;
}
.popup_box .popup1 {
  height: 396px;
  display: none;
  width: 436px;
  margin-top: -198px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -218px;
  border-radius: 10px;
  background: #fff;
}
.popup_box .popup1 .top {
  width: 436px;
  height: 80px;
  background: url('../img/green_bg-b102e5d271.png') no-repeat top center;
}
.popup_box .popup1 .top h2 {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 80px;
}
.popup_box .popup1 .mid .num {
  width: 352px;
  height: 66px;
  text-align: center;
  font-size: 24px;
  margin: 0 auto;
  border-bottom: 1px solid #dcdcdc;
  line-height: 66px;
  margin-bottom: 18px;
}
.popup_box .popup1 .mid .texts {
  height: 143px;
  padding-left: 107px;
  line-height: 36px;
  font-size: 20px;
  color: #666;
}
.popup_box .popup1 .lingqu {
  width: 257px;
  height: 54px;
  background: #f47607;
  border-radius: 50px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 54px;
  cursor: pointer;
}
.popup_box .popup2 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -218px;
  border-radius: 10px;
  background: #fff;
  display: block;
  padding-bottom: 30px;
}
.popup_box .popup2 .top {
  width: 436px;
  height: 92px;
  background: url('../img/green_bg2-6ed8696fb5.png') no-repeat top center;
  margin-bottom: 31px;
}
.popup_box .popup2 .top .tip {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  padding-left: 29px;
  width: 360px;
  padding-top: 19px;
}
.popup_box .popup2 .bot {
  width: 357px;
  margin: 0 auto;
}
.popup_box .popup2 .input-grp input {
  border: 1px solid #e5e5e5;
  width: 334px;
  height: 46px;
  border-radius: 5px;
  font-size: 16px;
  padding-left: 20px;
  outline: none;
}
.popup_box .popup2 .input-grp input.warn {
  border: 1px solid #ffc2c2;
  background: #ffefef;
}
.popup_box .popup2 .input-grp .shrink {
  width: 191px;
  border-right: none;
  border-radius: 5px 0 0 5px;
  float: left;
}
.popup_box .popup2 #kemu {
  border: 1px solid #e5e5e5;
  width: 355px;
  height: 46px;
  border-radius: 5px;
  font-size: 16px;
  padding-left: 17px;
  outline: none;
  color: #666;
}
.popup_box .popup2 #get_message {
  width: 144px;
  height: 48px;
  background: #ff7d03;
  float: left;
  font-size: 16px;
  color: #fff;
  outline: none;
  border: 1px solid #e5e5e5;
  border-left: none;
}
.popup_box .popup2 #countdown {
  width: 144px;
  height: 48px;
  background: #ff7d03;
  float: left;
  font-size: 16px;
  color: #fff;
  display: none;
  outline: none;
}
.popup_box .popup2 .get_btn {
  width: 257px;
  height: 54px;
  background: #f47607;
  display: block;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  line-height: 54px;
  font-size: 22px;
  letter-spacing: 5px;
  text-decoration: none;
  border-radius: 30px;
}
.popup_box .popup2 .kemu_warn,
.popup_box .popup2 .phone_warn,
.popup_box .popup2 .validate_warn,
.popup_box .popup2 .message_warn {
  width: 356px;
  height: 28px;
  color: #ff0000;
  font-size: 14px;
  line-height: 28px;
}
.popup_box .popup2 .kemu_warn span,
.popup_box .popup2 .phone_warn span,
.popup_box .popup2 .validate_warn span,
.popup_box .popup2 .message_warn span {
  display: none;
}
.popup_box .popup2 .vali_img {
  width: 144px;
  height: 48px;
  float: left;
}
.popup_box .popup2 .message {
  width: 191px;
  border-right: none;
  border-radius: 5px 0 0 5px;
  float: left;
}
.nav_box {
  width: 151px;
  height: 561px;
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 1;
  display: none;
}
.nav_box.nav_box2 {
  width: 82px;
  height: 92px;
}
.nav_box .nav {
  padding-top: 17px;
  width: 151px;
  height: 544px;
  background: url('../img/nav-99ba03e6a2.png') no-repeat top center;
  position: relative;
}
.nav_box .nav .close_btn {
  position: absolute;
  top: -11px;
  right: -11px;
  background: url('../img/close_btn-2ebd5d5048.png') no-repeat top center;
  width: 25px;
  height: 25px;
  display: block;
  cursor: pointer;
}
.nav_box .nav .h2 {
  width: 140px;
  height: 41px;
  margin: 0 auto 25px;
  background: url('../img/nav_h2-e5ff410e22.png') no-repeat center center;
}
.nav_box .nav .nav_ul li {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  padding-left: 15px;
  margin-bottom: 22px;
  cursor: pointer;
}
.nav_box .nav .btns {
  margin-top: 26px;
  height: 156px;
}
.nav_box .nav .btns p {
  width: 100%;
  height: 37px;
  margin-bottom: 17px;
  cursor: pointer;
}
.nav_box .nav .back {
  height: 90px;
  cursor: pointer;
}
.nav_box .small_nav {
  width: 82px;
  height: 92px;
  background: url('../img/small_nav-058f84facd.png') no-repeat top center;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  display: none;
}
.banner {
  position: relative;
  width: 100%;
  height: 450px;
  background: url('../img/red-imgs/banner-9a19c9924e.jpg') no-repeat top center;
  margin-bottom: 11px;
}
.banner .heading-img {
  padding-left: 28px;
  margin: 30px 0;
  height: 125px;
}
.banner .heading-img img {
  height: 100%;
}
.banner .common .ms_link {
  display: block;
  padding: 0 62px 0 20px;
  width: 120px;
  height: 75px;
  line-height: 70px;
  text-align: center;
  position: absolute;
  top: -38px;
  right: 10px;
  background: url('../img/red-imgs/relavance-btn-c107537464.png') top center / 100% 100% no-repeat;
  color: #bc4200;
  font-size: 24px;
  font-weight: bold;
}
.banner .common .qq_link {
  display: block;
  width: 119px;
  height: 133px;
  position: absolute;
  top: 32px;
  right: 10px;
  background: url('../img/red-imgs/join_qq-e5bcff4387.png') no-repeat top center;
}
.banner .common .qq_link img {
  display: none;
}
.banner .common .qq_link:hover .qr_code {
  display: block;
}
.banner .common .qq_link .qr_code {
  width: 335px;
  height: 193px;
  background: url('../img/qun_bg-5592e17bf6.png') no-repeat top center;
  position: absolute;
  left: -324px;
  top: 50%;
  margin-top: -62px;
  display: block;
  padding-top: 13px;
  padding-left: 19px;
  box-sizing: border-box;
  display: none;
}
.banner .common .qq_link .qr_code .texts {
  float: left;
}
.banner .common .qq_link .qr_code .texts .h2 {
  padding-top: 30px;
  padding-left: 24px;
  font-size: 18px;
  font-weight: bold;
  background-image: -webkit-linear-gradient(left, #f57f17, #f4a907);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
  line-height: 19px;
}
.banner .common .qq_link .qr_code .texts p {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 11px;
  margin-left: 24px;
}
.banner .common .qq_link .qr_code .texts p span {
  display: block;
  width: 5px;
  height: 5px;
  background: #ff9000;
  position: absolute;
  top: 50%;
  margin-left: -10px;
  border-radius: 10px;
  margin-top: -2.5px;
}
.banner .common .qq_link .qr_code .code_box {
  width: 136px;
  float: right;
  margin-right: 19px;
}
.banner .common .qq_link .qr_code .code_box img {
  margin-top: 11px;
  margin-left: 20px;
  width: 70px;
  height: 70px;
  display: block;
  margin-bottom: 9px;
}
.banner .common .qq_link .qr_code .code_box p {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 9px;
}
.banner .common .qq_link .qr_code .code_box .join_btn {
  width: 110px;
  height: 30px;
  background: #f47607;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  border-radius: 50px;
}
.banner .common .free_trial {
  display: block;
  width: 119px;
  height: 94px;
  position: absolute;
  top: 160px;
  right: 10px;
  background: url('../img/red-imgs/free-trail-b985c224b4.png') top center no-repeat;
}
.banner .common .top_zx {
  width: 120px;
  height: 95px;
  position: absolute;
  top: 375px;
  right: 10px;
  background: url('../img/top_zx-1b456b4ba3.png') no-repeat top center;
}
.banner .common h2.name {
  padding-top: 74px;
  padding-left: 44px;
  font-size: 34px;
  font-weight: bold;
  line-height: 34px;
  color: #fff;
}
.banner .common p.texts {
  padding-left: 44px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 19px;
}
.banner .common .benefit {
  width: 417px;
  height: 81px;
  background: url('../img/benefit-208a654315.png') no-repeat top center;
  font-size: 29px;
  color: #da4d00;
  font-weight: bold;
  padding-left: 48px;
  line-height: 72px;
  margin-left: 34px;
  cursor: pointer;
}
.gift_box {
  width: 100%;
  height: 112px;
  margin-bottom: 34px;
}
.gift_box .common {
  width: 1000px;
  height: 112px;
  background: url('../img/gift_box-de0244fc12.png') no-repeat top center;
}
.gift_box .common .left {
  margin-left: 197px;
  float: left;
  margin-top: 40px;
  font-size: 22px;
  line-height: 30px;
  width: 551px;
  margin-right: 32px;
  color: #fff;
  font-weight: bold;
}
.gift_box .common .right {
  width: 175px;
  height: 74px;
  background: url('../img/get_btn-686ec00488.png') no-repeat top center;
  float: left;
  margin-top: 35px;
  font-size: 24px;
  color: #bc4200;
  text-align: center;
  line-height: 65px;
  font-weight: bold;
  cursor: pointer;
}
.gift_box .common .right.get {
  display: block;
}
.gift_box .common .right.got {
  display: none;
}
.pro_links {
  width: 100%;
  margin-bottom: 20px;
}
.pro_links .common {
  padding-top: 26px;
  padding-left: 24px;
  padding-bottom: 8px;
  border-radius: 5px;
  box-shadow: 0px 4px 28px -8px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.pro_links .common a {
  float: left;
  display: block;
  font-size: 18px;
  color: #666;
  padding: 5px 15px;
  margin-right: 16px;
  margin-bottom: 18px;
  border: 1px solid #d4d4d4;
  border-radius: 20px;
}
.pro_links .common a:hover {
  color: #fff;
  background: #ffb20e;
  background: -moz-linear-gradient(left, #ffb20e 0%, #ff678e 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffb20e), color-stop(100%, #ff678e));
  background: -webkit-linear-gradient(left, #ffb20e 0%, #ff678e 100%);
  background: -o-linear-gradient(left, #ffb20e 0%, #ff678e 100%);
  background: -ms-linear-gradient(left, #ffb20e 0%, #ff678e 100%);
  background: linear-gradient(to right, #ffb20e 0%, #ff678e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb20e', endColorstr='#ff678e', GradientType=0);
  border: 1px solid #ffb20e;
}
.m1 .common .h2 {
  text-align: center;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 45px;
}
.m1 .common .h2 a {
  position: relative;
  font-size: 35px;
  line-height: 35px;
}
.m1 .common .h2 a .green_left {
  width: 285px;
  height: 21px;
  display: block;
  position: absolute;
  left: -315px;
  top: 15px;
  background: url('../img/red-imgs/green_left-9a16be5c57.png') no-repeat top center;
}
.m1 .common .h2 a .green_right {
  width: 285px;
  height: 21px;
  display: block;
  position: absolute;
  right: -315px;
  top: 15px;
  background: url('../img/red-imgs/green_right-b09e8d5df3.png') no-repeat top center;
}
.m1.plan .list {
  margin-right: -28px;
  margin-bottom: 12px;
}
.m1.plan .list li {
  float: left;
  width: 230px;
  height: 274px;
  margin-right: 27px;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.m1.plan .list li:hover {
  box-shadow: 0px 4px 28px -8px rgba(0, 0, 0, 0.2);
}
.m2 {
  width: 100%;
  margin-bottom: 50px;
}
.m2 .m2_top {
  width: 100%;
  padding-bottom: 1px;
  background: url('../img/red-imgs/bg_top-605276fbb0.jpg') no-repeat top center / 100% 100%;
}
.m2 .m2_top .common {
  padding-top: 106px;
}
.m2 .common .h2 {
  text-align: center;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 20px;
}
.m2 .common .h2 a {
  position: relative;
  font-size: 35px;
  line-height: 35px;
  color: #fff;
}
.m2 .common .h2 a .white_left {
  width: 285px;
  height: 21px;
  display: block;
  position: absolute;
  left: -315px;
  top: 15px;
  background: url('../img/white_left-2507577b52.png') no-repeat top center;
}
.m2 .common .h2 a .white_right {
  width: 285px;
  height: 21px;
  display: block;
  position: absolute;
  right: -315px;
  top: 15px;
  background: url('../img/white_right-d1d5aca37e.png') no-repeat top center;
}
.m2 .common .p1 {
  font-size: 18px;
  color: #fff;
  line-height: 18px;
  margin-bottom: 33px;
  text-align: center;
}
.m2 .m2_mid {
  background: url('../img/red-imgs/bg_mid-62c356a541.jpg') no-repeat top center / 100% 100%;
  width: 100%;
  padding-bottom: 1px;
}
.m2 .youhui_box {
  width: 1000px;
  height: 75px;
  border-radius: 5px;
  background: #fff330;
  background: -moz-linear-gradient(top, #fffe9f 0%, #fff32e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffe9f), color-stop(100%, #fff32e));
  background: -webkit-linear-gradient(top, #fffe9f 0%, #fff32e 100%);
  background: -o-linear-gradient(top, #fffe9f 0%, #fff32e 100%);
  background: -ms-linear-gradient(top, #fffe9f 0%, #fff32e 100%);
  background: linear-gradient(to bottom, #fffe9f 0%, #fff32e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffe9f', endColorstr='#fff32e', GradientType=0);
  box-shadow: 0px 4px 28px -8px rgba(0, 0, 0, 0.4);
  margin-bottom: 35px;
}
.m2 .youhui_box .td1 {
  width: 195px;
  font-size: 30px;
  color: #da4d00;
  font-weight: bold;
  text-align: center;
  padding-left: 12px;
  position: relative;
}
.m2 .youhui_box .td1 .line {
  height: 53px;
  width: 1px;
  background: #ff9140;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  right: 0;
}
.m2 .youhui_box .td2 {
  font-size: 16px;
  color: #da4d00;
  padding-left: 24px;
  width: 750px;
  line-height: 30px;
  padding-right: 24px;
  font-weight: bold;
}
.m2 .youhui_box .td2 .customize-big {
  font-size: 18px;
}
.m2 .fl_box {
  position: relative;
  padding-left: 90px;
}
.m2 .fl_box .li1 {
  width: 55px;
  line-height: 32px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  float: left;
  position: absolute;
  left: 35px;
}
.m2 .fl_box li {
  float: left;
  height: 30px;
  font-size: 18px;
  color: #fff;
  padding: 0 20px;
  margin-right: 20px;
  border-radius: 30px;
  border: 1px solid #fff;
  line-height: 30px;
  cursor: pointer;
  margin-bottom: 20px;
}
.m2 .fl_box li.active {
  background: #fffe9f;
  background: -moz-linear-gradient(top, #fffe9f 0%, #fff32f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffe9f), color-stop(100%, #fff32e));
  background: -webkit-linear-gradient(top, #fffe9f 0%, #fff32f 100%);
  background: -o-linear-gradient(top, #fffe9f 0%, #fff32f 100%);
  background: -ms-linear-gradient(top, #fffe9f 0%, #fff32f 100%);
  background: linear-gradient(to bottom, #fffe9f 0%, #fff32f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffe9f', endColorstr='#fff32f', GradientType=0);
  color: #da4d00;
  border: 1px solid #fff32f;
}
.m2 .fl_box li a {
  color: #fff;
  display: block;
}
.m2 .fl_list > li {
  display: none;
}
.m2 .fl_list > li.active {
  display: block;
}
.m2 .fl_list > li .xl_box {
  margin-bottom: 17px;
  position: relative;
  padding-left: 90px;
}
.m2 .fl_list > li .xl_box .li1 {
  width: 55px;
  line-height: 32px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  float: left;
  position: absolute;
  left: 35px;
}
.m2 .fl_list > li .xl_box .xl_li {
  float: left;
  height: 30px;
  font-size: 18px;
  color: #fff;
  padding: 0 20px;
  margin-right: 20px;
  border-radius: 30px;
  border: 1px solid #fff;
  line-height: 30px;
  margin-bottom: 20px;
  cursor: pointer;
}
.m2 .fl_list > li .xl_box .xl_li.active {
  background: #fffe9f;
  background: -moz-linear-gradient(top, #fffe9f 0%, #fff32f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffe9f), color-stop(100%, #fff32f));
  background: -webkit-linear-gradient(top, #fffe9f 0%, #fff32f 100%);
  background: -o-linear-gradient(top, #fffe9f 0%, #fff32f 100%);
  background: -ms-linear-gradient(top, #fffe9f 0%, #fff32f 100%);
  background: linear-gradient(to bottom, #fffe9f 0%, #fff32f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffe9f', endColorstr='#fff32f', GradientType=0);
  color: #da4d00;
  border: 1px solid #fff32f;
}
.m2 .fl_list > li .xl_box .li_div {
  float: left;
  height: 30px;
  font-size: 18px;
  color: #fff546;
  padding: 0 20px;
  margin-right: 20px;
  border-radius: 30px;
  border: 1px solid #fff546;
  line-height: 30px;
  margin-bottom: 20px;
  cursor: pointer;
}
.m2 .fl_list > li .xl_list > li {
  display: none;
}
.m2 .fl_list > li .xl_list > li.active {
  display: block;
}
.m2 .fl_list > li .xl_list > li div.kc_box {
  padding: 16px 35px 23px;
  width: 930px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 25px;
}
.m2 .fl_list > li .xl_list > li div.kc_box .left {
  width: 577px;
  float: left;
  border-right: 1px solid #e8e8e8;
}
.m2 .fl_list > li .xl_list > li div.kc_box .h3 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 11px;
}
.m2 .fl_list > li .xl_list > li div.kc_box .ks_box {
  margin-bottom: 12px;
  line-height: 20px;
  position: relative;
  width: 570px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.m2 .fl_list > li .xl_list > li div.kc_box .ks_box .time {
  /*position: absolute;
            top: 50%;
            margin-top: -8px;
            line-height: 100%;*/
  display: inline;
  padding-right: 10px;
  border-right: 1px solid #333;
  margin-right: 6px;
}
.m2 .fl_list > li .xl_list > li div.kc_box .ks_box .ks {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: inline;
}
.m2 .fl_list > li .xl_list > li div.kc_box .bot .st {
  display: block;
  float: left;
  width: 63px;
  height: 94px;
  background: url('../img/red-imgs/st_bg-1135c2ad20.png') no-repeat top center;
  margin-right: 22px;
}
.m2 .fl_list > li .xl_list > li div.kc_box .bot .steps {
  width: 420px;
  padding-right: 54px;
  /*height:96px;*/
  position: relative;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
}
.m2 .fl_list > li .xl_list > li div.kc_box .bot .steps .open_box {
  width: 50px;
  height: 16px;
  position: absolute;
  right: 0;
  bottom: 4px;
}
.m2 .fl_list > li .xl_list > li div.kc_box .bot .steps .open_box > div {
  font-size: 14px;
  color: #f37607;
  line-height: 16px;
  position: relative;
  height: 16px;
  width: 50px;
  cursor: pointer;
}
.m2 .fl_list > li .xl_list > li div.kc_box .bot .steps .open_box div.open {
  display: block;
}
.m2 .fl_list > li .xl_list > li div.kc_box .bot .steps .open_box div.open i {
  width: 9px;
  height: 8px;
  display: block;
  background: url('../img/red-imgs/open-462d308f0b.png') no-repeat top center;
  top: 50%;
  margin-top: -4px;
  right: 5px;
  position: absolute;
}
.m2 .fl_list > li .xl_list > li div.kc_box .bot .steps .open_box div.close {
  display: none;
}
.m2 .fl_list > li .xl_list > li div.kc_box .bot .steps .open_box div.close i {
  width: 9px;
  height: 8px;
  display: block;
  background: url('../img/red-imgs/close-c0b1968a76.png') no-repeat top center;
  top: 50%;
  margin-top: -4px;
  right: 5px;
  position: absolute;
}
.m2 .fl_list > li .xl_list > li div.kc_box .right {
  width: 320px;
  float: left;
  padding-left: 30px;
  padding-top: 27px;
  position: relative;
}
.m2 .fl_list > li .xl_list > li div.kc_box .right .now {
  color: #f37607;
  font-weight: bold;
  font-size: 30px;
  line-height: 24px;
  margin-bottom: 16px;
  float: left;
}
.m2 .fl_list > li .xl_list > li div.kc_box .right .now span {
  font-size: 14px;
}
.m2 .fl_list > li .xl_list > li div.kc_box .right .now i {
  font-style: normal;
}
.m2 .fl_list > li .xl_list > li div.kc_box .right .reduction {
  position: absolute;
  top: 20px;
  right: 0;
  padding-left: 9px;
  width: 118px;
  height: 33px;
  background: url('../img/reduction-ba429326ca.png') top center;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
}
.m2 .fl_list > li .xl_list > li div.kc_box .right .before {
  line-height: 27px;
  font-size: 16px;
  color: #666;
  text-decoration: line-through;
  float: left;
  margin-left: 10px;
}
.m2 .fl_list > li .xl_list > li div.kc_box .right .return {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  line-height: 22px;
  /*height: 14px;*/
}
.m2 .fl_list > li .xl_list > li div.kc_box .right .buy_box .buy_no_year_code {
  float: left;
  display: block;
  width: 127px;
  height: 42px;
  background: #f37607;
  color: #fff;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  font-weight: bold;
  margin-right: 13px;
  border-radius: 5px;
}
.m2 .fl_list > li .xl_list > li div.kc_box .right .buy_box .zx {
  float: left;
  display: block;
  width: 148px;
  height: 42px;
  background: #ff5e85;
  color: #fff;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
}
.m2 .fl_list > li .xl_list > li div.kc_box .right .edit_time {
  font-size: 12px;
  color: #999;
  float: right;
  margin: 54px 0 0 20px;
}
.m2 .m2_bot {
  width: 100%;
  height: 100px;
  background: url('../img/red-imgs/bg_bot-79939fdf9c.jpg') no-repeat top center / 100% 100%;
}
.copyRight,
.offcnCopy {
  background: #444546;
  min-width: 1200px;
  padding: 45px 0 50px 0;
  line-height: 32px;
  color: #ccc;
  text-align: center;
}
.copyRight.normalPadding,
.offcnCopy.normalPadding {
  padding-bottom: 45px;
}
.copyRight a,
.offcnCopy a {
  color: #ccc;
}
.copyRight a:hover,
.offcnCopy a:hover {
  color: #e00;
}
/*吸顶条*/
.top_nav_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 4;
  display: none;
  box-shadow: 0px 4px 28px -8px rgba(0, 0, 0, 0.8);
}
.top_nav_box .common {
  width: 1000px;
  margin: 0 auto;
}
.top_nav_box .common .fl_box_nav {
  margin-top: 22px;
}
.top_nav_box .common .fl_box_nav .li1 {
  width: 55px;
  line-height: 32px;
  font-size: 18px;
  color: #f37607;
  float: left;
  position: absolute;
  left: 35px;
}
.top_nav_box .common .fl_box_nav > li {
  float: left;
  height: 28px;
  font-size: 16px;
  color: #f37607;
  padding: 0 20px;
  margin-right: 20px;
  border-radius: 30px;
  border: 1px solid #f37607;
  line-height: 28px;
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
}
.top_nav_box .common .fl_box_nav > li a {
  color: #f37607;
}
.top_nav_box .common .fl_box_nav > li.active,
.top_nav_box .common .fl_box_nav > li:hover {
  background: #f37607;
  color: #fff;
}
.top_nav_box .common .fl_box_nav > li:hover .nav_xl_box {
  display: block;
}
.top_nav_box .common .fl_box_nav > li:hover .nav_xl_box i.ei {
  color: #fff;
  display: inline-block;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* Internet Explorer */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
}
.top_nav_box .common .fl_box_nav > li .nav_xl_box {
  position: absolute;
  width: 150px;
  top: 29px;
  left: 50%;
  margin-left: -75px;
  background: #fff;
  border-radius: 10px;
  padding-top: 10px;
  box-shadow: 0px 4px 28px -8px rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 1;
}
.top_nav_box .common .fl_box_nav > li .nav_xl_box > li {
  color: #f37607;
  height: 36px;
  text-align: center;
  line-height: 36px;
  width: 140px;
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto 9px;
}
.top_nav_box .common .fl_box_nav > li .nav_xl_box > li:hover {
  background: #ffe9d5;
}
.left_sidebar {
  width: 103px;
  height: 383px;
  position: fixed;
  left: 15px;
  top: 50%;
  margin-top: -191px;
  background: url('../img/red-imgs/left_sidebar-f6f6700471.png') no-repeat top center;
  z-index: 1;
}
.left_sidebar .laba {
  position: absolute;
  width: 114px;
  height: 82px;
  top: -57px;
  left: -11px;
  background: url('../img/icon_laba-5229648597.png') no-repeat top center;
}
.left_sidebar .h2 {
  width: 100px;
  height: 40px;
  margin: 25px auto 0;
  text-align: center;
  color: #fff73c;
  font-size: 20px;
}
.left_sidebar ul li {
  display: table;
  width: 100%;
  font-size: 18px;
  color: #fff;
  height: 51px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  font-weight: bold;
}
.left_sidebar ul li.smaller {
  font-size: 14px;
}
.left_sidebar ul li > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.left_sidebar .close_btn {
  width: 25px;
  height: 25px;
  background: url('../img/close_btn-2ebd5d5048.png') no-repeat top center;
  position: absolute;
  top: -11px;
  right: -11px;
  cursor: pointer;
  z-index: 1;
}
.right_sidebar {
  z-index: 1;
  width: 95px;
  height: 296px;
  position: fixed;
  top: 295px;
  right: 22px;
  border-radius: 6px;
  overflow: hidden;
  background: #f3527c;
  background: -moz-linear-gradient(top, #ff9501 0%, #f3527c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9501), color-stop(100%, #f3527c));
  background: -webkit-linear-gradient(top, #ff9501 0%, #f3527c 100%);
  background: -o-linear-gradient(top, #ff9501 0%, #f3527c 100%);
  background: -ms-linear-gradient(top, #ff9501 0%, #f3527c 100%);
  background: linear-gradient(to bottom, #ff9501 0%, #f3527c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9501', endColorstr='#f3527c', GradientType=0);
}
.right_sidebar li {
  font-size: 24px;
  line-height: 36px;
  color: #fcff00;
  text-align: center;
  padding: 12px 18px 0;
  height: 86px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}
.right_sidebar li:hover {
  background: #f27507;
}
.right_sidebar li.li3 {
  border-bottom: none;
}
.right_sidebar li:hover {
  background: #f27507;
}
.led-class {
  position: relative;
  width: 988px;
  height: 141px;
  margin: 0 auto 20px;
  background: url('../img/red-imgs/led_class-e488f793e1.png') top center no-repeat;
}
.led-class .common {
  padding-left: 202px;
  padding-top: 41px;
}
.led-class .common .title {
  margin-bottom: 10px;
  font-size: 22px;
  color: #fff;
  line-height: 22px;
}
.led-class .common .content {
  width: 558px;
  line-height: 24px;
  color: #fff;
  font-size: 18px;
}
.led-class .common .led-class_btn {
  position: absolute;
  right: 46px;
  top: 55px;
  width: 153px;
  height: 50px;
  text-align: center;
  border-radius: 25px;
  background: #ffe900;
  font-size: 24px;
  color: #d53c00;
  line-height: 52px;
  box-shadow: 0 4px 13px rgba(228, 92, 0, 0.27);
}
/* 图文列表模块 */
.image-text-module {
  width: 100%;
  padding: 80px 0;
}
.image-text-module.colorful {
  background: #b3284b;
  background: -moz-linear-gradient(top, #cc7201 0%, #b3284b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc7201), color-stop(100%, #b3284b));
  background: -webkit-linear-gradient(left top, #cc7201 0%, #b3284b 100%);
  background: -o-linear-gradient(left top, #cc7201 0%, #b3284b 100%);
  background: -ms-linear-gradient(left top, #cc7201 0%, #b3284b 100%);
  background: linear-gradient(left top, #cc7201 0%, #b3284b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#506ddd', endColorstr='#b3284b', GradientType=0);
}
.image-text-module .common .h2 {
  text-align: center;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 55px;
}
.image-text-module .common .h2 a {
  position: relative;
  font-size: 35px;
  line-height: 35px;
}
.image-text-module .common .h2 a .green_left {
  width: 285px;
  height: 21px;
  display: block;
  position: absolute;
  left: -315px;
  top: 15px;
  background: url('../img/red-imgs/green_left-9a16be5c57.png') no-repeat top center;
}
.image-text-module .common .h2 a .green_right {
  width: 285px;
  height: 21px;
  display: block;
  position: absolute;
  right: -315px;
  top: 15px;
  background: url('../img/red-imgs/green_right-b09e8d5df3.png') no-repeat top center;
}
.image-text-module .common img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.list-module {
  width: 100%;
  height: 693px;
}
.list-module.colorful {
  background: #b3284b;
  background: -moz-linear-gradient(top, #cc7201 0%, #b3284b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc7201), color-stop(100%, #b3284b));
  background: -webkit-linear-gradient(left top, #cc7201 0%, #b3284b 100%);
  background: -o-linear-gradient(left top, #cc7201 0%, #b3284b 100%);
  background: -ms-linear-gradient(left top, #cc7201 0%, #b3284b 100%);
  background: linear-gradient(left top, #cc7201 0%, #b3284b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#506ddd', endColorstr='#b3284b', GradientType=0);
}
.list-module .common {
  padding-top: 56px;
}
.list-module .list {
  border-radius: 10px;
  padding: 0 25px 50px;
  background: rgba(103, 17, 24, 0.4);
}
.list-module .list li {
  float: left;
  width: 50%;
}
.list-module .list li p {
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  position: relative;
  padding-left: 38px;
  padding-right: 40px;
}
.list-module .list li p .icon_a {
  width: 25px;
  height: 24px;
  background: url('../img/red-imgs/icon_a-c257fcf392.png') no-repeat top center;
  display: block;
  position: absolute;
  top: -1px;
  left: 6px;
}
.list-module .list li .h3 {
  margin-top: 44px;
  font-size: 18px;
  font-weight: bold;
  color: #ffde00;
  padding-left: 38px;
  position: relative;
  margin-bottom: 16px;
}
.list-module .list li .h3 .icon_q {
  width: 25px;
  height: 24px;
  background: url('../img/red-imgs/icon_q-5cb08f2495.png') no-repeat top center;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 6px;
}
.list-module h2 {
  margin-bottom: 34px;
  line-height: 44px;
  font-size: 40px;
  color: #fff;
  text-align: center;
}
.list-module h2 .white_left {
  display: inline-block;
  vertical-align: middle;
  padding-right: 24px;
  width: 285px;
  height: 21px;
  background: url('../img/white_left-2507577b52.png') no-repeat top center;
}
.list-module h2 .white_right {
  display: inline-block;
  vertical-align: middle;
  padding-left: 24px;
  width: 285px;
  height: 21px;
  background: url('../img/white_right-d1d5aca37e.png') no-repeat top center;
}
.pinpai {
  background: #f16e8f;
  background: -moz-linear-gradient(top, #ffa637 0%, #f16e8f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa637), color-stop(100%, #f16e8f));
  background: -webkit-linear-gradient(left top, #ffa637 0%, #f16e8f 100%);
  background: -o-linear-gradient(left top, #ffa637 0%, #f16e8f 100%);
  background: -ms-linear-gradient(left top, #ffa637 0%, #f16e8f 100%);
  background: linear-gradient(left top, #ffa637 0%, #f16e8f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa637', endColorstr='#f16e8f', GradientType=0);
  padding: 64px 0;
}
.pinpai h2 {
  margin-bottom: 34px;
  line-height: 44px;
  font-size: 40px;
  color: #fff;
  text-align: center;
}
.pinpai h2 .white_left {
  display: inline-block;
  vertical-align: middle;
  padding-right: 24px;
  width: 285px;
  height: 21px;
  background: url('../img/white_left-2507577b52.png') no-repeat top center;
}
.pinpai h2 .white_right {
  display: inline-block;
  vertical-align: middle;
  padding-left: 24px;
  width: 285px;
  height: 21px;
  background: url('../img/white_right-d1d5aca37e.png') no-repeat top center;
}
.pinpai .pinpai-info {
  margin-bottom: 34px;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
}
.pinpai .story-img img {
  width: 100%;
}
.series_description_box {
  background: #fff;
  padding: 30px 30px;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: -17px;
}
.series_description_box p.series_name {
  font-size: 18px;
  line-height: 28px;
  display: none;
}
.xl_li {
  position: relative;
}
.xl_li .xl_li_des {
  display: none;
  z-index: 10;
  position: absolute;
  top: 51px;
  left: 50%;
  width: 400px;
  padding: 26px;
  background: #fff;
  border-radius: 10px;
  margin-left: -177px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  box-shadow: 0 8px 21px rgba(0, 0, 0, 0.1);
}
.xl_li .polygon {
  display: none;
  position: absolute;
  width: 19px;
  height: 11px;
  top: 29px;
  left: 50%;
  margin-left: -10px;
  z-index: 10;
}
.xl_li .polygon > img {
  width: 100%;
}
.top_nav_box {
  height: 60px;
  overflow: hidden;
}
.top_nav_box .common .fl_box_nav {
  position: relative;
}
.top_nav_box .common .fl_box_nav .li1 {
  left: -70px;
}
.top_nav_box .common .fl_box_nav .more_btn {
  position: absolute;
  right: -43px;
  line-height: 32px;
  font-size: 18px;
  color: #f37607;
}
.top_nav_box:hover {
  height: initial;
  overflow: initial;
}
.top_nav_box:hover .more_btn {
  display: none;
}
.activity_box {
  width: 112%;
  min-width: 330px;
  background: -webkit-linear-gradient(left, #ff6e91, #ff8518);
  /* Safari 5.1 - 6 */
  background: -o-linear-gradient(right, #ff6e91, #ff8518);
  /* Opera 11.1 - 12*/
  background: -moz-linear-gradient(right, #ff6e91, #ff8518);
  /* Firefox 3.6 - 15*/
  background: linear-gradient(to right, #ff6e91, #ff8518);
  /* 标准的语法 */
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding-left: 10px;
  position: relative;
  text-align: center;
  right: 0px;
  display: none;
}
.activity_box i {
  font-style: normal;
}
.activity_box i,
.activity_box span {
  margin: 0 -1px;
}
.activity_box .white_tri {
  width: 10px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/white_arrow-09d466e612.png') no-repeat top center;
}
.activity_box .tri_icon {
  width: 10px ;
  height: 14px;
  position: absolute;
  right: 0;
  bottom: -13px;
  background: url('../img/jz_tri-9f7156a741.png') no-repeat top center;
}
.m2 .fl_list > li .xl_list > li div.kc_box .right .buy_box .zx {
  float: right;
}
.m2 .fl_list > li .xl_list > li div.kc_box .right .buy_box .zhichi,
.m2 .fl_list > li .xl_list > li div.kc_box .right .buy_box .tangLang {
  float: right;
  float: left;
  display: block;
  width: 148px;
  height: 42px;
  background: #ff5e85;
  color: #fff;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
}
.m2 .fl_list > li .xl_list > li div.kc_box .right .buy_box .tk53 {
  float: right;
  float: left;
  display: block;
  width: 148px;
  height: 42px;
  background: #ff5e85;
  color: #fff;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
}
.m2 .fl_list > li .xl_list > li div.kc_box .right .buy_box .buy_no_year_code {
  float: right;
  width: 148px;
}
.m0 .qrCode_img_bg {
  width: 84px;
  height: 84px;
  background: url('../img/qq-icon-red-0aab794b11.png') no-repeat top center;
}
.m0 .group_jump_btn {
  width: 144px;
  height: 41px;
  background: url('../img/qq-btn-red-ffe7b390a7.png') no-repeat top center;
  margin: 5px 0 0;
}
