* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    padding: 0;
    margin: 0;
    background: #FFF;
    text-align: justify;
    font-family: Arial, "Verdana", Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #000000;
}

p {
    line-height: 200%;
    margin-bottom: 16px;
}

table tr td {
    font-size: 12px;
}

h1, h2, h3 {
    margin-top: 0;
}

h1 {
    font-size: 1.6em;
    font-weight: normal;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1em;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    border-bottom: none;
    text-decoration: underline;
}

img {
    border: none;
}

.clear {
    height: 0;
    line-height: 0;
    clear: both;
}

/* Wrapper */
#wrapper {
}

#sub-page #wrapper {
    background: #FFF url(/images/bg.jpg) repeat-x left top;
}

/* Header */

#sub-page #header {
    width: 1130px;
    margin-bottom: 0;
}

#header {
    min-width: 1250px;
    height: 102px;
    clear: both;
    margin-bottom: 5px;
    background: url(/images/top_bg.jpg) repeat-x left top;
}

#top {
    width: 1003px;
}

.full-width #top {
    width: 1140px;
}

ul.topAD {
    float: right;
    padding-right: 5px;
}

ul.topAD li {
    display: block;
    float: left;
    height: 58px;
    padding-left: 5px;
    margin-top: 3px;
}

#logo {
    width: 400px;
    float: left;
    padding-left: 35px;
}

#logo img {
    float: left;
}

#top-links {
    width: 300px;
    float: right;
    padding: 15px 0px;
}

#top-links li {
    display: block;
    float: left;
}

#top-links li a {
    color: #FFF;
    display: block;
    line-height: 120%;
    padding: 0 10px;
    text-decoration: none;
    border-right: 1px solid #FFF;
}

#top-links li.last a {
    border: none;
}

/* Menu */

#menu {
    height: 33px;
    margin-left: 30px;
    text-align: center;
    clear: both;
    background: url(/images/menu_bg.jpg) repeat-x left top;
}

.menu-inner {
    float: left;
    width: 1225px;
}

.full-width .menu-inner {
    width: 1225px;
}

.menu-left {
    width: 7px;
    height: 33px;
    display: block;
    float: left;
    background: url(/images/menu_left.jpg) no-repeat left top;
}

.menu-right {
    width: 5px;
    height: 33px;
    display: block;
    float: right;
    background: url(/images/menu_right.jpg) no-repeat right top;
}

#menu ul {
    float: left;
    padding-left: 10px;
    margin-right: 10px;
    list-style: none;
}

#menu li {
    display: block;
    float: left;
    height: 33px;
    background: url(/images/menu_li_bg.jpg) no-repeat right top;
}

/*
#menu a {
  color: #FCFFFF;
  display: block;
  float: left;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  padding: 0 18px;
  margin-top: 8px;
  border-right: 1px solid #86AFEF;
}
*/
#menu a {
    color: #FCFFFF;
    display: block;
    float: left;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding: 0 12px;
    margin-top: 8px;
    border-right: 1px solid #86AFEF;
}

#menu li {
    position: relative;
    z-index: 30;
}

#menu ul ul {
    position: absolute;
    z-index: 30;
    top: 33px;
    left: 0px;
    display: none;
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 80px;
}

#menu ul ul li {
    color: #ffffff;
    font-weight: normal;
    background: #3573e2;
    border-bottom: solid 1px #CCCCCC;
    padding: 0px;
    margin: 0px;
}

#menu ul ul li a {
    width: 80px;
    line-height: 30px;
    height: 30px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    border: none;
    padding: 0px;
    margin: 0px;
}

#menu ul ul li a:hover {
}

#menu a.end {
    border: none;
}

#radio {
    width: 190px;
    height: 24px;
    float: right;
    margin-top: 4px;
    padding-right: 5px;
    background: url(/images/radio.jpg) no-repeat left center;
}

/* Page */

