﻿html, body {
    position: relative;
    height: 100%;
}

body {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.formText{ position:relative; z-index:2; margin-bottom:40px;}

.search-text {
    width: 360px;
    height: 30px;
    line-height: 30px;
    border: solid #29A640 1px;
    vertical-align: middle;
	margin-bottom:10px;
}

.search-text2 {
    width: 240px;
    height: 30px;
    line-height: 30px;
    border: solid #29A640 1px;
    vertical-align: middle;
	margin-left:-120px;
}

.chicuele{cursor: pointer;position: absolute;top: -1px;height: 100%;border: solid #29A640 1px;margin-left:10px; }

table {
    border-collapse: collapse;
    border: none;
    width: 780px;
    margin: 0 auto;
    text-align: center;
}
.swiper-container {
    width: 100%;
    height: 400px;
    
}
#pop{
    margin-top: 400px;
}
@media screen and (max-width: 571px) {
#pop{
    margin-top: 230px;
}
.swiper-container {
    height: 230px;
}
.search-text {width: 200px;}
.chicuele{cursor: pointer;position: absolute;top: -1px;width:72px;height: 100%;border: solid #29A640 1px;margin-left:6px; }
table {width: 520px;}
}
@media screen and (max-width: 501px) { 
#pop{
    margin-top: 230px;
}
.swiper-container {
    height: 230px;
}
.search-text {width: 180px;}
.search-text2 {width: 100px;margin-left: -80px;}
table {width: 350px;}
} 
@media screen and (max-width: 436px) { 
#pop{
    margin-top: 220px;
}
.swiper-container {
    height: 220px;
}
.search-text {width: 180px;}
table {width: 340px;}
} 
@media screen and (max-width: 415px) { 
#pop{
    margin-top: 210px;
}
.swiper-container {
    height: 210px;
}
.search-text {width: 180px;}
table {width: 320px;}
} 
@media screen and (max-width: 376px) { 
#pop{
    margin-top: 190px;
}
.swiper-container {
    height: 190px;
}
.search-text {width: 180px;}
table {width: 310px;}
} 
@media screen and (max-width: 361px) { 
#pop{
    margin-top: 184px;
}
.swiper-container {
    height: 184px;
}
.search-text {width: 180px;}
table {width: 300px;}
} 
@media screen and (max-width: 321px) { 
#pop{
    margin-top: 164px;
}
.swiper-container {
    height: 164px;
}
.search-text {width: 160px;}
table {width: 280px;}
} 


.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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;
}

#other {
    width: 100%;
}


th {
    border: solid #29A640 1px;
    width: 40%;
    padding: 10px 14px;
}

td {
    border: solid #29A640 1px;
    padding: 10px 14px;
}

#form-div {
    padding: 0px;
    text-align: center;
    vertical-align: middle;
}

.tip {
    text-align: center;
    margin-bottom: 20px;
}

.tip span {
    color: #808080;
    font-size: 10px;
}

.btn-search {
    color: white;
    background-color: #29A640;
    padding: 0px 1em;
    border: 0px solid black;
    height: 34px;
    line-height: 34px;
}

.spinner {
    margin: 0 auto;
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 10px;
}

    .spinner > div {
        background-color: #67CF22;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
        animation: stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes stretchdelay {
    0%,40%,100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1.0);
    }
}

@keyframes stretchdelay {
    0%,40%,100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
#info{
    text-align:center;
    padding-top:10px;
    font-size:10px;
}
#info i{
    color:red;
    font-weight:bold;
}
#footer{
    margin-top:10px;
    text-align:center;
}


.show {
    display: block;
}

.hide {
    display: none;
}

#pop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    overflow: auto;
}

.gt_mobile_holder {
    margin-top: 10px;
    display: inline-block;
}