@charset "utf-8";
/*通用*/
body {
  font: 12px "microsoft yahei", Arial, Helvetica, sans-serif;
  color: #666;
  margin: 0;
  padding: 0;
}
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
}
input {
  border: none;
}
.lf {
  float: left;
}
.rt {
  float: right;
}
.clear {
  clear: both;
}
a {
  color: #666;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #ff0700;
}
.width50b {
  width: 50%;
}
.c_after:after {
  display: block;
  content: '';
  clear: both;
}
.c_before:before {
  content: "";
  display: table;
}
.phonevisible400 {
  display: none !important;
}
.phonevisible {
  display: none !important;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.font14 {
  font-size: 14px;
}
.pointer {
  cursor: pointer;
}
.margin0 {
  margin: 0;
}
.margin_6 {
  margin: 6px 0;
}
.margin_left10 {
  margin-left: 10px;
}
.margin_left30 {
  margin-left: 30px;
}
.font_color_blue {
  color: #2BAEF1;
}
.padding_lr {
  padding: 0 10px;
}
.margin_10 {
  margin: 10px 0;
}
.margin_right10 {
  margin-right: 10px;
}
.margin_top30 {
  margin-top: 30px;
}
.margin_top20 {
  margin-top: 20px;
}
.margin_top10 {
  margin-top: 10px;
}
/*图片集 box end*/
.margin_20 {
  margin: 20px 0;
}
.margin_30 {
  margin: 30px 0;
}
.show {
  display: block;
}
.hide {
  display: none;
}
/*公共样式 end*/
#chips {
  /* main.html start*/

}
#chips #chips_header {
  width: auto;
  height: 116px;
  background: #000;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