.page {
    width: 973px;
    margin-left: 30px;
    background: #ffffff;
}

.full-width .page {
    width: 1060px;
}

.page-title {
    position: relative;
    height: 25px;
    line-height: 25px;
    background: #F4C633;
}

.date {
    padding-left: 20px;
}

.horse-name {
    font-size: 14px;
    padding-left: 15px;
    font-weight: bold;
}

.horse-name a {
    margin: 0 25px;
}

.print {
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 0;
}

.inner {
    padding: 10px;
}

#content .left {
    width: 1020px;
    line-height: 120%;
    margin-right: 15px;
    font-size: 13px;
}

#content .right {
    width: 480px;
    float: left;
}

#content .user-manage {
    margin-left: 25px;
    width: 440px;
}

.reg-ad {
    margin-bottom: 15px;
}

.reg-tab,
.user-tab, .msg-tab {
    width: 120px;
    height: 30px;
    clear: right;
    background: url(/images/reg_tab.jpg) no-repeat left top;
}

.user-tab {
    background: url(/images/user_tab.jpg) no-repeat left top;
}

.reg-tab,
.pswd-tab, .msg-tab {
    width: 120px;
    height: 30px;
    clear: right;
    background: url(/images/reg_tab.jpg) no-repeat left top;
}

.pswd-tab {
    background: url(/images/pswd_tab.jpg) no-repeat left top;
}

.msg-tab {
    background: url(/images/msg_tab.jpg) no-repeat left top;
}

.right .inner {
    padding-top: 25px;
    background: #D6EBFF;
}

.user-manage .inner {
    border: 1px solid #CCC;
    background: #FFF;
}

.right ul span {
    color: #F00;
}

.right li {
    clear: both;
    line-height: 28px;
    margin: 5px 0;
}

.right label {
    display: block;
    float: left;
    width: 105px;
}

.user-manage label {
    text-align: right;
}

.right input,
.right select {
    width: 150px;
    height: 22px;
    border: 1px solid #CCC;
}

.right select {
    width: 80px;
    height: 26px;
}

.right #subject {
    width: 116px;
}

.right #regcode {
    width: 66px;
}

.right li.first input {
    float: left;
    margin-right: 10px;
}

#match_dt_search {
    border: 1px solid #3171E7;
}

.right textarea {
    width: 460px;
    height: 220px;
    border: 1px solid #CCC;
}

.user-manage li b {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
}

#check-name,
#change-type,
#update {
    display: block;
    float: left;
    width: 65px;
    height: 18px;
    cursor: pointer;
    border: 1px solid #656565;
    background: #CCC;
}

#accepted,
#old {
    display: block;
    float: left;
    width: 16px;
    margin: 2px 2px 0 0;
    border: 0;
}

#cancel,
#reg-submit {
    display: block;
    float: left;
    width: 45px;
    height: 22px;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    margin-right: 5px;
    padding: 0;
    border: 1px solid #656565;
    background: #CCC;
}

#cancel {
    height: 22px;
}

.user-manage #cancel {
    margin-left: 120px;
    _margin-left: 60px;
}

.full-width .race-info {
    width: 1160px;
}

.race-info tr,
.race-details tr {
    height: 25px;
    background: #8EDEDB;
}

.paicai td {
    border-bottom: 1px solid #00F;
    border-right: 1px solid #00F;
    height: 12px;
}

.race-info th,
.race-info td,
.race-details th,
.race-details td,
#tb-bm th,
#tb-bm td {
    margin: 0;
    padding-left: 2px;
    text-align: left;
}

.race-info th {
    color: #FFF;
    background: #3662BB;
}

.race-details td.data,
.horse-pl td.data,
#tb-bm td.data {
    padding: 0;
    text-align: center;
}

td.sub-table {
    padding: 0;
    background: #FFF;
}

.race-details {
    width: 830px;
    margin-bottom: 5px;
    background: #BABABA;
}

.full-width .race-details {
    width: 1060px;
    margin-right: 15px;
}

