@media (min-width: 768px) {
    .container {
        width: 640px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 640px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 640px;
    }
}
.arr-right{
    width: 20px;
    height: 26px;
    background: url(../images/arr-right.png) no-repeat center;
    background-size: 20px 26px;
    border: 0;
}
.top-search{
    width: 26px;
    height: 26px;
    background: url(../images/search1-icon.png) no-repeat center;
    background-size: 26px 26px;
    border: 0;
}

.username-icon{
    width: 48px;
    height: 48px;
    background:#fff url(../images/login-user.png) no-repeat center;
    background-size: 26px 26px;
    border: 0;
}
.pws-icon{
    width: 48px;
    height: 48px;
    background:#fff url(../images/login-pws.png) no-repeat center;
    background-size: 26px 26px;
    border: 0;
}
.help-icon a{
    float: right;
    display: block;
    width: 48px;
    height: 48px;
    background:url(../images/help-icon.png) no-repeat center;
    background-size: 26px 26px;
    border: 0;
}
.data-icon{
    float: right;
    display: block;
    width: 54px;
    height: 54px;
    background:url(../images/data-icon.png) no-repeat center;
    background-size: 26px 26px;
    border: 0;
}
.check-icon{
    padding: 14px;
    background:url(../images/check-icon.png) no-repeat center;
    background-size: 26px 26px;
}
.order-icon{
    padding: 14px;
    background:url(../images/order-icon.png) no-repeat center;
    background-size: 26px 26px;
}

.config-icon{
    padding: 14px;
    background:url(../images/ios-config.png) no-repeat center;
    background-size: 26px 26px;
}
.xinf-icon{
    padding: 14px;
    background:url(../images/ios-data.png) no-repeat center;
    background-size: 26px 26px;
}

.login-input{
    border-left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding-left: 0;
}
.login-input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}



.login-btn{
    background: #80dacc;
    border-color: #80dacc;
}
.login-btn:hover, .login-btn:focus{
    color: #fff;
    background-color: #80dacc;
    border-color: #80dacc;
}

.logout-btn{
    background: #d40101;
    border-color: #d40101;
}
.logout-btn:hover, .logout-btn:focus{
    color: #fff;
    background-color: #d40101;
    border-color: #d40101;
}
.topbg{background:url(../images/topbg.jpg) no-repeat center;}
.face-size{
    position: absolute;
    left: 50%;
    top:0;
    margin-left: -100px;
}
.face-size .thumbnail {
    padding: 0;
    border-radius: 100%;
    border: solid 5px #fff;
    background: #fff;
    overflow: hidden;
}

.search-input{
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 6px!important;

}
.search-input:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.search-btn{
    width: 46px;
    height: 48px;
    background: url(../images/search-icon.png) no-repeat center;
    background-size: 30px 30px;
    border: 0;
}
.search-btn:hover,.search-btn:active,.search-btn:focus{
    background: url(../images/search-icon.png) no-repeat center;
    background-size: 30px 30px;
    -webkit-box-shadow:none;
    box-shadow:none;

}





.line-nav .navbar-brand{height: 50px;}
.line-nav .navbar-brand img{width: 178px;height: 50px;}
.line-nav .line-navbar-toggles{margin-right: -15px;}
.line-nav .line-navbar{margin-left: -15px; margin-right: -15px; max-height: 340px; clear: both}
.line-nav .nav-flex{margin-top: 60px;}
.line-nav .nav-fence{display: none;}

.navbar-default .navbar-nav > li > a {color: #333; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #2c3e50; background: #3de3bf; border-radius: 4px; }

@media (min-width: 768px) {
    .line-nav .navbar-brand{height: 90px;}
    .line-nav .navbar-brand img{width: 320px;height: 90px; }
    .line-nav .nav-flex{margin-top: 28px;}
    .line-nav .navbar-nav li a{padding-top:10px; padding-bottom: 10px;}
    .line-nav .navbar-nav .dropdown-menu li a{padding-top:10px; padding-bottom: 10px;}
    .line-nav .line-navbar {clear: none; }
    .line-nav .nav-fence{padding-top: 10px;display: block;}
    .line-nav .navbar-nav > li {margin: 0 6px;}
    .line-nav .navbar-nav > li > .font-16{font-size: 14px;}
    .line-nav .navbar-nav > li > .hover {color: #2c3e50; background: #3de3bf; border-radius: 4px;}
}

@media (min-width: 992px) {
    .line-nav .navbar-nav > li > .font-16{font-size: 16px;}
}

.navbar-default{
    background-color: #f5f5f5;
    /*border-color: #3de3bf;*/
    border-radius: 0;
    border-width:0 0 2px 0;
    margin-bottom: 0;
    padding: 10px 0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #0490db;
    color: #fff;
}
.dropdown-menu{
    background-color: transparent;
    border: 0;
    padding: 0;
    min-width: 100%;
}
.dropdown-menu > li > a {
    background-color: #fff;
    color: #777;;
    margin-top:2px;
    /*padding: 3px 26px;*/
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #0490db;
}
@media (min-width: 768px) {
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: transparent;
        color: #0490db;
    }
}
@media (max-width: 768px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #73c9f7;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .dropdown-menu > li > a {
        background-color: #73c9f7;
        margin-top:0;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #000;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: #0490db;
    }

}

/*****banner*****/
.carousel {}
.carousel .carousel-indicators{margin-bottom: 0;}
.carousel-caption {
    z-index: 10;
}
.carousel .item {
    background-color: #777;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
}
@media (max-width: 767px) {
    .carousel-indicators {
        position: absolute;
        bottom: 10px;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
    }
    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #fff;
        border-radius: 10px;
    }
}

