/*@import url('https://fonts.googleapis.com/css?family=Droid+Sans|Hanuman|Open+Sans');*/
html, body {
    position: relative;
    height: 100%;
}
body {
    background: #eee;
    font-family: 'Hanuman', sans-serif,'Droid Sans', 'Open Sans';
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}

/**####### index page css style start**/
.swiper-container {
    width: 100%;
    height: 250px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.item-bg {
    background-image: url(../img/item-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.mg-20 {
    margin-top: 20px;
}
.colr-white {
    color: white;
}
.colr-gray {
    color: gray;
}
.mg-left {
    margin-left: 7px;
}
.reward-ball-bg {
    width: 1.3em;
    height: 1.3em;
    font-size: 1.1em;
    color: white;
    display: inline-block;
    text-align: center;
    line-height: 1.3em;
    background-image: url(../img/ballmini.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.reward-ball-bgS {
    width: 1.3em;
    height: 1.3em;
    font-size: 1.1em;
    color: white;
    display: inline-block;
    text-align: center;
    line-height: 1.5em;
    background-image: url(../img/k-ball.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.records-title{
    font-size: 0.8em;
    line-height: 1.2em;
    margin: 0 2px 10px 2px;
}
.pos-re {
    position: relative;
}
div.pos-re img {
    position: absolute;
    top: 25px;
    right: 0px;
    transform: scale(0.6);
}
div.panel-body div:last-child hr{
    display: none;
}
/**####### index page css style end**/

/**####### our product css style start**/
ul {
    margin:0;
    padding:0;
}
ul li {
    list-style: none;
}
ul li p {
    /*word-break: break-all;*/
    font-family: 'Hanuman', sans-serif,'Droid Sans', 'Open Sans';
}
.bg-white {
    background-color: white;
}
.list-content {
    height: 40px;
    /*line-height: 40px;*/
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px rgb(222,222,222);
}
.list-content img {
    transform: scale(.6) rotate(0deg);
}
.list-content img.arrow1 {
    transform: scale(.6) rotate(0deg);
    animation:arrowstart 0.5s;
    -moz-animation:arrowstart 0.5s; /* Firefox */
    -webkit-animation:arrowstart 0.5s; /* Safari and Chrome */
    -o-animation:arrowstart 0.5s; /* Opera */
}
.list-content img.arrow {
    transform: scale(.6) rotate(-180deg);
    animation:myfirst 0.5s;
    -moz-animation:myfirst 0.5s; /* Firefox */
    -webkit-animation:myfirst 0.5s; /* Safari and Chrome */
    -o-animation:myfirst 0.5s; /* Opera */
}
@-moz-keyframes arrowstart /* Firefox */
{
    from {transform: scale(.6) rotate(-180deg);}
    to {transform: scale(.6) rotate(0deg);}
}

@-webkit-keyframes arrowstart /* Safari and Chrome */
{
    from {transform: scale(.6) rotate(-180deg);}
    to {transform: scale(.6) rotate(0deg);}
}

@-o-keyframes arrowstart /* Opera */
{
    from {transform: scale(.6) rotate(-180deg);}
    to {transform: scale(.6) rotate(0deg);}
}


@-moz-keyframes myfirst /* Firefox */
{
    from {transform: scale(.6) rotate(0deg);}
    to {transform: scale(.6) rotate(-180deg);}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
    from {transform: scale(.6) rotate(0deg);}
    to {transform: scale(.6) rotate(-180deg);}
}

@-o-keyframes myfirst /* Opera */
{
    from {transform: scale(.6) rotate(0deg);}
    to {transform: scale(.6) rotate(-180deg);}
}
.mg-bottom {
    margin-bottom: 10px;
}
/**####### our product css style end**/


/**result page css start**/
#results ul {
    margin:0;
    padding:0;
}
#results ul li {
    list-style: none;
}
#results ul li:not(:last-child)::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: silver;
}
div.container-fulid .panel {
    border: none;
}
#results ul li p {
    word-break: break-all;
}
#results div.time-container {
    /*display: block;*/
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: rgb(243,243,243);
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #eee;
    opacity: 1;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


#results .m-top-bg-time {
    margin-top: 10px;
    height: 40px;
    /*color: white;*/
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-image: url(../img/cs-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#results .m-top-bg-time div.right {
    /*width: 350px;*/
    /*height: 25px;*/
    /*margin-right: 20px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /*background-image: url(../img/time-bg.png);*/
    background-size: contain;
    background-repeat: no-repeat;
}
#results .m-top-bg-time div.right div.input-group {
    width: 120px;
    margin-left: 10px;
}
#results .m-top-bg-time div.right input {
    /*background-color: rgb(201,21,21);*/
    border: none;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    height: 15px;
    /*color: white;*/
    border-right: 1px solid rgb(230, 188, 76);
}

.three{
    margin-left: 200px;
}
.sele{
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius :3px;
    background-color: transparent;
    color:#fff;
}
.option{
    color:black;
}
#results .m-top-bg-time div.right span.input-group-addon {
    padding: 0px 12px;
    color: rgb(230, 188, 76);
    background-color: inherit;
    border: none;
}
#results .m-top-bg-time div.left img {
    margin-left: 5px;
}
#results .m-top-bg-time div.left span {
    margin-left: 15px;
    font-size: 16px;
}
#results div.mid-line {
    width: 10px;
    color: rgb(230, 188, 76);
    z-index: 8;
    transform: scale(0.5);
}
#results .m-top-bg-time div.right div.search {
    width: 16px;
    left: -20px;
}
#results .my-form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: inherit;
    background-image: none;
    border: 1px solid rgb(230, 188, 76);
    /*border-radius: 4px;*/
}
/**result page css end**/



/**底部样式**/
.bt-bg {
    background-color: rgb(51,51,51);
    color: white;
}
.bt-bg h4 {
    color: rgb(230,188,76);
}
div.pos-re img.ball{
    top: 218px;
    right: 92px;
    bottom: 0px;
    transform: scale(1);
}
p.address {
    margin-top: 30px;
}
.mg-t-20 {
    margin-top: 20px;
}
div.mg-t-20 div:last-child {
    padding-left: 0px;
}
/**底部样式 end**/