.no-overlay .race-details {
    width: 1280px;
    margin-right: 15px;
}

.overlay .race-details {
    width: 1275px;
    padding-right: 15px;
    margin: 0;
}

.race-details th {
    color: #FFF;
    background: #666;
}

.race-details td {
    background: #FFF;
}

.v-tb .even-row td,
.race-details .even-row td,
.horse-pl .even-row td,
.paicai .even-row td,
#tb-bm .even-row td {
    background: #E6E6E6;
}

.head-hl td {
    background: #D6EBFF;
}

.race-details .strong {
    font-weight: bold;
    color: #0333B3;
}

.race-details .strongpw {
    font-weight: bold;
    font-size: 12px;
    color: #0333B3;
}

.race-details .strong01 {
    font-weight: bold;
    color: #0333B3;
}

.hightlight {
    color: #000;
    font-weight: bold;
    text-align: center;
}

.highlight-bg td {
    background: #f5bf5c;
    color: #000;
}

.hot,
.down5,
.down2 {
    color: #FFF;
    background: #F00;
}

.down5 {
    background: #953816;
}

.down2 {
    background: #229E1C;
}

.overlay-pl .left {
    float: left;
}

.race-pl {
    background: #DCDCDC;
    margin: 0 10px 5px 0;
}

.race-pl td {
    width: 18px;
    height: 18px;
    text-align: center;
    background: #FFF;
}

.race-pl .color {
    color: #FFF;
    background: #4C8BC0;
}

.race-pl .tb-name {
    text-align: left;
    padding-left: 10px;
    background: #DDE7F0;
}

.horse-pl {
    width: 215px;
    margin-bottom: 5px;
}

.horse-pl td {
    border: 1px solid #FFF;
    border-top: 0;
    border-right: 0;
}

.horse-pl .tb-head td {
    border-top: 1px solid #CFC9CD;
    border-bottom: 1px solid #CFC9CD;
}

.horse-pl td {
    padding-left: 5px;
}

.horse-pl tr {
    height: 18px;
}

.tb-zs tr {
    height: 18px;
}

.tb-zs span {
    margin-right: 3px;
}

#horse-search-h {
    width: 870px;
    padding: 10px;
}

#hores-search {
    padding: 10px;
    text-align: left;
    _line-height: 18px;
}

#hores-search input,
#hores-search select {
    width: 110px;
    height: 18px;
    clear: right;
    margin-bottom: 10px;
    border: 1px solid #656565;
    padding: 3px 1px;
    margin: 0 6px 0 0;
}

#horse-search-h li {
    display: block;
    float: left;
    margin-right: 10px;
}

#horse-search-h li.last {
    margin: 0;
}

#horse-search-h input,
#horse-search-h select {
    width: 100px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #656565;
    padding: 1px 3px;
    margin: 0 0px 0 0;
}

#horse-search-h span {
    line-height: 22px;
}

#hores-search span {
    float: left;
}

.form-left {
    width: 180px;
    padding-left: 10px;
    margin-right: 100px;
    float: left;
}

.form-right {
    width: 80px;
    float: left;
}

#hores-search #hores-submit,
#hores-search #hores-reset {
    width: 75px;
    height: 25px;
    border: 0;
    cursor: pointer;
    background: url(/images/hores-submit.jpg) no-repeat left top;
}

#horse-search-h #horse-submit,
#horse-search-h #horse-reset {
    width: 75px;
    height: 25px;
    border: 0;
    cursor: pointer;
    background: url(/images/hores-submit.jpg) no-repeat left top;
}

#horse-search-h #date-check {
    float: left;
    width: 16px;
    border: 0;
    margin: 2px 1px 0 4px;
    _margin: 2px 1px 0 2px;
}

#horse-search-h #horse-reset {
    background: url(/images/hores-reset.jpg) no-repeat left top;
}