#chips #chips_header .logo img {
  max-width: 100%;
  max-height: 116px;
  height: 100%;
}
#chips #chips_header .rightform .ulbox .header_login {
  width: 504px;
  height: auto;
  padding-top: 20px;
  float: right;
}
#chips #chips_header .rightform .ulbox .header_login li {
  float: left;
  padding-left: 10px;
}
#chips #chips_header .rightform .ulbox .header_login li input {
  width: 136px;
  height: 25px;
  border: none;
  text-indent: 10px;
  line-height: 25px;
  border-radius: 10px;
}
#chips #chips_header .rightform .ulbox .header_login li input.login_srk {
  background: -webkit-linear-gradient(#fefefe, #e3e3e3);
  /* Safari 5.1 - 6.0 */

  background: -o-linear-gradient(#fefefe, #e3e3e3);
  /* Opera 11.1 - 12.0 */

  background: -moz-linear-gradient(#fefefe, #e3e3e3);
  /* Firefox 3.6 - 15 */

  background: linear-gradient(#fefefe, #e3e3e3);
  /* 标准的语法 */

}
#chips #chips_header .rightform .ulbox .header_login li input.btn_login {
  width: 95px;
  text-align: center;
  cursor: pointer;
  text-indent: 0;
  background: -webkit-linear-gradient(#ffea03, #ffa000);
  /* Safari 5.1 - 6.0 */

  background: -o-linear-gradient(#ffea03, #ffa000);
  /* Opera 11.1 - 12.0 */

  background: -moz-linear-gradient(#ffea03, #ffa000);
  /* Firefox 3.6 - 15 */

  background: linear-gradient(#ffea03, #ffa000);
  /* 标准的语法 */

  color: #000;
}
#chips #chips_header .rightform .ulbox .header_login li input.btn_login:hover {
  background: -webkit-linear-gradient(#a7d407, #d4c904);
  /* Safari 5.1 - 6.0 */

  background: -o-linear-gradient(#a7d407, #d4c904);
  /* Opera 11.1 - 12.0 */

  background: -moz-linear-gradient(#a7d407, #d4c904);
  /* Firefox 3.6 - 15 */

  background: linear-gradient(#a7d407, #d4c904);
  /* 标准的语法 */

}
#chips #chips_header .rightform .ulbox .header_login:after {
  display: block;
  content: '';
  clear: both;
}
#chips #chips_header .rightform .ulbox:after {
  display: block;
  content: '';
  clear: both;
}
#chips #chips_header .rightform .search {
  margin-top: 16px;
}
#chips #chips_header .rightform .search a {
  float: right;
}
#chips #chips_header .rightform .search a .sleep {
  height: 28px;
  position: relative;
  top: 2px;
}
#chips #chips_header .rightform .search a:last-child {
  margin-right: 30px;
}
#chips #chips_nav {
  height: auto;
  min-height: 56px;
  border-radius: 0;
  border: 0;
  border-top: 1px solid #6CBB00;
  border-bottom: 1px solid #104406;
  background: -webkit-linear-gradient(#429600, #326b00);
  /* Safari 5.1 - 6.0 */

  background: -o-linear-gradient(#429600, #326b00);
  /* Opera 11.1 - 12.0 */

  background: -moz-linear-gradient(#429600, #326b00);
  /* Firefox 3.6 - 15 */

  background: linear-gradient(#429600, #326b00);
  /* 标准的语法 */

  font-size: 14px;
  margin-bottom: 0;
}
#chips #chips_nav .navbar-toggle .icon-bar {
  background-color: #fff;
}
#chips #chips_nav .navbar-collapse,
#chips #chips_nav .navbar-form {
  border-color: transparent;
}
#chips #chips_nav a {
  color: #fff;
  margin: 8px 0;
  /*margin: 0px 0px 12px 0px;*/
  padding: 10px 20px;
}
#chips #chips_nav a .conn {
  color: #94233C;
  background: -webkit-linear-gradient(#fffc70, #ffc407);
  /* Safari 5.1 - 6.0 */

  background: -o-linear-gradient(#fffc70, #ffc407);
  /* Opera 11.1 - 12.0 */

  background: -moz-linear-gradient(#fffc70, #ffc407);
  /* Firefox 3.6 - 15 */

  background: linear-gradient(#fffc70, #ffc407);
  /* 标准的语法 */

  border-radius: 10px;
}
#chips #chips_nav a:hover {
  color: #94233C;
  background: -webkit-linear-gradient(#fffc70, #ffc407);
  /* Safari 5.1 - 6.0 */

  background: -o-linear-gradient(#fffc70, #ffc407);
  /* Opera 11.1 - 12.0 */

  background: -moz-linear-gradient(#fffc70, #ffc407);
  /* Firefox 3.6 - 15 */

  background: linear-gradient(#fffc70, #ffc407);
  /* 标准的语法 */

  border-radius: 10px;
}
#chips #chips_nav a.active {
  color: #94233C;
  background: -webkit-linear-gradient(#fffc70, #ffc407);
  /* Safari 5.1 - 6.0 */

  background: -o-linear-gradient(#fffc70, #ffc407);
  /* Opera 11.1 - 12.0 */

  background: -moz-linear-gradient(#fffc70, #ffc407);
  /* Firefox 3.6 - 15 */

  background: linear-gradient(#fffc70, #ffc407);
  /* 标准的语法 */

  border-radius: 10px;
}
#chips #chips_main {
  height: auto;
  background: #8c1438;
  width: 100%;
  /*buttonbox*/

  /*notiveparent*/

  /*acticle_img_text*/

}
#chips #chips_main .buttonbox {
  text-align: center;
  margin-top: 10px;
}
#chips #chips_main .buttonbox .jiazai {
  border-radius: 10px;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  height: 40px;
  padding: 0 20px;
}
#chips #chips_main .buttonbox .jiazai:hover {
  color: #d4cbcb;
}
#chips #chips_main .banner {
  position: relative;
}
#chips #chips_main .banner .bg_banner_img {
  max-width: 100%;
}
#chips #chips_main .banner .coin_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  max-width: 50%;
}
#chips #chips_main .banner .coin_img img {
  max-width: 100%;
}
#chips #chips_main .banner .banner_img {
  position: absolute;
  top: -12px;
  left: 0;
  width: 991px;
  max-width: 100%;
}
#chips #chips_main .banner .banner_img .img_girl {
  width: 100%;
}
#chips #chips_main .banner .banner_img .crown_img {
  position: absolute;
  width: 20%;
  top: 42%;
  left: 5%;
}
#chips #chips_main .banner .banner_img .crown_img img {
  width: 100%;
}
#chips #chips_main .banner_buttonimgbox {
  padding: 20px 0 0;
}
#chips #chips_main .banner_buttonimgbox:after {
  display: block;
  content: '';
  clear: both;
}
#chips #chips_main .banner_buttonimgbox .conn {
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: -webkit-linear-gradient(#fffe77, #fdc004);
  /* Safari 5.1 - 6.0 */

  background: -o-linear-gradient(#fffe77, #fdc004);
  /* Opera 11.1 - 12.0 */

  background: -moz-linear-gradient(#fffe77, #fdc004);
  /* Firefox 3.6 - 15 */

  background: linear-gradient(#fffe77, #fdc004);
  /* 标准的语法 */

  border-radius: 10px;
  display: inline-block;
  color: #8C133B;
  padding: 0 30px;
  font-size: 24px;
  font-weight: bold;
  font-family: '-webkit-pictograph';
}
#chips #chips_main .banner_buttonimgbox .conn.order {
  float: right;
}
#chips #chips_main .banner_buttonimgbox .conn.file {
  float: left;
}
#chips #chips_main .noticebox {
  width: 100%;
  height: 50px;
  min-height: 50px;
  margin: 30px 0;
}
#chips #chips_main .noticebox img {
  width: 100%;
}
#chips #chips_main .notice_parent {
  margin: 30px 0;
  position: relative;
  /*plug_box*/

  /*notice*/

}
#chips #chips_main .notice_parent .plug_box {
  position: absolute;
  right: 12px;
  top: -26px;
}
#chips #chips_main .notice_parent .notice {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}
#chips #chips_main .notice_parent .notice .noticebox1 {
  width: 100%;
  height: 56px;
  border: 5px solid #FFC205;
  border-image: -webkit-linear-gradient(#fffe74, #ffc205) 26;
  border-image: -moz-linear-gradient(#fffe74, #ffc205) 26;
  border-image: linear-gradient(#fffe74, #ffc205) 26;
}
#chips #chips_main .notice_parent .notice .noticebox1 .dengguang {
  margin-left: 2px;
  float: left;
  /*light*/

}
#chips #chips_main .notice_parent .notice .noticebox1 .dengguang .light {
  height: 46px;
}
#chips #chips_main .notice_parent .notice .noticebox1 .wenbenbox {
  float: left;
  font-size: 16px;
  text-transform: capitalize;
  color: #FFDE38;
  font-weight: bold;
  height: 46px;
  line-height: 46px;
}
#chips #chips_main .notice_parent .notice .noticebox1 .wenbenbox .wenben {
  display: inline-block;
}
#chips #chips_main .notice_parent .notice .noticebox1 .scroll_wenben {
  float: left;
  max-width: 700px;
  height: 46px;
  overflow: hidden;
  /*scroll_box*/

}
#chips #chips_main .notice_parent .notice .noticebox1 .scroll_wenben .scroll_box {
  height: 46px;
}
#chips #chips_main .notice_parent .notice .noticebox1 .scroll_wenben .scroll_box a {
  color: #fff;
  height: 46px;
  display: block;
  line-height: 46px;
}
#chips #chips_main .notice_parent .notice .noticebox1 .scroll_wenben .scroll_box a:hover {
  color: #ff0;
  text-decoration: none;
}
#chips #chips_main .processbox {
  margin: 40px auto;
  height: 213px;
  max-width: 908px;
}
#chips #chips_main .processbox:after {
  display: block;
  content: '';
  clear: both;
}
#chips #chips_main .processbox .processli {
  float: left;
  position: relative;
  height: 213px;
  width: 248px;
}
#chips #chips_main .processbox .processli img {
  height: 100%;
  width: 100%;
}
#chips #chips_main .processbox .processli .process_text {
  width: 180px;
  top: 66px;
  left: calc( 50% - 90px );
  color: #fff;
  text-align: center;
  position: absolute;
  max-height: 100px;
  line-height: 20px;
  overflow: hidden;
}
#chips #chips_main .processbox .process_arrow {
  float: left;
  position: relative;
  width: 81px;
  height: 213px;
}
#chips #chips_main .processbox .process_arrow img {
  width: 81px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#chips #chips_main .boxzhanwei {
  height: 190px;
}
#chips #chips_main .boxzhanwei.zhanwei1 {
  height: 160px;
}
#chips #chips_main .boxzhanwei.zhanwei2 {
  height: 220px;
}
#chips #chips_main .chipall {
  position: relative;
  padding: 0 18px;
}
#chips #chips_main .chipall .anniu {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #841037;
  position: absolute;
  top: calc( 50% - 20px );
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  z-index: 100;
}
#chips #chips_main .chipall .anniu.anniuleft {
  left: 2px;
}
#chips #chips_main .chipall .anniu:hover {
  background: rgba(132, 16, 55, 0.7);
}
#chips #chips_main .chipall .anniu.anniuright {
  left: 980px;
}
#chips #chips_main .chipall .anniu a {
  color: #fff;
}
#chips #chips_main .chipall .anniu a:hover,
#chips #chips_main .chipall .anniu a:focus {
  text-decoration: none;
}
#chips #chips_main .chipall .chipallimgbox {
  max-width: 990px;
  margin: 0 auto;
  height: 360px;
  position: absolute;
  top: -155px;
}
#chips #chips_main .chipall .chipallimgbox .chipalltubox .chipallimg {
  max-width: 100%;
}
#chips #chips_main .chipall .chipallimgbox .box {
  position: absolute;
  top: 46px;
  left: calc( 50% - 400px );
  width: 800px;
  height: 234px;
  overflow: hidden;
  padding-top: 4px;
}
#chips #chips_main .chipall .chipallimgbox .box .tablebox1 .thbox .thconn {
  font-size: 20px;
  color: #FFD92F;
  padding: 4px 8px 20px 8px;
  font-weight: bold;
  text-align: center;
}
#chips #chips_main .chipall .chipallimgbox .box .tablebox1 .thbox .thconn.thimgbox img {
  height: 26px;
}
#chips #chips_main .chipall .chipallimgbox .box .tablebox1 .tdbox .thconn {
  border: 0;
  text-align: center;
}
#chips #chips_main .chipall .chipallimgbox .box .tablebox1 .tdbox .tdconn {
  padding: 5px 8px;
}
#chips #chips_main .chipall .chipallimgbox .box .tablebox1 .tdbox .tdconn.name {
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}
#chips #chips_main .chipall .chipallimgbox .box .tablebox1 .tdbox .tdconn.old_price {
  color: #6dc360;
  text-decoration: line-through;
}
#chips #chips_main .chipall .chipallimgbox .box .tablebox1 .tdbox .tdconn .price_img {
  background: #1DA5CB;
  padding: 0 6px 0 0;
  border-radius: 15px;
  max-width: 140px;
  font-weight: bold;
  color: #fff;
  line-height: 18px;
  text-align: left;
}
#chips #chips_main .chipall .chipallimgbox .box .tablebox1 .tdbox .tdconn .price_img:after {
  display: block;
  content: '';
  clear: both;
}
#chips #chips_main .chipall .chipallimgbox .box .tablebox1 .tdbox .tdconn .price_img img {
  float: left;
  margin-right: 10px;
}
#chips #chips_main .chipall .chipallimgbox .box .tablebox1 .tdbox .tdconn .input_image {
  height: 22px;
}
#chips #chips_main .chipall .chipallimgbox .buttonbox {
  display: none;
}
#chips #chips_main .acticle_img_text {
  background: #780D2D;
  height: auto;
  padding-bottom: 20px;
  /*img_textbox*/

}
#chips #chips_main .acticle_img_text a:hover {
  text-decoration: none;
}
#chips #chips_main .acticle_img_text .img_textbox .img_text {
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 130px;
  max-width: 1020px;
}
#chips #chips_main .acticle_img_text .img_textbox .img_text .ulbox {
  height: auto;
  width: 3000px;
  /*width可以js控制 子元素的个数*510*/

  position: absolute;
  top: 0;
  left: 0;
}
#chips #chips_main .acticle_img_text .img_textbox .img_text .ulbox .libox {
  float: left;
  width: 510px;
  padding-left: 20px;
  border-right: 1px dashed #961f42;
}
#chips #chips_main .acticle_img_text .img_textbox .img_text .ulbox .libox .imgbox {
  padding-right: 20px;
  float: left;
}
#chips #chips_main .acticle_img_text .img_textbox .img_text .ulbox .libox .imgbox img {
  width: 125px;
  height: 125px;
}
#chips #chips_main .acticle_img_text .img_textbox .img_text .ulbox .libox .wenbenbox {
  float: left;
  width: 260px;
}
#chips #chips_main .acticle_img_text .img_textbox .img_text .ulbox .libox .wenbenbox .newstitle {
  height: 32px;
  overflow: hidden;
  font-size: 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#chips #chips_main .acticle_img_text .img_textbox .img_text .ulbox .libox .wenbenbox .newstitle a {
  color: #fff;
}
#chips #chips_main .acticle_img_text .img_textbox .img_text .ulbox .libox .wenbenbox .newstitle a:hover {
  color: #ff0;
}
#chips #chips_main .acticle_img_text .img_textbox .img_text .ulbox .libox .wenbenbox .wenben {
  height: 75px;
  color: #ff87ab;
  line-height: 18px;
  overflow: hidden;
  margin-bottom: 5px;
}
#chips #chips_main .acticle_img_text .img_textbox .ulbuttonbox {
  width: 100%;
  margin-top: 20px;
}
#chips #chips_main .acticle_img_text .img_textbox .ulbuttonbox .ulboxbutton {
  width: 66px;
  margin: 0 auto;
  /*width可js控制 子元素个数*/

}
#chips #chips_main .acticle_img_text .img_textbox .ulbuttonbox .ulboxbutton .liboxbutton {
  float: left;
  border-radius: 50%;
  background: #FFFFFF;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  cursor: pointer;
}
#chips #chips_main .acticle_img_text .img_textbox .ulbuttonbox .ulboxbutton .liboxbutton:last-child {
  margin-right: 0;
}
#chips #chips_main .acticle_img_text .img_textbox .ulbuttonbox .ulboxbutton .liboxbutton .bg {
  background: -webkit-linear-gradient(#fffb6e, #ffc80f);
  /* Safari 5.1 - 6.0 */

  background: -o-linear-gradient(#fffb6e, #ffc80f);
  /* Opera 11.1 - 12.0 */

  background: -moz-linear-gradient(#fffb6e, #ffc80f);
  /* Firefox 3.6 - 15 */

  background: linear-gradient(#fffb6e, #ffc80f);
  /* 标准的语法 */

}
#chips #chips_main .acticle_img_text .img_textbox .ulbuttonbox .ulboxbutton .liboxbutton:hover {
  background: -webkit-linear-gradient(#fffb6e, #ffc80f);
  /* Safari 5.1 - 6.0 */

  background: -o-linear-gradient(#fffb6e, #ffc80f);
  /* Opera 11.1 - 12.0 */

  background: -moz-linear-gradient(#fffb6e, #ffc80f);
  /* Firefox 3.6 - 15 */

  background: linear-gradient(#fffb6e, #ffc80f);
  /* 标准的语法 */

}
#chips #chips_main .acticle_img_text .img_textbox .ulbuttonbox .ulboxbutton .liboxbutton.active {
  background: -webkit-linear-gradient(#fffb6e, #ffc80f);
  /* Safari 5.1 - 6.0 */

  background: -o-linear-gradient(#fffb6e, #ffc80f);
  /* Opera 11.1 - 12.0 */

  background: -moz-linear-gradient(#fffb6e, #ffc80f);
  /* Firefox 3.6 - 15 */

  background: linear-gradient(#fffb6e, #ffc80f);
  /* 标准的语法 */

}
#chips #chips_main .acticle_img_text .img_textbox .ulbuttonbox .buttonbox {
  display: none;
}
#chips #chips_main .our_advantage {
  padding: 35px 0;
}
#chips #chips_main .our_advantage .titleh {
  text-align: center;
  margin-bottom: 40px;
}
#chips #chips_main .our_advantage .advantagecontent .conn {
  padding-bottom: 20px;
}
#chips #chips_main .our_advantage .advantagecontent .conn .title {
  margin-top: 20px;
  color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
#chips #chips_main .our_advantage .advantagecontent .conn .border {
  border-bottom: 1px solid #730928 ;
}
#chips #chips_main .our_advantage .advantagecontent .conn .content {
  color: #ff87ab;
  padding-top: 10px;
  line-height: 20px;
}
#chips #chips_footer {
  padding: 30px 0 20px 0;
  background: #161616;
}
#chips #chips_footer .footnavbox .conn .title {
  text-transform: uppercase;
  color: #ffe13d;
  font-size: 14px;
  line-height: 35px;
  height: 35px;
}
#chips #chips_footer .footnavbox .conn .content a {
  display: block;
  color: #858585;
  line-height: 20px;
}
#chips #chips_footer .footnavbox .conn .content a.active {
  color: #ff0700;
}
#chips #chips_footer .footnavbox .conn .content a:hover {
  color: #ffe13d;
  text-decoration: none;
}
#chips #chips_footer_record {
  width: auto;
  height: auto;
  padding: 25px 0;
  text-align: center;
  background: #000;
  color: #707070;
}
#chips #main_buy #main_banner {
  width: 100%;
  margin-bottom: 10px;
}
#chips #main_buy #main_banner .nybanner {
  width: 100%;
}
#chips #main_buy .nybread {
  width: 100%;
  height: auto;
  color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#chips #main_buy .nybread a {
  text-transform: uppercase;
  color: #fff;
}
#chips #main_buy .nybread a:hover {
  color: #ffe13d;
}
#chips #main_buy .nybread .border {
  border-bottom: 1px solid #730928;
  padding-top: 12px;
}
#chips #main_buy .zynga_chips {
  padding-top: 40px;
  padding-bottom: 20px;
}
#chips #main_buy .zynga_chips .nybt {
  width: auto;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}
