@charset "utf-8";
/*常用css*/
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
/*常用字体*/
.yh {
  font-family: 'Microsoft YaHei';
}
.st {
  font-family: 'SimSun';
}
.ar {
  font-family: 'Arial';
}
.roman {
  font-family: "Times New Roman";
}
.tn {
  display: block;
  font-size: 0;
  text-indent: -99999em;
  color: transparent;
}
.tt a:hover {
  text-decoration: underline;
}
.xie {
  font-style: italic;
}
.ddd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
a {
  color: #666;
}
a:hover {
  text-decoration: none;
  color: #6b0018;
}
.btn {
  cursor: pointer;
}
body {
  font-size: 12px;
  color: #666;
  line-height: 24px;
  min-width: 1000px;
  font-family: 'Microsoft YaHei';
  background: #F1F1F1;
  font: 14px/24px "PingFang SC", "Lantinghei SC", "Microsoft YaHei", arial, "\5b8b\4f53", sans-serif, tahoma;
}
.l {
  color: #6b0018 !important;
}
.w {
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
}
/*header*/
.flex {
  display: flex;
}
.fc {
  display: flex;
  align-items: center;
}
.f-h {
  display: flex;
  flex-direction: column;
}
.fc-h {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fcc-h {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fcc {
  display: flex;align-items: center;
justify-content: space-between;
}
.app{margin-top: 18px;}
.app a{
    font-size: 25px;
text-align: center;
padding-top: 10px;
padding: 10px 20px;background: #2bb84c;color: #fff;border-radius: 20px;
}
.search {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 50px;
  position: relative;
  margin-top: 15px;
}
.search-box {
  width: calc(100% - 115px);
  position: relative;
}
.search-icon {
  position: absolute;
left: 1px;
top: 9px;
background: url(../img/ss.png) no-repeat center;
  background-size: auto;
width: 35px;
height: 35px;
display: block;
z-index: 99999;
background-size: 100% 100%;
}
.search-box .text {
  width: 100%;
  border:2px solid #2bb84c;
  height: 50px;
  padding-left: 21px;
  box-sizing: border-box;
  font-size: 16px;border-bottom-left-radius: 20px;
border-top-left-radius: 20px;
}
.search-box.on .search-num:hover {
  background-color: #1482f0;
}
.search-num {
  position: absolute;
  right: 16px;
  top: 15px;
  height: 19px;
  min-width: 19px;
  text-align: center;
  border-radius: 22px;
  background: #fd4949;
    background-color: rgb(253, 73, 73);
  font-size: 12px;
  color: #fff;
  line-height: 19px;
  cursor: pointer;
  z-index: 1;
}
.search-icon1 {
  position: absolute;
  right: 16px;
  top: 15px;
  height: 19px;
  width: 19px;
  text-align: center;
  border-radius: 22px;
  background: #cccccc url(../imgs/icon08.png) no-repeat center;
  display: none;
  cursor: pointer;
}
.search-list {
  position: absolute;
  left: 0;
  top: 50px;
  right: 0;
  border: 1px solid #E5E5E5;
    border-top-color: rgb(229, 229, 229);
    border-top-style: solid;
    border-top-width: 1px;
  background: #fff;
  z-index: 1;
  border-top: 0;
  text-align: left;
  display: none;
}
.search-list li {
  line-height: 40px;
  cursor: pointer;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search .btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 115px;
  border: 0;
  background: #2bb84c;
  color: #fff;
  font-size: 20px;
  cursor: pointer;border-bottom-right-radius: 20px;
border-top-right-radius: 20px;
}
.search-list .fc-orange {
  color: #ff7c1c;
}
.search-list .num {
  display: inline-block;
  width: 16px;
  line-height: 40px;
  text-align: right;
  margin-right: 10px;
  font-size: 14px;
  color: #cccccc;
  font-style: italic;
}
.news {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-left: 8px;
  width: 100%;
  height: 50px;
  padding: 8px 10px 0 15px;
  font-size: 12px;
  color: #000;
  border-radius: 5px;
}
.news h3 {
 font-size: 20px;
color: #404040;
margin-bottom: 8px;
margin-top: 12px;
}
.fc-bet {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex1 {
  flex: 0.96;
}
.f-pr {
  position: relative;
}
.header-row {
  height: auto;
  width:auto;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px 30px;
  padding-bottom: 0px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.nav-list {
  background-color: #ffffff;
  border-radius: 20px;
}
.nav-list img {
  width: 250px;
  height: 170px;
  border-radius: 25px;
}
.kj{background: #fff;
width: 780px;
padding: 12px 12px 12px 30px;
overflow: hidden;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;}
.nav-list ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 1px;padding: 15px;
}
.nav-list li {
  width: 33%; margin-top: 25px;
}
.nav-list a {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.nav-list p {
  font-size: 25px;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333;
  line-height: 40px;
  font-weight: bold;
}
.s-title-row {
  padding-top: 0px;
}
.s-title-row h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: 0px;
  color: #000000;
  margin-right: 20px;
}
.s-title-row .num {
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #858585;
}
.s-title-row .num b {
  font-weight: normal;
  padding: 0 5px;
}
.s-title-row .slogen {
  font-size: 30px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #6191ff;
}
.open-item + .open-item {
  margin-top: 24px;
}
.open-item {

  border-radius: 20px;
  overflow: hidden;
}
.open-item .row1 {
    font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #717171;
  margin-bottom: 0px;

  padding-top: 0px;
  margin-right: 10px;
}
.open-item .row3 {
  margin-top: 25px;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #717171;
  position: relative;float: right;position: absolute;
right: 0;
}
.open-item .look-live {
width: 177px;
height: 161px;
background-color: #2bb84c;
border-top-right-radius: 20px;
position: absolute;
right: 0;
top: -185px;
bottom: 0;
border-bottom-right-radius: 20px;
}
.open-item .look-live img {
  height: 21px;
  margin-right: 10px;
}
.open-item .look-live span {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
}
.open-item .row2 {
  display: flex;
  justify-content: center;padding: 10px 0;
}
.aa{border-bottom: 1px solid #e7e7e7;margin-top:0px !important;padding: 15px 0;width: 25% !important;}
.open-item .row2 .ball {
 display: flex;
align-items: center;
justify-content: center;
font-size: 19px;
font-weight: normal;
font-stretch: normal;
line-height: 32px;
letter-spacing: 0px;
color: #000000;
font-weight: bold;
width: 60px;
height: 60px;
}
/*.open-item .row2 .ball-1 {float: left;*/
/*margin-right: 5px;*/
/*  background: url(../img/ball-blue.png) center no-repeat;background-size: 100% 100%;*/
/*}*/
/*.open-item .row2 .ball-2 {float: left;*/
/*margin-right: 5px;*/
/*  background: url(../img/ball-green.png) center no-repeat;background-size: 100% 100%;*/
/*}*/
/*.open-item .row2 .ball-3 {float: left;*/
/*margin-right: 5px;*/
/*  background: url(../img/ball-red.png) center no-repeat;background-size: 100% 100%;*/
/*}*/
.open-item .row2 .ball-1 {float: left;
margin-right: 5px;
  background: red !important;border-radius: 50px;color: #fff;
}
.open-item .row2 .ball-2 {float: left;
margin-right: 5px;
  background: blue !important;border-radius: 50px;color: #fff;
}
.open-item .row2 .ball-3 {float: left;
margin-right: 5px;
 background: green !important;border-radius: 50px;color: #fff;
}
.ys1{color: blue !important;font-weight:bold !important;}
.ys2{color: green !important;font-weight:bold !important;}
.ys3{color: red !important;font-weight:bold !important;}
.open-item .row2 p {
  font-size: 28px;
font-stretch: normal;
line-height: 26px;
letter-spacing: 0px;
color: #000000;
font-weight: normal;
text-align: center;float: left;
margin-top: 1px;
}
.open-item .row2 .item + .item {
  margin-left:42px;
}
.open-item .row2 .item-plus {
  margin: 0 34px;
  width: 47px;
  height: 81px;
  background: url(../img/ball-plus.png) center no-repeat;
}
.pics-list {
  display: flex;
  flex-wrap: wrap;
}
.pics-list .img {
    width: 200px;
    height: 150px;
  border: solid 4px #ffffff;
  box-sizing: border-box;
}
.pics-list .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.pics-list .img {
  margin-right: 66px;
}
.pics-list .img:nth-of-type(4n+4) {
  margin-right: 0;
}
.h25 {
  height: 25px;
}
#xgdq,#amdq{
    width: 100%;
text-align: center;
}
/*footer*/
.footer {
  background: none;
  margin-top: 38px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  padding: 20px 0;
  letter-spacing: 0px;
  text-align: center;
  color: #888;
}
.footer a:nth-child(2){padding-left: 1rem;color: #5B9AFE;padding-right: 1rem;}
.footer a:nth-child(3){padding-left: 1rem;color: #5B9AFE;border-left: 1px solid #333;}
.tk{
    background: #3333337d;
position: fixed;
z-index: 999;
top: 0;
left: 0;
width: 100%;
height: 100%;display: none;
}
.tkbox{
background: #fff;
border-radius: 10px;
width: 445px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -234px;
margin-top: -244px;
padding: 1rem 0;
}
.tkbox h2{
    font-size: 1rem;font-weight: bold;
}
#haoma{
position: absolute;
width: 189px;
margin-left: 84px;
border: oldlace;
height: 19px;
top: 1px;
padding-left: 0;
}
.tkbox .close{
    position: absolute;
right: 19px;
cursor: pointer;
top: 15px;
font-size: 28px;
}
.tkbox input{
 width: 80%;
border-radius: 5px;
border: 1px solid #ccc;
padding: 0.5rem 0;
padding-left: 0px;
padding-left: 4.2rem;
outline: none;
}
.from{text-align: center;}
.from > div{position: relative;margin-top: 1rem;}
.from span{
    position: absolute;
left: 3.5rem;
top: 0.4rem;
width: auto;
}
.tkbox select{
   
background: #fff;
border: 1px solid #ccc;
width: 81%;
padding: 0.5rem 0;
border-radius: 5px; padding-left: 17rem;text-align: right;margin: 0;
}
.tkbox textarea{
    width: 80%;
   /*  padding-top: 1rem; */
   padding-left: 2px;
}
.tkbox .tijiao{
    width: 80%;
    background: #2BB94D;padding: 1rem 0;border-radius: 5px;margin: 0 auto;color: #fff;margin-top:1rem;margin-bottom: 1rem;
}
.caidan{
    width: 4rem;
}
.huifu{font-size: 1.4rem;border-radius: 10px;}
.huifu li{padding: 30px 0;
border: none;
text-align: center;}
 .huifu{
     position: absolute;
  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
  width: 300px;
  margin-left: 0rem;
  border: 1px solid #ccc;
  z-index: 999999;
  right: 46px;
  font-size: 50px;

}
.huifu:before{
    box-sizing: content-box;
width: 0px;
height: 0px;
position: absolute;
top: -40px;
right: 1rem;
padding: 0;
border-bottom: 1.5rem solid #fff;
  border-bottom-color: rgb(241, 241, 241);
  border-bottom-style: solid;
  border-bottom-width: 1.5rem;
border-top: 1rem solid transparent;
border-left: 1.5rem solid transparent;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 1.5rem;
border-right: 1.5rem solid transparent;
display: block;
content: '';
z-index: 12;
}
.huifu:after{
    box-sizing: content-box;
width: 0px;
height: 0px;
position: absolute;
top: -40px;
right: 1rem;
padding: 0;
border-bottom: 1.5rem solid #fff;
  border-bottom-color: rgb(241, 241, 241);
  border-bottom-style: solid;
  border-bottom-width: 1.5rem;
border-top: 1rem solid transparent;
border-left: 1.5rem solid transparent;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 1.5rem;
border-right: 1.5rem solid transparent;
display: block;
content: '';
z-index: 12;
}
.gg a{
    font-size: 20px;
font-size: 20px;
padding: 10px;
background: #fff;
border-radius: 10px;
width: 16%;
text-align: center;
display: inherit;
float: left;
margin-right: 25px;
margin-top: 10px;
margin-bottom: 10px;height: auto;
line-height: 25px;
}
.gg a:nth-child(5n+5){
    margin-right: 0px;
}