#hores-search #hores-reset {
    background: url(/images/hores-reset.jpg) no-repeat left top;
}

.date-picker {
    clear: both;
}

#hores-search .date-picker span {
    display: inline;
    float: none;
    _line-height: 20px;
}

#hores-search .date-picker select {
    _margin: 0;
}

#hores-search #date-check {
    float: left;
    width: 16px;
    border: 0;
    margin: 2px 1px 0 4px;
    _margin: 2px 1px 0 2px;
}

.overlay-bak {
    ���width: 1240px;
    border-top: 0px solid #3171E7;
    border-left: 4px solid #0080FF;
    border-bottom: 4px solid #0080FF;
    border-right: 4px solid #0080FF;
    background: #FFF;
}

.overlay {
    ���width: 1298px;
    background: #FFF;
    overflow-x: hidden;
}

.overlay-title {
    ���width: 1280px;
    border: 2px solid #FF6600;
    background: #FFF;
}

.horse-overlay {
    padding: 3px;
}

.overlay-pl {
    padding: 10px 5px 5px 5px;
    width: 560px;
}

.fixselect {
    z-index: 2000;
}

.fixselect iframe {
    position: absolute; /*must have*/
    top: 0; /*must have*/
    left: 0; /*must have*/
    z-index: -1; /*must have*/
    width: 800px; /*must have for any big value*/
    height: 29px; /*must have for any big value*/;
}

.close {
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    right: 5px;
    top: 5px;
    background: url(/images/close3.jpg) no-repeat left top;
}

.overlay-head {
    width: 1298px;
    height: 41px;
    clear: both;
    background: url(/images/overlay_title.jpg) repeat-x left top;
}

.head-space {
    margin-right: 15px;
}

.main-title {
    height: 30px;
    margin: 5px 0;
    clear: both;
}

.main-title-lunma {
    width: 220px;
    background: url(/images/title_lunma.jpg) no-repeat left center;
}

.main-title-bm {
    width: 160px;
    background: url(/images/title_bm.jpg) no-repeat left center;
}

.main-title-xstj {
    width: 180px;
}

.txt {
    padding-left: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #032F75;
    font-face: ������;
}

.main-title-pw {
    width: 220px;
    background: url(/images/title_racecard.png) no-repeat left center;
}

.main-title-saiguo {
    width: 260px;
    background: url(/images/title_results.gif) no-repeat left center;
}

.main-title-shizha {
    width: 368px;
    background: url(/images/title_horses_btresults.gif) no-repeat left center;
}

.main-title-beizhu {
    width: 368px;
    background: url(/images/title_beizhu.gif) no-repeat left center;
}

.main-title-saiqibiao {
    width: 368px;
    background: url(/images/title_saiqibiao.gif) no-repeat left center;
}

#tb-bm {
    margin: 15px 0 10px 0;
    background: #015294;
}

#tb-bm th {
    color: #FFF;
    height: 20px;
    background: #214A88;
}

#tb-bm td {
    color: #203972;
    height: 20px;
    background: #FFF;
}

h4.title {
    color: #1C5EBE;
    clear: both;
    margin: 10px 0;
}

.list-bm li {
    clear: both;
    margin: 5px;
    padding-left: 20px;
    background: url(/images/list_style2.jpg) no-repeat left center;
}

.list-bm .current {
    background: url(/images/list_style1.jpg) no-repeat left center;
}

.list-bm a {
    color: #1C5EBE;
}

.list-bm .current a,
.list-bm a:hover {
    color: #FB6400;
}

.horse-title {
    font-weight: bold;
    font-size: 16px;
    padding: 20px 0 0 45px;
    margin-bottom: 10px;
    line-height: 20px;
    clear: both;

}

.start-title {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;

}

.start-title td {
    font-size: 13px;
    line-height: 20px;

}

.start-title1 td {
    font-size: 13px;
    line-height: 20px;
    width: 60px;
}