#chips #main_buy .zynga_chips .nyintro {
  width: auto;
  min-height: 80px;
  background: #831032;
  border-top: 1px solid #991b41;
  border-left: 1px solid #7e1132;
  border-right: 1px solid #7e1132;
  border-bottom: 1px solid #640a25;
  padding: 15px;
  color: #ff87ab;
  position: relative;
}
#chips #main_buy .zynga_chips .nyintro .nyintrobox {
  width: 90%;
  max-width: calc( 100% - 70px );
  color: #f9f5f5;
}
#chips #main_buy .zynga_chips .nyintro .nyintrobox .title {
  font-weight: bold;
  line-height: 20px;
}
#chips #main_buy .zynga_chips .nyintro .nyintrobox .olbox {
  padding: 0 0 0 15px;
}
#chips #main_buy .zynga_chips .nyintro .nyintrobox .olbox li {
  list-style: decimal;
  line-height: 20px;
}
#chips #main_buy .zynga_chips .nyintro .imgbox_dog {
  position: absolute;
  right: 2%;
  top: -27px;
  width: 10%;
  min-width: 70px;
}
#chips #main_buy .zynga_chips .nyintro .imgbox_dog .dog_coin {
  width: 100%;
}
#chips #main_buy .maintablebox {
  margin-top: 20px;
  background: #871135;
}
#chips #main_buy .maintablebox .table-responsive {
  border: 0;
}
#chips #main_buy .maintablebox table thead {
  background: -webkit-linear-gradient(#419600, #316a00);
  background: -o-linear-gradient(#419600, #316a00);
  background: -moz-linear-gradient(#419600, #316a00);
  background: linear-gradient(#419600, #316a00);
  border-top: 1px solid #6DBB00;
}
#chips #main_buy .maintablebox table th {
  font-size: 22px;
  color: #FFD92F;
  padding: 10px 8px 9px;
  vertical-align: middle;
}
#chips #main_buy .maintablebox table th .pokerbox {
  position: relative;
  padding-left: 56px;
}
#chips #main_buy .maintablebox table th .pokerbox .poker {
  position: absolute;
  left: 0;
  top: -3px;
}
#chips #main_buy .maintablebox table th img {
  height: 40px;
}
#chips #main_buy .maintablebox table td {
  padding: 10px 8px 0;
  line-height: 42px;
}
#chips #main_buy .maintablebox table th,
#chips #main_buy .maintablebox table td {
  border: 0;
  text-align: center;
}
#chips #main_buy .maintablebox table .name {
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}
#chips #main_buy .maintablebox table .old_price {
  color: #6dc360;
  text-decoration: line-through;
}
#chips #main_buy .maintablebox table .price_img {
  background: #1DA5CB;
  padding: 0 6px 0 0;
  border-radius: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 18px;
  margin-top: 11px;
}
#chips #main_buy .maintablebox table .price_img:after {
  display: block;
  content: '';
  clear: both;
}
#chips #main_buy .maintablebox table .price_img img {
  float: left;
}
#chips #main_buy .maintablebox table .input_image {
  height: 26px;
  position: relative;
  top: 8px;
}
#chips #main_buy .maintablebox .tablebox1 {
  display: none;
}
#chips #main_buy .maintablebox .tablebox1 .titleimg {
  width: 100%;
}
#chips #main_buy .maintablebox .tablebox1 .titleimg img {
  width: 100%;
}
#chips #main_buy .maintablebox .tablebox1 .thbox .thconn {
  font-size: 20px;
  color: #FFD92F;
  padding: 4px 8px 20px 8px;
  font-weight: bold;
  text-align: center;
}
#chips #main_buy .maintablebox .tablebox1 .thbox .thconn.thimgbox img {
  height: 26px;
}
#chips #main_buy .maintablebox .tablebox1 .tdbox .thconn {
  border: 0;
  text-align: center;
}
#chips #main_buy .maintablebox .tablebox1 .tdbox .tdconn {
  padding: 5px 8px;
}
#chips #main_buy .maintablebox .tablebox1 .tdbox .tdconn.name {
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}
#chips #main_buy .maintablebox .tablebox1 .tdbox .tdconn.old_price {
  color: #6dc360;
  text-decoration: line-through;
}
#chips #main_buy .maintablebox .tablebox1 .tdbox .tdconn .price_img {
  background: #1DA5CB;
  padding: 0 6px 0 0;
  border-radius: 15px;
  max-width: 140px;
  font-weight: bold;
  color: #fff;
  line-height: 18px;
  text-align: left;
}
#chips #main_buy .maintablebox .tablebox1 .tdbox .tdconn .price_img:after {
  display: block;
  content: '';
  clear: both;
}
#chips #main_buy .maintablebox .tablebox1 .tdbox .tdconn .price_img img {
  float: left;
  margin-right: 10px;
}
#chips #main_buy .maintablebox .tablebox1 .tdbox .tdconn .input_image {
  height: 22px;
}
#chips #main_buy .main_content_text {
  color: #ff87ab;
  padding: 0 0 20px;
  font-size: 12px;
}
#chips #main_buy .main_content_text .wenbenbox {
  margin-top: 30px;
}
#chips #main_buy .main_content_text .wenbenbox .wenben {
  line-height: 20px;
}
#chips #main_buy .main_content_text .wenbenbox .wenben .yuan {
  border-radius: 50%;
  border: 1px solid #ff87ab;
  display: inline-block;
  height: 15px;
  width: 15px;
  /*min-width: 15px;*/

  text-align: center;
  line-height: 13px;
}
#chips #news_page .ny_newsbox .libox {
  line-height: 36px;
}
#chips #news_page .ny_newsbox .libox .col-sm1-3 {
  max-width: 150px;
}
#chips #news_page .ny_newsbox .libox .newno {
  color: #8F8F8F;
}
#chips #news_page .ny_newsbox .libox .newcon {
  font-weight: normal;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-indent: 20px;
}
#chips #news_page .ny_newsbox .libox .newcon a {
  color: #FF87AB;
}
#chips #news_page .ny_newsbox .libox .newcon a:hover {
  color: #fff;
}
#chips #news_page .news_list {
  line-height: 36px;
  color: #FF87AB;
  text-align: center;
}
#chips #news_page .news_list a {
  color: #FF87AB;
}
#chips #news_page .news_list a:hover {
  color: #fff;
}
#chips #my_profile {
  color: #ff87ab;
  font-size: 12px;
}
#chips #my_profile .nycon {
  padding-top: 10px;
  position: relative;
}
#chips #my_profile .nycon .nycontect {
  padding: 20px 0;
}
#chips #my_profile .nycon .nycontect .person a {
  display: inline-block;
  padding: 10px 30px;
  margin-right: 10px;
  font-size: 24px;
  font-weight: bold;
  border-radius: 6px;
  color: #8C1A3B;
  text-decoration: none;
  background: -webkit-linear-gradient(#fffc6f, #ffc20b);
  /* Safari 5.1 - 6.0 */

  background: -o-linear-gradient(#fffc6f, #ffc20b);
  /* Opera 11.1 - 12.0 */

  background: -moz-linear-gradient(#fffc6f, #ffc20b);
  /* Firefox 3.6 - 15 */

  background: linear-gradient(#fffc6f, #ffc20b);
  /* 标准的语法 */

}
#chips #my_profile .nycon .nycontect .person a:last-child {
  margin-right: 0;
}
#chips #my_profile .nycon .nycontect h4 {
  font-size: 16px;
  color: #d9d9d9;
  line-height: 40px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}
#chips #my_profile .nycon .nycontect .ulbox .libox {
  padding: 6px;
}
#chips #my_profile .nycon .nycontect .ulbox .libox .lable1 {
  max-width: 170px;
  line-height: 23px;
}
#chips #my_profile .nycon .nycontect .user_point {
  margin: 30px 0;
}
#chips #my_profile .nycon .nycontect .user_point .big_points {
  width: auto;
  border: 1px solid #690f2a;
  height: auto;
  min-height: 150px;
}
#chips #my_profile .nycon .nycontect .user_point .big_points .pointsbox {
  width: auto;
  border: 5px solid #ab234c;
  background: url("../img/bg_points.gif") repeat;
  height: auto;
  min-height: 120px;
  padding: 10px;
}
#chips #my_profile .nycon .nycontect .user_point .big_points .pointsbox .points_title {
  width: auto;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  color: #ffe443;
  background: url("../img/bg_points_title.gif") repeat-x center bottom;
  margin: 0 0 5px;
  font-weight: bold;
}
#chips #my_profile .nycon .nycontect .user_point .big_points .pointsbox .points {
  width: auto;
  height: auto!important;
  min-height: 80px;
  line-height: 35px;
  text-align: center;
  font-size: 12px;
  color: #ff93b3;
  margin: 0 0 5px;
  padding: 0;
}
#chips #my_profile .nycon .nycontect .user_point .big_points .pointsbox .font_points {
  color: #ffe443;
  font-size: 14px;
}
#chips #my_profile .nycon .nycontect .user_point .big_points .pointsbox .font_points_shu {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
#chips #my_profile .nycon .nycontect .user_point .big_points .pointsbox .price {
  height: 19px;
  width: 145px;
}
#chips #my_profile .nycon .nycontect .user_point .big_points .pointsbox .inputsubmit {
  width: 100px;
  height: 30px;
  background: #FEC60D;
  color: #821C2A;
  border: none;
  line-height: 29px;
}
#chips #my_profile .nycon .nycontect .user_point .wenbenbox {
  margin-top: 30px;
}
#chips #my_profile .nycon .nycontect .user_point .wenbenbox .wenben {
  line-height: 20px;
  margin-bottom: 10px;
}
#chips #my_profile .nycon .nycontect .myoder {
  margin: 10px 0;
}
#chips #my_profile .nycon .nycontect .myoder td {
  border: 1px solid #8C1438;
  padding: 0 6px;
}
#chips #my_profile .nycon .nycontect .myoder td.date {
  min-width: 100px;
}
#chips #my_profile .nycon .nycontect .myoder td.status {
  min-width: 120px;
}
#chips #my_profile .nycon .nycontect #register_h {
  max-width: 470px;
  margin: 0 auto;
}
#chips #my_profile .nycon .nycontect .reg_input {
  width: 240px;
  height: 23px;
  margin-right: 5px;
  padding: 0 6px;
}
#chips #my_profile .nycon .nycontect .btn_login {
  width: 95px;
  height: 25px;
  text-align: center;
  background: url(../img/btn_login.png) no-repeat left top;
  border: none;
  cursor: pointer;
  color: #000;
}
.col-xs1-1,
.col-sm1-1,
.col-md1-1,
.col-lg1-1,
.col-xs1-2,
.col-sm1-2,
.col-md1-2,
.col-lg1-2,
.col-xs1-3,
.col-sm1-3,
.col-md1-3,
.col-lg1-3,
.col-xs1-4,
.col-sm1-4,
.col-md1-4,
.col-lg1-4,
.col-xs1-5,
.col-sm1-5,
.col-md1-5,
.col-lg1-5,
.col-xs1-6,
.col-sm1-6,
.col-md1-6,
.col-lg1-6,
.col-xs1-7,
.col-sm1-7,
.col-md1-7,
.col-lg1-7,
.col-xs1-8,
.col-sm1-8,
.col-md1-8,
.col-lg1-8,
.col-xs1-9,
.col-sm1-9,
.col-md1-9,
.col-lg1-9,
.col-xs1-10,
.col-sm1-10,
.col-md1-10,
.col-lg1-10,
.col-xs1-11,
.col-sm1-11,
.col-md1-11,
.col-lg1-11,
.col-xs1-12,
.col-sm1-12,
.col-md1-12,
.col-lg1-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs1-1,
.col-xs1-2,
.col-xs1-3,
.col-xs1-4,
.col-xs1-5,
.col-xs1-6,
.col-xs1-7,
.col-xs1-8,
.col-xs1-9,
.col-xs1-10,
.col-xs1-11,
.col-xs1-12 {
  float: left;
}
.col-xs1-12 {
  width: 100%;
}
.col-xs1-11 {
  width: 91.66666667%;
}
.col-xs1-10 {
  width: 83.33333333%;
}
.col-xs1-9 {
  width: 75%;
}
.col-xs1-8 {
  width: 66.66666667%;
}
.col-xs1-7 {
  width: 58.33333333%;
}
.col-xs1-6 {
  width: 50%;
}
.col-xs1-5 {
  width: 41.66666667%;
}
.col-xs1-4 {
  width: 33.33333333%;
}
.col-xs1-3 {
  width: 25%;
}
.col-xs1-2 {
  width: 16.66666667%;
}
.col-xs1-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
  .col-sm1-1,
  .col-sm1-2,
  .col-sm1-3,
  .col-sm1-4,
  .col-sm1-5,
  .col-sm1-6,
  .col-sm1-7,
  .col-sm1-8,
  .col-sm1-9,
  .col-sm1-10,
  .col-sm1-11,
  .col-sm1-12 {
    float: left;
  }
  .col-sm1-12 {
    width: 100%;
  }
  .col-sm1-11 {
    width: 91.66666667%;
  }
  .col-sm1-10 {
    width: 83.33333333%;
  }
  .col-sm1-9 {
    width: 75%;
  }
  .col-sm1-8 {
    width: 66.66666667%;
  }
  .col-sm1-7 {
    width: 58.33333333%;
  }
  .col-sm1-6 {
    width: 50%;
  }
  .col-sm1-5 {
    width: 41.66666667%;
  }
  .col-sm1-4 {
    width: 33.33333333%;
  }
  .col-sm1-3 {
    width: 25%;
  }
  .col-sm1-2 {
    width: 16.66666667%;
  }
  .col-sm1-1 {
    width: 8.33333333%;
  }

}
@media (min-width: 768px) and (min-width: 992px) {
  .col-md1-1,
  .col-md1-2,
  .col-md1-3,
  .col-md1-4,
  .col-md1-5,
  .col-md1-6,
  .col-md1-7,
  .col-md1-8,
  .col-md1-9,
  .col-md1-10,
  .col-md1-11,
  .col-md1-12 {
    float: left;
  }
  .col-md1-12 {
    width: 100%;
  }
  .col-md1-11 {
    width: 91.66666667%;
  }
  .col-md1-10 {
    width: 83.33333333%;
  }
  .col-md1-9 {
    width: 75%;
  }
  .col-md1-8 {
    width: 66.66666667%;
  }
  .col-md1-7 {
    width: 58.33333333%;
  }
  .col-md1-6 {
    width: 50%;
  }
  .col-md1-5 {
    width: 41.66666667%;
  }
  .col-md1-4 {
    width: 33.33333333%;
  }
  .col-md1-3 {
    width: 25%;
  }
  .col-md1-2 {
    width: 16.66666667%;
  }
  .col-md1-1 {
    width: 8.33333333%;
  }

}
@media (min-width: 768px) and (min-width: 1200px) {
  .col-lg1-1,
  .col-lg1-2,
  .col-lg1-3,
  .col-lg1-4,
  .col-lg1-5,
  .col-lg1-6,
  .col-lg1-7,
  .col-lg1-8,
  .col-lg1-9,
  .col-lg1-10,
  .col-lg1-11,
  .col-lg1-12 {
    float: left;
  }
  .col-lg1-12 {
    width: 100%;
  }
  .col-lg1-11 {
    width: 91.66666667%;
  }
  .col-lg1-10 {
    width: 83.33333333%;
  }
  .col-lg1-9 {
    width: 75%;
  }
  .col-lg1-8 {
    width: 66.66666667%;
  }
  .col-lg1-7 {
    width: 58.33333333%;
  }
  .col-lg1-6 {
    width: 50%;
  }
  .col-lg1-5 {
    width: 41.66666667%;
  }
  .col-lg1-4 {
    width: 33.33333333%;
  }
  .col-lg1-3 {
    width: 25%;
  }
  .col-lg1-2 {
    width: 16.66666667%;
  }
  .col-lg1-1 {
    width: 8.33333333%;
  }
  .container {
    max-width: 1230px;
  }

}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .container {
    width: 100%;
  }

}
@media (min-width: 1200px) {
  .container {
    width: 1050px;
  }

}
@media only screen and (max-width: 1049px) {
  #chips #chips_main {
    /*acticle_img_text*/

  }
  #chips #chips_main .boxzhanwei {
    display: none;
  }
  #chips #chips_main .chipall {
    position: relative;
    padding: 0 0 20px 0;
  }
  #chips #chips_main .chipall .anniu {
    display: none;
  }
  #chips #chips_main .chipall .chipallimgbox {
    margin: 0 auto;
    height: auto;
    position: relative;
    top: 0;
  }
  #chips #chips_main .chipall .chipallimgbox .chipalltubox {
    max-width: 100%;
  }
  #chips #chips_main .chipall .chipallimgbox .chipalltubox .chipallimg {
    display: none;
  }
  #chips #chips_main .chipall .chipallimgbox .box {
    position: static;
    width: 100%;
    height: 100%;
  }
  #chips #chips_main .chipall .chipallimgbox .box .table-responsive {
    border: 0;
  }
  #chips #chips_main .chipall .chipallimgbox .box table th,
  #chips #chips_main .chipall .chipallimgbox .box table td {
    border: 0;
    text-align: center;
  }
  #chips #chips_main .chipall .chipallimgbox .buttonbox {
    display: block;
  }
  #chips #chips_main .acticle_img_text {
    /*img_textbox*/

  }
  #chips #chips_main .acticle_img_text .img_textbox .img_text {
    width: 100%;
    height: 146px;
    /*height 控制子元素的加载 单个子元素146高*/

  }
  #chips #chips_main .acticle_img_text .img_textbox .img_text .ulbox .libox {
    width: 100%;
    padding-left: 0;
    border-right: 0;
    padding-bottom: 20px;
  }
  #chips #chips_main .acticle_img_text .img_textbox .img_text .ulbox .libox .wenbenbox {
    width: calc( 100vw - 190px );
  }
  #chips #chips_main .acticle_img_text .img_textbox .ulbuttonbox .ulboxbutton {
    display: none;
  }
  #chips #chips_main .acticle_img_text .img_textbox .ulbuttonbox .buttonbox {
    display: block;
  }
  #chips #chips_main .processbox{
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  #chips #chips_header {
    height: auto;
  }
  #chips #chips_header .rightform .ulbox .header_login {
    padding-top: 0;
    float: left;
    width: 100%;
  }
  #chips #chips_header .rightform .ulbox .header_login li input {
    width: 126px;
    margin-bottom: 16px;
  }
  #chips #chips_header .rightform .ulbox .header_login li input.btn_login {
    width: 95px;
    text-align: center;
    cursor: pointer;
    text-indent: 0;
  }
  #chips #chips_header .rightform .search {
    padding-left: 10px;
    margin-top: 0;
    padding-bottom: 16px;
    float: left;
  }
  #chips #chips_main {
    /*notiveparent*/

  }
  #chips #chips_main .notice_parent {
    /*notice*/

  }
  #chips #chips_main .notice_parent .notice {
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
  }
  #chips #chips_main .notice_parent .notice .noticebox1 .wenbenbox {
    float: left;
    font-size: 16px;
    text-transform: capitalize;
    color: #FFDE38;
    font-weight: bold;
    height: 46px;
    line-height: 46px;
  }
  #chips #chips_main .notice_parent .notice .noticebox1 .wenbenbox .wenben {
    display: inline-block;
  }
  #chips #chips_main .notice_parent .notice .noticebox1 .scroll_wenben {
    max-width: calc( 100% - 200px );
  }
  #chips #chips_main .processbox {
    height: auto;
    position: relative;
  }
  #chips #chips_main .processbox .processli {
    height: 213px;
    width: 248px;
  }
  #chips #chips_main .processbox .processli.two {
    float: right;
  }
  #chips #chips_main .processbox .processli.three {
    float: right;
  }
  #chips #chips_main .processbox .processli img {
    height: 100%;
    width: 100%;
  }
  #chips #chips_main .processbox .processli .process_text {
    width: 160px;
    left: calc( 50% - 75px );
  }
  #chips #chips_main .processbox .process_arrow {
    float: left;
    position: relative;
    width: 81px;
    height: 213px;
  }
  #chips #chips_main .processbox .process_arrow.arrow2 {
    width: 100%;
    height: 146px;
  }
  #chips #chips_main .processbox .process_arrow.arrow2 img {
    -webkit-transform: rotatez(90deg);
    -moz-transform: rotatez(90deg);
    -ms-transform: rotatez(90deg);
    -o-transform: rotatez(90deg);
    transform: rotatez(90deg);
    bottom: 65px;
    right: 76px;
  }
  #chips #chips_main .processbox .process_arrow.arrow1 {
    float: none;
    position: absolute;
    left: calc( 50% - 40px );
  }

}
@media only screen and (max-width: 767px) {
  #chips #chips_nav .navbar-nav {
    margin-top: 43px;
  }
  #chips #chips_main {
    /*acticle_img_text*/

  }
  #chips #chips_main .person a {
    padding: 6px 10px !important;
    margin-right: 6px !important;
    font-size: 13px !important;
    font-weight: bold;
    border-radius: 6px;
    color: #8C1A3B;
    background: -webkit-linear-gradient(#fffc6f, #ffc20b);
    /* Safari 5.1 - 6.0 */

    background: -o-linear-gradient(#fffc6f, #ffc20b);
    /* Opera 11.1 - 12.0 */

    background: -moz-linear-gradient(#fffc6f, #ffc20b);
    /* Firefox 3.6 - 15 */

    background: linear-gradient(#fffc6f, #ffc20b);
    /* 标准的语法 */

  }
  #chips #chips_main .person a:last-child {
    margin-right: !important;
  }
  #chips #chips_main .banner_buttonimgbox .conn {
    color: #8C133B;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
  }
  #chips #chips_main .acticle_img_text {
    background: #780D2D;
    height: auto;
    padding-bottom: 20px;
    /*img_textbox*/

  }
  #chips #chips_main .acticle_img_text .img_textbox .img_text {
    /*height 控制子元素的加载 单个子元素146高*/

  }
  #chips #chips_main .acticle_img_text .img_textbox .img_text .ulbox .libox .imgbox {
    padding-right: 10px;
  }
  #chips #chips_main .acticle_img_text .img_textbox .img_text .ulbox .libox .imgbox img {
    width: 100px;
    height: 100px;
  }
  #chips #chips_main .acticle_img_text .img_textbox .img_text .ulbox .libox .wenbenbox {
    width: calc( 100vw - 160px );
  }
  #chips #chips_main .thbox {
    display: none;
  }
  #chips #chips_main .tdbox .tdtr {
    border: 2px solid #A63757;
    border-bottom: 0;
    padding: 20px 10px;
    background: #780C2C;
  }
  #chips #chips_main .tdbox .tdtr:nth-child(2n) {
    background: #8C1437;
  }
  #chips #chips_main .tdbox .tdtr:last-child {
    border-bottom: 2px solid #A63757;
  }
  #chips #chips_main .tdbox .tdauto {
    width: auto;
    padding: 0 0 0 15px;
  }
  #chips #chips_main .tdbox .tdauto.buynew {
    float: right;
    margin-top: -15px;
    padding: 0;
    padding-right: 10px;
  }
  #chips #chips_main .tdbox .tdauto.buynew .imgbox {
    padding: 0;
  }
  #chips #chips_main .tdbox .tdconn.name {
    text-align: left !important;
  }
  #chips #chips_main .tdbox .tdconn .price_img {
    padding-right: 20px !important;
    width: auto;
  }
  #chips #chips_footer .footnavbox .conn {
    text-align: center;
  }
  #chips #main_buy .maintablebox .table-responsive {
    display: none;
  }
  #chips #main_buy .maintablebox .tablebox1 {
    display: block;
  }
  #chips #main_buy .maintablebox .tdtr:first-child {
    border-top: 0;
  }
  #chips #main_buy .zynga_chips .nyintro {
    position: relative;
  }
  #chips #main_buy .zynga_chips .nyintro .nyintrobox {
    width: 100%;
    max-width: 100%;
  }
  #chips #main_buy .zynga_chips .nyintro .nyintrobox .olbox {
    padding: 0 0 0 15px;
  }
  #chips #main_buy .zynga_chips .nyintro .imgbox_dog {
    top: -80px;
  }
  #chips .user_point .big_points {
    margin-bottom: 20px;
  }
  #chips .user_point .big_points .pointsbox .points_title {
    width: auto;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: #ffe443;
    background: url("../img/bg_points_title.gif") repeat-x center bottom;
    margin: 0 0 5px;
    font-weight: bold;
  }
  #chips .user_point .big_points .pointsbox .points {
    width: auto;
    height: auto!important;
    min-height: 80px;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    color: #ff93b3;
    margin: 0 0 5px;
    padding: 0;
  }
  #chips .user_point .big_points .pointsbox .font_points {
    color: #ffe443;
    font-size: 14px;
  }
  #chips .user_point .big_points .pointsbox .font_points_shu {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
  }
  #chips .user_point .big_points .pointsbox .price {
    height: 19px;
    width: 145px;
  }
  #chips .user_point .big_points .pointsbox .inputsubmit {
    width: 100px;
    height: 30px;
    background: #FEC60D;
    color: #821C2A;
    border: none;
    line-height: 29px;
  }
  #chips #news_page .news_list {
    text-align: left;
  }
}
@media only screen and (max-width: 700px) {
  #chips #chips_main .processbox {
    height: auto;
    position: relative;
  }
  #chips #chips_main .processbox .processli {
    height: 213px;
    width: 100%;
    text-align: center;
  }
  #chips #chips_main .processbox .processli img {
    height: 100%;
    width: 248px;
  }
  #chips #chips_main .processbox .process_arrow {
    float: left;
    position: relative;
    width: 81px;
    height: 213px;
  }
  #chips #chips_main .processbox .process_arrow.arrow2 {
    width: 100%;
    height: 146px;
    text-align: center;
    float: left;
    position: static;
  }
  #chips #chips_main .processbox .process_arrow.arrow2 img {
    transform: rotatez(90deg) translatex(64px);
    position: static;
  }
  #chips #chips_main .processbox .process_arrow.arrow1 {
    float: left;
    position: static;
    width: 100%;
    height: 146px;
    text-align: center;
  }
  #chips #chips_main .processbox .process_arrow.arrow1 img {
    -webkit-transform: rotatez(90deg);
    -moz-transform: rotatez(90deg);
    -ms-transform: rotatez(90deg);
    -o-transform: rotatez(90deg);
    transform: rotatez(90deg) translatex(64px);
    position: static;
  }

}
@media only screen and (max-width: 500px) {
  #chips #chips_header .rightform .search a:last-child {
    margin-right: 10px;
  }
  #chips #chips_header .rightform .search a .live {
    width: 106px;
  }
  #chips #chips_header .rightform .search a .sleep {
    height: 19px;
    top: 1px;
  }

}
@media only screen and (max-width: 400px) {
  #chips #chips_main .tdbox .tdauto {
    width: unset;
    padding: 0 15px;
  }
  #chips #chips_main .tdbox .tdauto.buynew {
    width: 100%;
    float: right;
    margin-top: 0;
    padding: 0;
    padding-right: 10px;
  }
  #chips #chips_main .tdbox .tdauto.buynew .imgbox {
    padding: 0;
    padding-left: 20px !important;
    text-align: left !important;
  }

}