@media (min-width: 768px) {
    .carousel-indicators {
        position: absolute;
        bottom: 10px;
        left: 0;
        z-index: 15;
        width: 100%;
        padding-left: 0;
        margin-left: 0;
        text-align: center;
        list-style: none;
    }
    .carousel-indicators li {
        display: inline-block;
        width: 24%;
        height: 44px;
        margin: 1px;
        text-indent: 0;
        cursor: pointer;
        background-color: #2c3e50 \9;
        background-color: rgba(44, 62, 80, 0.8);
        border: 0;
        border-radius: 0;
        filter: Alpha(opacity=80);
        color: #fff;
        text-align: center;
        line-height: 44px;
        padding: 0 5px;
    }
    .carousel-indicators .active {
        width: 24%;
        height: 44px;
        margin: 1px;
        background-color: #01c79c;
        background-color: rgba(0, 219, 171, 0.8);
        filter: Alpha(opacity=80);
    }

}

/*****end****/
/*****banner*****/
.banner {width: 100%; overflow: hidden; position: relative;}
.banner img {width: 100%;}
.banner ul, .banner li{list-style: none; margin: 0; padding: 0;}

.swiper-banner {width: 100%; overflow: hidden; position: relative;}
.swiper-banner img {width: 100%;}
.swiper-banner ul, .swiper-banner li{list-style: none; margin: 0; padding: 0;}

.swiper-container-horizontal > .swiper-pagination {bottom: 5.5px;}
.swiper-pagination-bullet {
    border-radius:0;
    width:2em;
    height: 0.4em;
    margin: 0 0.5em; !important;
    opacity: 0.6;
    box-sizing: border-box;
    background-color: #d6d4c4;
}
.swiper-pagination-bullet-active {background-color: #4a4a4a; opacity: 1;}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 1em 2.4em;
    -webkit-background-size: 1em 2.4em;
    background-size: 1em 2.4em;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 1em ;
    border: solid 1px #4a4a4a;
    border-radius: 20px;
}
.swiper-button-prev{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%234a4a4a'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-next{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%234a4a4a'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.list-arr-right{
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;;
    margin-top: -15px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 1em 2.4em;
    -webkit-background-size: 1em 2.4em;
    background-size: 1em 2.4em;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 1em ;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23a6a6a6'%2F%3E%3C%2Fsvg%3E");
    right: 0;
    left: auto;
}
.check-btn{
    background: #80dacc;
    border:0;
}
.check-btn:hover, .check-btn:focus, .check-btn:active{
    color: #fff;
    background-color: #80dacc;
}
.orer-btn{
    background: #80dacc;
    border:0;
    border-radius: 17px;
}
.orer-btn:hover, .orer-btn:focus, .orer-btn:active{
    color: #fff;
    background-color: #80dacc;
}
.triangle-order{
    margin-top: -8px;
    margin-left: 28px;
}
.loadbox{ border-radius: 6px; border: solid 1px #ddd; overflow: hidden; position: absolute ; left: 50%; margin-left: -55px;}


.stay-icon{
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -40px;
    width: 78px;
    height: 30px;
    background:url(../images/stay.png) no-repeat left;
    background-size: 26px 26px;
    border: 0;
    padding-left: 30px;
}
.give-icon{
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -40px;
    width: 78px;
    height: 30px;
    background:url(../images/give.png) no-repeat left;
    background-size: 26px 26px;
    border: 0;
    padding-left: 30px;
}
.give-num{ position: absolute; right: 5px; top: 0; margin-top: -6px; margin-right: -3px;background-color: #ff5454;}
.fulfil-icon{
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -40px;
    width: 78px;
    height: 30px;
    background:url(../images/fulfil.png) no-repeat left;
    background-size: 26px 26px;
    border: 0;
    padding-left: 30px;
}
.line{ position: absolute; left: 0; bottom: 0;width:100%; margin-bottom:-9px;height: 3px; background: #80dacc; display: none}
.hover .line{ display: block}


.buwei-arr-right{
    position: absolute;
    top:0;
    right: 0;
    width: 49px;
    height: 49px;;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 28px 28px;
    -webkit-background-size: 28px 28px;
    background-size: 28px 28px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23a6a6a6'%2F%3E%3C%2Fsvg%3E");

}
.buwei-list{list-style: none}

.buwei-arr-right.hover{
    -moz-animation: hfli .2s ease-out both;
    -ms-animation: hfli .2s ease-out both;
    -webkit-animation: hfli .2s ease-out both;
    -o-animation: hfli .2s ease-out both;
    animation: hfli .2s ease-out both;
}
@keyframes hfli{
    0%{
        opacity: 0;
        -moz-transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    100%{
        opacity: 1;
        -moz-transform:rotate(90deg);
        -ms-transform:rotate(90deg);
        -webkit-transform:rotate(90deg);
        -o-transform:rotate(90deg);
        transform:rotate(90deg);}
}

/*@media (min-width: 768px) {*/
    /*.top-tab {display: block}*/
    /*.swiper-button-next, .swiper-button-prev {*/
        /*width: 52px;*/
        /*height: 55px;*/
        /*margin-top: -26px;*/
        /*-moz-background-size: 20px 38px;*/
        /*-webkit-background-size: 20px 38px;*/
        /*background-size: 20px 38px;*/
    /*}*/
/*}*/
/*****end****/