.horse-photo {
    float: left;
    margin: 0 15px 5px 0;
}

#horse-info {
    width: 400px;
    float: left;
}

#horse-info tr {
    height: 20px;
}

#horse-info select {
    border: 1px solid #656565;
}

#content select {
    width: 90px;
    clear: right;
    margin-bottom: 10px;
    border: 1px solid #0080FF;
    padding: 3px 1px;
    margin: 0 6px 0 0;
}

/* video layer */
.popup-video {
    width: 1200px;
    padding: 10px 20px 10px 10px;
    z-index: 10;
    border: 3px solid #3171E7;
    background: #FFF;
}

.popup-video .close-bak {
    width: 41px;
    height: 41px;
    display: block;
    position: absolute;
    right: -20px;
    top: -16px;
    background: url(/images/close2.gif) no-repeat left top;
}

.popup-video .close {
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    right: 5px;
    top: 5px;
    background: url(/images/close3.jpg) no-repeat left top;
}

.video {
    float: left;
    margin-right: 10px;
}

.v-tb {
    float: left;
}

.v-tb table {
    width: 600px;
    background: #CCC;
}

.v-tb th {
    color: #FFF;
    background: #666;
    padding-left: 5px;
    text-align: left;
}

.v-tb td {
    text-align: center;
    height: 26px;
    background: #FFF;
}

.v-tb td.text {
    padding-left: 5px;
    text-align: left;
}

/* footer */
#footer {
    min-height: 15px;
    padding: 10px 0;
    margin-top: 20px;
    clear: both;
    background: #E6E6E6;
    min-width: 1250px;
}

.footer-inner {
    color: #313131;
    width: 1003px;
    text-align: center;
}

.foot-links {
    width: 350px;
    margin: 3px auto;

}

.foot-links li {
    display: block;
}

.foot-links a {
    color: #313131;
    line-height: 110%;
    padding: 0 10px;
    border-right: 0px solid #313131;
    text-decoration: underline;
}

.last a {
    border: none;
}

.race-details .t,
.v-tb .t,
.v-tb .even-row td.t,
.race-details .even-row td.t {
    color: #000;
    font-weight: 400;
    background: #D6EBFF;
}

.total-t {
    color: #000;
    font-weight: 400;
}

.n {
    color: #00F;
    font-weight: bold;
}

.close-l {
    left: 0;
}

.overlay-head h3 {
    color: #FFF;
    line-height: 41px;
    margin: 0 20px;
    font-size: 14px;
}

.overlay-head h5 {
    color: #FFF;
    line-height: 28px;
    margin: 0 10px;
    font-size: 12px;
}

.overlay-inner {
    border: 3px solid #3E85D5;
    border-top: none;
}

/********************datagrid style begin**************************/
/* table border */
.datagrid {
    width: 100%;
    background-color: #146ca9;
    margin-top: 10px;
}

/* table header */
.datagrid th {
    color: #fff;
    font-size: 12px;
    height: 22px;
    background: url(../images/bg1.gif);
}

/* table tr */
.datagrid .item {
    font-size: 12px;
    text-align: center;
    line-height: 150%;
    padding: 2px;
    height���23px;
}

/* table td */
.datagrid .item .cell1 {
    background-color: #fff;
}

.datagrid .item .cell2 {
    background-color: #eaf2f7;
}

.datagrid .item .cell1-left {
    background-color: #fff;
    text-align: left;
}

.datagrid .item .cell2-left {
    background-color: #eaf2f7;
    text-align: left;
}

/* table id checkbox column */
.datagrid .item .id {
    width: 25px;
    background-color: #eaf2f7;
}

/* link in datagrid */
a.item-link:link {
    color: #002C57;
    text-decoration: none;
}

a.item-link:visited {
    color: #002C57;
    text-decoration: none;
}

a.item-link:hover {
    color: #1C5995;
    text-decoration: underline;
}

.subheader {
    padding-left: 1px;
    font-weight: bold;
    font-size: 12px;
    color: white;

    background: #666;
    text-align: left;
    font-variant: normal;
    padding: 2px; /* Accenture - added for multibrowser support for selecthorse.asp - 29 June 2010 */
}

.bigborder {

    background: #BABABA;
}

.popup-video1 {
    width: 1045px;
    padding: 5px 5px 20px 5px;
    z-index: 10;
    border: 3px solid #3171E7;
    background: #FFF;
}

.popup-video1 {
    width: 1045px;
    padding: 5px 5px 20px 5px;
    z-index: 10;
    background: #FFF;
}

/********************datagrid style end**************************/
/********************���������������������������������*************************/
.tdBgBlue1 {
    background-color: #B9DCFF;
}

.tdBgYellow1 {
    background-color: #FFFFDD;
}

/*********************���������************************************/
.greencu {
    color: green;
    font-weight: bold;
}

.font13 {
    font-size: 13px;
}

.lineH18 {
    line-height: 18px;
}

.divHeight150 {
    height: 150px;
}

.contentR1 {
    width: 610px;
    height: 22px;
    text-align: center;
    float: left;
}

.contentR1_2 {
    width: 545px;
    text-align: left;
    padding-left: 65px;
    margin-top: 25px;
    float: left;
    min-height: 50px;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.page_contain {
    width: 830px;
}

.home_banner {
    height: 190px;
}

.home_notic {
    margin-top: 25px;
    height: 33px;
    background: url(../images/news_l.jpg) no-repeat left center #e7e7e7;
    line-height: 33px;
    padding-left: 140px;
    margin-bottom: 25px;
}

.home_notic ul li {
    width: 285px;
    float: left;
    padding-left: 15px;
}

.home_notic .r_more {
    float: right;
    line-height: 18px;
    padding-right: 5px;
    padding-top: 8px;
}

.home_paiwei_top {
    height: 24px;
    background: url(../images/paiwei_title_bt.jpg) no-repeat left center;
    padding-left: 245px;
    font-family: '微软雅黑';
    margin-bottom: 10px;
    position: relative;
}

.home_paiwei_top .r_more {
    position: absolute;
    right: 5px;
    top: 8px;
    line-height: 18px;
}

.home_paiwei_con {

}

.home_ggwei {
    padding-top: 12px;
}

.home_ggwei .gg_pic {
    width: 265px;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    height: 96px;
}

.home_ggwei #gg_r_pic {
    float: right;
    margin-right: 0px;
}

.home_gg {
    width: 345px;
    position: absolute;
    left: 871px;
    top: 107px;
    z-index: 2;
}

.home_gg .gg_p {
    margin-bottom: 6px;
}

.side_con {
    padding-top: 20px;
}

.side_con .left_dh {
    width: 131px;
    float: left;
}

.side_con .left_top {
    height: 31px;
    background: url(../images/left_top.jpg) no-repeat right;
    width: 112px;
    line-height: 31px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
}

.side_con .left_cent {
    width: 113px;
    border-left: solid 1px #d2d1d1;
    border-right: solid 1px #d2d1d1;
    min-height: 150px;
    height: auto;
    _height: 150px;
    padding: 8px;
}

.side_con .left_cent ul li {
    line-height: 31px;
}

.side_con .left_cent ul li a {
    height: 31px;
    background: url(../images/left_li.jpg) no-repeat center bottom;
    display: block;
    padding-left: 10px;
}

.side_con .left_cent ul li a:hover {
    color: #124ab2;
}

.side_con .left_cent ul li a.hover {
    color: #124ab2;
}

.side_con .right_contain {
    width: 800px;
    float: left;
    margin-left: 22px;
    display: inline;
    min-height: 200px;
    height: auto;
    _height: 200px;
    padding-left: 22px;
    border-left: solid 1px #CCCCCC;
}

.side_con .right_contain .tb_dh1 {
    height: 28px;
    line-height: 28px;
    background: url(../images/side_dh1.jpg) repeat-x bottom #fcfcfc;
    text-align: center;
}

.side_con .right_contain .selct_con {
    text-align: right;
    padding-bottom: 10px;
}

.side_con .right_contain .selct_con .ink {
    width: 140px;
    height: 23px;
    margin-right: 10px;
    border: solid 1px #d2d1d1;
}

.side_con .right_contain .selct_con .subn {
    width: 68px;
    height: 23px;
    line-height: 23px;
    background: url(../images/dianji_buy.jpg) repeat-x;
    text-align: center;
    color: #124ab2;
    border: solid 1px #d2d1d1;
}

.side_con .right_contain .selct_con input {
    vertical-align: middle;
}

.side_con .right_contain .pay_buy_con {
    border: solid 1px #d2d1d1;
    padding: 10px;
    margin-top: 20px;
}

.side_con .right_contain .pay_buy_con .in_k {
    width: 205px;
    height: 25px;
    line-height: 25px;
    border: solid 1px #d2d1d1;
    background: none;
}

.side_con .right_contain .pay_tal {
    border-collapse: collapse;
}

.side_con .right_contain .pay_tal td {
    border: solid 1px #d2d1d1;
    padding: 2px 5px;
}

.side_con .right_contain .page_line {
    clear: both;
    margin: 10px 0px;
    text-align: center;
}

.side_con .right_contain .edit_span {
    padding-left: 30px;
}

.side_con .right_contain .mima_con {
    width: 443px;
}

.side_con .right_contain .mima_con .pading {
    border-left: solid 1px #d5d4d4;
    border-right: solid 1px #d5d4d4;
    padding: 20px;
}

.side_con .right_contain .mima_con .inpu_k {
    width: 160px;
    height: 23px;
    border: solid 1px #d2d1d1;
    line-height: 23px;
}

.side_con .right_contain .mima_con .sub_bu {
    width: 48px;
    height: 23px;
    line-height: 23px;
    border: solid 1px #d2d1d1;
    background: #e9e9e9;
    text-align: center;
    font-size: 14px;
}

.side_con .right_contain .mima_con .men_bg {
    background: url(../images/edit_mima_bg.jpg) no-repeat;
    height: 289px;
}

.side_con .right_contain .mima_con .mibao_bg {
    background: url(../images/edit_mibao_bg.jpg) no-repeat;
    height: 289px;
}

/*电脑端*/
.mobi_banner {

}

.mobi_banner img {
    width: 100%;
}

.mobi_news {
    padding: 0px 10px;
    margin-top: 17px;
}

.mobi_news_top {
    background: url(../images/mobi_news_bt.jpg) no-repeat left center #666666;
    height: 28px;
    line-height: 28px;
}

.mobi_news_top .r_more {
    float: right;
    margin-right: 5px;
    margin-top: 6px;
}

.mobi_news_con {
    padding-top: 10px;
}

.mobi_news_con ul li {
    background: url(../images/mobi_li_tb1.jpg) no-repeat left center;
    padding-left: 15px;
    position: relative;
    height: 24px;
    padding-right: 90px;
    clear: both;
}

.mobi_news_con ul li .l_bt {
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mobi_news_con ul li .r_date {
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: right;
    padding-right: 5px;
}

.mobi_paiwei_top {
    height: 24px;
    line-height: 24px;
    background: url(../images/mobi_paiwei_bt.jpg) no-repeat 8px center;
    padding-left: 76px;
    font-family: '微软雅黑';
    margin-bottom: 10px;
    margin-top: 20px;
}

.mobi_paiwei_con {
    padding: 0px 10px;
}

.mobi_gg {
    padding: 0px 10px;
    padding-top: 15px;
}

.mobi_gg_pic {
    margin-bottom: 8px;
}

.mobi_gg_pic img {
    width: 100%;
}

/*手机端*/ /*修改添加的样式*/