@charset "UTF-8";
/*index first-screen*/
.head {
    margin-bottom: 0px;
}

.indexBg {
    z-index: 0;
    width: 100%;
    height: 530px;
    background: #ddd url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAISCAYAAAANyKWVAAABRklE…wqnXDeauQyO6Fp01FkY1r58NCYQc9Wh1cQi77r/N4S/4DodhvDdorJmMAAAAASUVORK5CYII=') repeat-x;
}

    .indexBg .heroBg {
        z-index: 0;
        position: absolute;
        height: 530px;
        width: 100%;
        overflow: hidden;
    }

        .indexBg .heroBg .heroContainer {
            position: relative;
            width: 100%;
            max-width: 1400px;
            margin: 0px auto;
            height: 530px;
        }

            .indexBg .heroBg .heroContainer .heroImg {
                background-position: center center;
                background-size: cover;
                min-height: 100%;
                min-width: 100%;
            }

            .indexBg .heroBg .heroContainer .heroFade {
                display: block;
                height: 530px;
                width: 140px;
                position: absolute;
                top: 0px;
                opacity: 1.0;
                -webkit-transition: opacity 0.3s ease-out;
                transition: opacity 0.3s ease-out 0s;
            }

@media all and (max-width: 1300px) {
    .indexBg .heroBg .heroContainer .heroFade {
        opacity: 0;
    }
}

.indexBg .heroBg .heroContainer .heroFade.left {
    left: 0px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAABCAQAAACm546zAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADpJREFUGJVjvPuP4T8S/AfFqLx/GCwYhLH/ooj+RWLj5v1Fk/tLUJYQ7z8SD+bWvxju/4fDp0hQ+T8A+7aMAoEV4XkAAAAASUVORK5CYII=') repeat-y scroll 0% 0% transparent;
}

.indexBg .heroBg .heroContainer .heroFade.right {
    right: 0px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAABCAQAAACm546zAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADtJREFUGJVjZGC4y8iACplQWExQFhOcB2Exw1kgkhmJDeMxEeQxo/CZCcoSYyYjnMeIIorufiYcPoVCAHtTAd2CsK8kAAAAAElFTkSuQmCC') repeat-y scroll 0% 0% transparent;
}

.indexBg .wash {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 530px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAISCAYAAAANyKWVAAABRklEQVRIx+2VMXLEMAwDsSjzpdR5Yf57SHGWLdmU7BTp0mg8IwokAZDWx+fXtyXp//g/fn+g/AlyHsVBjMRzZIiVsH3dv3APP3nBcPGkoCL5mkmwrCoEbjVKe4a91HJFO4QW94S6GAoiIF1BZTOJzLotX299AjUy57fsJBYA20UshfY1dH7oVopcqGpuRZkqCMRJsMcQWAll3dobiTd8sx5zexvkVKKMORrKrXgbLwVXsPLfyrbV9HhKrJvNqnLPtt27dF4Xec5mKFIepQGamx+4zMy86T0RfR/pzTrO6iHPFMp6DZXO4iqaquWB0tts7ZITL6CY3hHZnUOxpE+rarXHx7/GNvaiz3vc5tX8Mir9HiEl17FqDR7+e+8mJgWhHFzJZAewqnXDeauQyO6Fp01FkY1r58NCYQc9Wh1cQi77r/N4S/4DodhvDdorJmMAAAAASUVORK5CYII=') repeat-x scroll 0% 0% transparent;
}

.indexSearchBox {
    background: #555 url(http://css.baojia.com/images/1.0/demo-search-box.jpg) no-repeat 50% 50%;
    width: 660px;
    height: 42px;
    padding: 4px;
}

.smartSearchBox {
    border-radius: 3px;
}

    .smartSearchBox .inputDiv {
        float: left;
        height: 51px;
        margin-right: 10px;
        _margin-right: 6px;
        position: relative;
    }

    .smartSearchBox .input {
        font-family: 'Microsoft YaHei',Arial, Verdana;
        font-weight: 300;
        color: #555555;
        font-size: 24px;
        height: 51px;
        width: 340px;
        box-shadow: 0px 1px 0px rgba(145, 146, 138, 0.5);
        border-radius: 2px;
        border: 1px solid #999999;
        padding: 3px 10px;
        _padding: 0 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        background-image: none;
    }

        .smartSearchBox .input.options {
            height: auto;
            width: 340px;
            _width: 263px;
            line-height: 28px;
            font-size: 16px;
            background-color: #fff;
            position: absolute;
            left: 0;
            top: 50px;
        }

        .smartSearchBox .input.datepick {
            width: 185px;
            color: #555;
            background: #fff url(http://css.baojia.com/images/1.0/calendar_large.v1.png) no-repeat 150px 50%;
        }

        .smartSearchBox .input.options ul li {
            height: 28px;
            overflow: hidden;
            cursor: pointer;
        }

            .smartSearchBox .input.options ul li.hover, .smartSearchBox .input.options ul li:hover {
                background-color: #f7f7f7;
            }

    .smartSearchBox .location {
        width: 340px;
        _width: 263px;
    }

    .smartSearchBox .pickup {
        width: 130px;
        height: 40px;
        _width: 103px;
    }

    .smartSearchBox .return {
        width: 130px;
        height: 40px;
        _width: 103px;
    }

    .smartSearchBox .inputDiv span {
        display: block;
        position: absolute;
        right: 10px;
        bottom: 8px;
        width: 22px;
        height: 20px;
        background: url(http://css.baojia.com/images/1.0/index.png) 0 -180px no-repeat;
    }

    .smartSearchBox .returnWrapper span {
        background: url(http://css.baojia.com/images/1.0/index.png) 0 -200px no-repeat;
    }

    .smartSearchBox .search {
        width: 150px;
        height: 51px;
        padding-top: 6px;
        margin-left: 10px;
        font-weight: 300;
        font-size: 24px !important;
        color: #FFF;
        position: relative;
        display: inline-block;
        background: none repeat scroll 0% 0% #FB8530;
        border-radius: 2px;
        -moz-border-top-colors: none;
        -moz-border-right-colors: none;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        border-image: url('') none;
        line-height: 1em;
        padding: 7px 15px 8px;
        text-align: center;
        margin: 0px;
        cursor: pointer;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
        border-left-style: solid;
        border-left-color: #FB8530;
        border-left-width: 0px !important;
        border-right-style: solid;
        border-right-color: #FB8530;
        border-right-width: 0px !important;
        border-top-style: solid;
        border-top-color: #FB8530;
        border-top-width: 0px !important;
        border-bottom-style: solid;
        border-bottom-color: #FB7617;
        border-bottom-width: 0px !important;
    }

        .smartSearchBox .search:before {
            position: absolute;
            opacity: 0;
            height: 0px;
            content: " ";
        }

        .smartSearchBox .search:focus {
            outline-offset: -2px;
            text-decoration: none;
            outline: rgb(51, 51, 51) dotted thin;
            box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.08),0 0 2px 2px #ceeaf6;
        }

        .smartSearchBox .search:hover {
            box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.08),0 0 2px 2px #fff;
        }

.smartPublish {
    height: 60px;
    position: absolute;
    left: 0px;
    bottom: 50px;
    width: 100%;
    max-width: 300px;
    _width: 300px;
    background: none repeat scroll 0% 0% #84C255;
    color: #FFF;
    border-radius: 10px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
}

    .smartPublish .publishCar {
        width: 50px;
        height: 60px;
        float: left;
        background-image: url('http://css.baojia.com/images/1.0/hp_car.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 35px auto;
    }

    .smartPublish .publishTxt {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 10px;
        float: left;
        margin-top: 12px;
        line-height: 18px;
        padding-left: 3px;
    }

    .smartPublish .publishArw {
        height: 20px;
        width: 25px;
        margin-top: 21px;
        background-size: 20px auto;
        float: right;
        background-image: url('http://css.baojia.com/images/1.0/arrow_white.png');
    }

    .smartPublish .publishLink {
        position: absolute;
        left: 0;
        top: 0;
        height: 60px;
        width: 300px;
        z-index: 1;
    }

        .smartPublish .publishLink a {
            display: block;
            line-height: 60px;
            font-size: 17px;
            font-weight: bold;
            text-align: right;
            padding-right: 20px;
        }

            .smartPublish .publishLink a, .smartPublish .publishLink a:link, .smartPublish .publishLink a:active,
            .smartPublish .publishLink a:visited {
                color: #fff;
            }

                .smartPublish .publishLink a:hover {
                    color: #fff;
                    text-decoration: none;
                }

a.heroAtIndex {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 25px;
    padding: 5px 10px 0px;
    background: none repeat scroll 0% 0% rgba(220, 220, 220, 0.85);
    color: #555;
}

    a.heroAtIndex span.carTitle {
        display: inline-block;
        font-family: 'Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: normal;
        font-size: 15px;
        line-height: 1.4;
    }

    a.heroAtIndex span.carYear {
        display: inline-block;
        font-family: 'Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-size: 13px;
        line-height: 1.4;
        font-weight: bold;
    }

    a.heroAtIndex span.location {
        display: inline-block;
        position: relative;
        font-weight: normal;
        font-size: 11px;
        line-height: 14px;
        font-family: 'Microsoft YaHei','Lucida Grande','Helvetica Neue',Helvetica,Arial,sans-serif;
        padding-left: 23px;
        margin-left: 2px;
    }

        a.heroAtIndex span.location span.icon {
            display: block;
            position: absolute;
            top: -3px;
            left: 4px;
            background-size: 160px 280px;
            height: 18px;
            width: 18px;
            background-repeat: no-repeat;
            background-image: url('/images/1.0/sprite.png');
            background-color: transparent;
            background-position: -101px -1px;
        }

/* featured cars*/
.indexFeaturedCars {
    width: 940px;
    margin: 50px auto;
    position: relative;
}

/* slide cars*/
.slideSwitches {
    width: 940px;
    clear: both;
}

    .slideSwitches ul.itemSwitches {
        width: 940px;
        height: 18px;
        line-height: 18px;
        clear: both;
        text-align: center;
    }

        .slideSwitches ul.itemSwitches li {
            display: inline-block;
            margin: 0 6px;
            height: 18px;
            width: 18px;
            background-color: #ddd;
            color: #ddd;
            text-align: center;
            cursor: pointer;
            border-radius: 2px;
            _float: left;
        }

            .slideSwitches ul.itemSwitches li:hover, .slideSwitches ul.itemSwitches li.hi {
                background-color: #27b8f6;
                color: #27b8f6;
            }

            .slideSwitches ul.itemSwitches li.more {
                width: auto;
                padding: 0 20px;
                float: right;
            }

                .slideSwitches ul.itemSwitches li.more a:link, .slideSwitches ul.itemSwitches li.more a:active, .slideSwitches ul.itemSwitches li.more a:visited, .slideSwitches ul.itemSwitches li.more a {
                    color: #888;
                }

                    .slideSwitches ul.itemSwitches li.more a:hover {
                        color: #fff;
                    }

.slideCars {
    overflow: hidden;
    width: 940px;
    height: 282px;
}

    .slideCars ul.itemLists {
        width: 960px;
        height: 282px;
        clear: both;
    }

        .slideCars ul.itemLists li {
            float: left;
            width: 306px;
            height: 280px;
            margin-right: 14px;
            background-color: transparent;
            padding: 0;
            display: inline;
            vertical-align: middle;
            text-align: right;
            position: relative;
        }

            .slideCars ul.itemLists li .price {
                position: absolute;
                color: #FFF;
                background: none repeat scroll 0% 0% #28BCDC;
                padding: 5px 10px;
                font-size: 32px;
                font-weight: 300;
                display: block;
                margin-bottom: 5px;
            }

            .slideCars ul.itemLists li .daily {
                top: 10px;
                left: 0px;
            }

            .slideCars ul.itemLists li .weekly {
                top: 70px;
                left: 0px;
                font-size: 15px;
            }

            .slideCars ul.itemLists li .price .currency {
                font-size: 15px;
                vertical-align: middle;
                margin-right: 1px;
            }

            .slideCars ul.itemLists li .price .slash {
                font-size: 18px;
                margin-left: 1px;
                margin-right: 1px;
                color: #fff;
            }

            .slideCars ul.itemLists li .price .unit {
                font-size: 15px;
            }

            .slideCars ul.itemLists li .price .ribbon {
                position: absolute;
                height: 20px;
                width: 18px;
                z-index: -1;
                left: 0px;
                bottom: -20px;
                background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAAAZklEQVR42q3MsQ1AUBSGUVMoRAwjCoVRFCJWMMRLnmlEDKMQE3BvofrL7xanPUW95jeSh2N06Nro0JXmigx/Ow9V4qGaeKg6HqrK3DxUBw9V4qGaeah6HqrGPDxUp4bcpiG3aMgNH1QKeEmj/reVAAAAAElFTkSuQmCC') no-repeat scroll 0% 0% / 20px 18px transparent;
            }

            .slideCars ul.itemLists li .weekly .currency {
                vertical-align: text-bottom;
            }

            .slideCars ul.itemLists li .weekly .slash {
                font-size: 15px;
            }

            .slideCars ul.itemLists li .weekly .unit {
                font-size: 0.8em;
            }

    .slideCars ul li .owner-box {
        margin-top: 8px;
        margin-left: 6px;
        height: 50px;
        background: none repeat scroll 0% 0% #FFF;
        position: relative;
        overflow: hidden;
        text-align: left;
    }

        .slideCars ul li .owner-box .owner_image {
            position: relative;
            left: 0;
            top: 0;
            height: 50px;
            width: 50px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
        }

        .slideCars ul li .owner-box .vehicle_name {
            position: absolute;
            left: 60px;
            top: 0;
            height: 50px;
            font-size: 13px;
            line-height: 1.4;
            margin-left: 4px;
        }

            .slideCars ul li .owner-box .vehicle_name .year {
                font-weight: bold;
                padding-left: 6px;
            }

            .slideCars ul li .owner-box .vehicle_name .location_block {
                position: relative;
                padding-left: 18px;
                margin-top: 5px;
                display: block;
            }

                .slideCars ul li .owner-box .vehicle_name .location_block .icon {
                    position: absolute;
                    background-size: 160px 280px;
                    height: 18px;
                    width: 18px;
                    background-repeat: no-repeat;
                    background-image: url('/images/1.0/sprite.png');
                    background-color: transparent;
                    background-position: -61px -121px;
                    top: 0px;
                    left: 0px;
                }

                .slideCars ul li .owner-box .vehicle_name .location_block .location {
                    position: relative;
                    font-family: 'Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
                    font-weight: normal;
                    font-size: 13px;
                    line-height: 1.4;
                }

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* list your cars*/
.listYourCars {
    margin-bottom: 0;
}

    .listYourCars .left {
        float: left;
        margin-right: 20px;
        width: 380px;
    }

    .listYourCars .right {
        float: right;
        width: 540px;
        height: 578px;
        position:relative;
    }
    .listYourCars .right .caculator{
        position:absolute;
        right:0;
        bottom:0;
        padding:101px 32px 22px 32px;
        width:189px;
        height:450px;
        background:url(http://css.baojia.com/images/1.1/index/iphone.png) no-repeat 0 0;
    }

    .listYourCars .right .caculator dl{

    }
    .listYourCars .right .caculator dl dt{font-size:18px;font-weight:bold;text-align:center;color:#28bcdc;margin-bottom:22px;}
    .listYourCars .right .caculator dl dd{height:42px;line-height:42px;margin-bottom:20px;background:#28bcdc url(http://css.baojia.com/images/1.1/index/brand.png) no-repeat 0 50%;;border-radius:7px;position:relative;}

    .listYourCars .right .caculator dl dd.car{background-image:url(http://css.baojia.com/images/1.1/index/car.png)}
    .listYourCars .right .caculator dl dd.model{background-image:url(http://css.baojia.com/images/1.1/index/model.png)}
    .listYourCars .right .caculator dl dd.mileage{background-image:url(http://css.baojia.com/images/1.1/index/mileage.png)}
    .listYourCars .right .caculator dl dd.regyears{background-image:url(http://css.baojia.com/images/1.1/index/jsq_rili.png)}
    
    .listYourCars .right .caculator dl dd select{padding:0;height:22px;line-height:22px;margin-top:10px;}
    .listYourCars .right .caculator dl dd input{height:42px;line-height:42px;border:none;}

    .listYourCars .right .caculator dl dd .rightArrow{margin-right:-1px;height:42px;line-height:42px;width:12px;background-color:#fff;border-radius:7px;position:absolute;right:0;bottom:0;}
    .listYourCars .right .caculator dl dd .select{height:42px;line-height:42px;width:145px;position:absolute;left:38px;top:0;background-color:#fff;}

    .listYourCars .right .caculator dl dd .select .dropdown{background:url(http://css.baojia.com/images/1.1/index/drop-down.png) no-repeat 50% 50%;width:30px;height:42px;position:absolute;right:0;bottom:0;}

    .listYourCars .right .bubble
    {
        position:absolute;
        width:125px;
        height:116px;
        left:158px;
        top:0;
        background:url(http://css.baojia.com/images/1.1/index/qipao.png) no-repeat 0 0;
        color:#fff;
        font-size:17px;
        font-weight:bold;
        padding:52px 15px 20px 15px;
    }
    .listYourCars .right .hihere
    {
        position:absolute;
        width:231px;
        height:150px;
        left:58px;
        bottom:58px;
        background:url(http://css.baojia.com/images/1.1/index/jiantou.png) no-repeat 0 0;
        color:#fff;
    }

    .listYourCars .left .title {
        color: #5AA03E;
        font-size: 32px;
        margin-bottom: 10px;
    }

    .listYourCars .left .text {
        font-size: 15px;
        line-height: 1.3em;
        padding-right: 0px;
        padding-bottom: 30px;
    }

        .listYourCars .left .text a {
            color: #28BCDC;
        }
        .listYourCars .left .priceResult{
            margin-top:18px;
            padding:20px 12px;
            height:160px;
            background-color:#ddd;
        }

        .listYourCars .left .priceResult .carText{
            font-size:17px;
            line-height:22px;
            margin-bottom:22px;
        }
        .listYourCars .left .priceResult .carPrice{
            margin-bottom:22px;
            font-size:17px;
            font-weight:bold;
            text-align:center;
        }
        .listYourCars .left .priceResult .carPrice span.dailyPrice{font-size:28px;color:#28bcdc;}
        .listYourCars .left .priceResult .carPrice i{font-size:14px;font-style:normal;color:#888;text-indent:3px;display:inline-block;}
        .listYourCars .left .priceResult .carPublish {
            text-align:center;
        }

    .listYourCars .left .button:before {
        position: absolute;
        opacity: 0;
        height: 0px;
        content: " ";
    }

    .listYourCars .left .button {
        text-decoration: none;
        outline: medium none;
        background-color: #77BA43;
        border-color: #87C358 #77BA43 #77BA43;
    }

        .listYourCars .left .button.green {
            border-left: 1px solid #7FBF4D;
            border-right: 1px solid #7FBF4D;
            border-top: 1px solid #7FBF4D;
            border-bottom: 1px solid #72B240;
            position: relative;
            display: inline-block;
            background: none repeat scroll 0% 0% #7FBF4D;
            border-radius: 2px;
            -moz-border-top-colors: none;
            -moz-border-right-colors: none;
            -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            border-image: url('') none;
            color: #FFF;
            font-size: 15px;
            font-weight: normal;
            line-height: 1em;
            padding: 7px 15px 8px;
            text-align: center;
            margin: 0px;
            cursor: pointer;
        }

    .listYourCars .right .video {
        background: #ddd;
        color: #fff;
        text-align: center;
        height: 200px;
        line-height: 200px;
    }

/*app container*/
.appContainerOut {
    width: 100%;
    clear: both;
}
.appContainer{
    height: 400px;
    position: relative;
    overflow: visible;
}

    .appContainer .phoneInhand {
        display: block;
        width: 500px;
        height: 400px;
        position: absolute;
        z-index: 0;
        bottom: 0px;
        left: -60px;
        background: url('http://css.baojia.com/images/1.0/index/phone_in_hand.jpg') repeat scroll 0% 0% transparent;
    }

    .appContainer .content {
        position: relative;
        padding-left: 440px;
        z-index: 1;
    }

        .appContainer .content .title {
            color: #28BCDC;
            padding-top: 50px;
            font-size: 52px;
        }

        .appContainer .content .download {
            width: 218px;
            height: 66px;
            padding: 12px 8px 8px 8px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            border: solid 1px #ccc;
            border-radius: 8px;
            display: table;
            text-align: center;
            vertical-align: middle;
            background-color: #fafafa;
            margin: 3px 0;
            clear: both;
        }
/* insurance */
.yourAreInsured {
    position: relative;
    min-height: 600px;
    min-height: 0;
    background-color: #28bcdc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1ba6d0), to(#34d1e7));
    background-image: -webkit-linear-gradient(top, #1ba6d0, #34d1e7);
    background-image: -moz-linear-gradient(top, #1ba6d0, #34d1e7);
    background-image: -ms-linear-gradient(top, #1ba6d0, #34d1e7);
    background-image: -o-linear-gradient(top, #1ba6d0, #34d1e7);
    background-image: linear-gradient(top, #1ba6d0, #34d1e7);
    margin-bottom: 0;
    -webkit-font-smoothing: antialiased;

    text-align:center;
}

    .yourAreInsured .shadow.top {
        height: 45px;
        top: -45px;
        background: url("http://css.baojia.com/images/1.0/index/shadow_blue_top.png") repeat-x;
    }

    .yourAreInsured .shadow {
        display: block;
        position: absolute;
        z-index: 2;
        height: 45px;
        left: 0;
        width: 100%;
    }

    .yourAreInsured .content {
        width: 760px;
        margin: 0 auto;
        position: relative;
        z-index: 0;
        min-height: 280px;
        padding-top: 50px;
        padding-bottom: 35px
    }

    .yourAreInsured .shadow.bottom {
        height: 45px;
        bottom: -45px;
        background: url("http://css.baojia.com/images/1.0/index/shadow_blue_bottom.png") repeat-x;
    }


@media screen and (max-width: 620px) {
    .yourAreInsured .content {
        width: auto;
        margin: 0;
        padding: 0 10px;
    }
}

@media screen and (max-width: 620px) {
    .yourAreInsured .content {
        padding-top: 30px;
        padding-bottom: 30px;
        overflow: hidden;
    }
}

.yourAreInsured .content .shield {
    display: block;
    position: absolute;
    z-index: -1;
}

.yourAreInsured .content .shield_1 {
    bottom: 40px;
    right: 10px;
    background: url("http://css.baojia.com/images/1.0/index/blurred_shield_white.png") no-repeat;
    width: 280px;
    height: 300px;
}

.yourAreInsured .content .shield_2 {
    bottom: 20px;
    right: -20px;
    background: url("/images/1.0/index/blurred_shield_small_white.png") no-repeat;
    width: 140px;
    height: 150px;
}

@media screen and (max-width: 620px) {
    .yourAreInsured .content .shield_2 {
        opacity: 0.6;
    }
}

.yourAreInsured .content h2 {
    color: #fafafa;
}

.yourAreInsured .content .subtitle {
    color: #d0eef4;
}

.yourAreInsured .content .owners, .yourAreInsured .content .renters {
    width: 380px;
    float: left;
    padding-top: 5px;
    margin-bottom: 40px;
}

@media screen and (max-width: 620px) {
    .yourAreInsured .content .owners, .yourAreInsured .content .renters {
        float: none;
        width: auto;
        padding-top: 0;
        margin-bottom: 30px;
    }

        .yourAreInsured .content .owners h5, .yourAreInsured .content .renters h5 {
            margin-top: 30px;
        }
}

.yourAreInsured .content .owners h5, .yourAreInsured .content .renters h5 {
    font-family: 'Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #fafafa;
}

.yourAreInsured .content .owners ul li, .yourAreInsured .content .renters ul li {
    font-size: 32px;
    font-family: 'Microsoft YaHei',"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    color: #555555;
    line-height: 1.0em;
    font-size: 20px;
    margin-bottom: 10px;
}

@media screen and (max-width: 620px) {
    .yourAreInsured .content .owners ul li, .yourAreInsured .content .renters ul li {
        font-size: 24px;
    }
}

.yourAreInsured .content .owners ul li, .yourAreInsured .content .renters ul li, .yourAreInsured .content .owners ul li a, .yourAreInsured .content .renters ul li a {
    color: #fafafa;
}

    .yourAreInsured .content .owners ul li a, .yourAreInsured .content .renters ul li a {
        font-family: 'Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: normal;
        font-size: 15px;
        font-size: 13px;
        line-height: 1.4;
        font-weight: bold;
        margin-top: 2px;
    }

    .yourAreInsured .content .owners ul li.learn_more, .yourAreInsured .content .renters ul li.learn_more {
        margin-top: 0;
    }

.yourAreInsured .content > .learn_more {
    font-family: 'Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 15px;
    font-size: 13px;
    line-height: 1.4;
    width: 100%;
    clear: both;
    margin-top: 20px;
    color: #fafafa;
}

    .yourAreInsured .content > .learn_more a {
        color: #fafafa;
        font-weight: bold;
        display: inline;
    }

.content h2 {
    font-size: 42px;
    font-family: 'Microsoft YaHei',"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    color: #555555;
    line-height: 1.0em;
}

@media screen and (max-width: 620px) {
    .yourAreInsured h2 {
        font-size: 36px;
    }
}

.content .subtitle {
    font-family: 'Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.4;
    color: #888888;
    margin-top: 5px;
    margin-bottom: 30px;
}

@media screen and (max-width: 620px) {
    .yourAreInsured .subtitle {
        font-size: 13px;
    }
}

.content .box h3 {
    margin-bottom: 8px;
    font-size: 42px;
}

.content h2, .content h3 {
    color: #28BCDC;
}

.cityAvailable {
    width: 100%;
    min-height: 0;
    height: 420px;
    text-align: center;
    background: #79a0af;
    -webkit-font-smoothing: antialiased;
    position: relative;
}

    .cityAvailable .button {
        -webkit-font-smoothing: subpixel-antialiased;
    }

@media screen and (max-width: 620px) {
    .cityAvailable {
        margin-bottom: 20px;
    }
}

.cityAvailable .bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 420px;
}

    .cityAvailable .bg .bg_container {
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        height: 100%;
        position: relative;
    }

        .cityAvailable .bg .bg_container .airplane {
            position: relative;
            background: url("http://css.baojia.com/images/1.0/index/beijing_ready.jpg") no-repeat;
            background-position: center center;
            background-size: cover;
            min-height: 100%;
            min-width: 100%;
        }

@media screen and (max-width: 620px) {
    .cityAvailable .bg .bg_container .airplane {
        background-image: url("http://css.baojia.com/images/1.0/index/beijing_ready.jpg");
    }
}

.cityAvailable .bg .bg_container .fade {
    display: block;
    height: 420px;
    width: 140px;
    position: absolute;
    top: 0;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

@media all and (max-width:1340px) {
    .cityAvailable .bg .bg_container .fade {
        opacity: 0;
    }
}

.cityAvailable .bg .bg_container .fade.left {
    left: 0;
    background: url("http://css.baojia.com/images/1.0/index/airport_fade_left.png") repeat-y;
}

.cityAvailable .bg .bg_container .fade.right {
    right: 0;
    background: url("http://css.baojia.com/images/1.0/index/airport_fade_right.png") repeat-y;
}

.cityAvailable .content {
    width: 940px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 400px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    text-align: left;
}

@media screen and (max-width: 620px) {
    .cityAvailable .content {
        width: auto;
        margin: 0;
        padding: 0 10px;
    }
}

.cityAvailable .content .box {
    background: #ecf9fb;
    background: rgba(236, 249, 251, 0.85);
    position: relative;
    top: 20px;
    left: 0;
    width: 500px;
    padding: 20px;
}

@media screen and (max-width: 620px) {
    .cityAvailable .content .box {
        width: auto;
        left: 0;
        margin: 0;
    }
}

.cityAvailable .content .box h3 {
    margin-bottom: 8px;
    font-size: 42px;
}

@media screen and (max-width: 620px) {
    .cityAvailable .content .box h3 {
        font-size: 24px;
    }
}


.longTermRental {
    width: 940px;
    margin: 0 auto;
    margin-top: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid #c5c4c3;
    margin-bottom: 60px;
}

@media screen and (max-width: 620px) {
    .longTermRental {
        width: auto;
        margin: 0;
        padding: 0 10px;
    }
}

.longTermRental .calendar {
    float: left;
    margin-right: 20px;
}

.mediaReportsEx{
    padding:52px 0;
    height:338px;
    overflow:hidden;
    background-color:#3D3D3D;
}
.mediaReportsEx .mediaPartners{
    width:150px;
    float:left;
}
.mediaReportsEx .mediaPartners ul li{width:150px;height:58px;margin-bottom:12px;background:#444 url(http://css.baojia.com/images/1.1/index/163_logo.png) no-repeat 50% 50%;border-radius:8px;}
.mediaReportsEx .mediaPartners ul li.sohu{background-image:url(http://css.baojia.com/images/1.1/index/sohu_logo.png);}
.mediaReportsEx .mediaPartners ul li.sina{background-image:url(http://css.baojia.com/images/1.1/index/sina_logo.png);}
.mediaReportsEx .mediaPartners ul li.tengxun{background-image:url(http://css.baojia.com/images/1.1/index/tengxun_logo.png);}
.mediaReportsEx .mediaPartners ul li.fenghuang{background-image:url(http://css.baojia.com/images/1.1/index/fenghuang_logo.png);}


.mediaReportsEx .mediaMark{width:180px;height:338px;float:left;position:relative;}
.mediaReportsEx .mediaMark .mark{padding:0 5px;width:80px;text-align:center;height:90px;background-color:#28bcdc;color:#fff;position:absolute;left:45px;top:124px;font-size:30px;font-weight:bold;border-radius:8px;}

.mediaReportsEx .mediaArticles{float:left;width:610px;height:338px;position:relative;}
.mediaReportsEx .mediaArticles .quotesTop{position:absolute;width:49px;height:46px;right:0;top:0;background:url(http://css.baojia.com/images/1.1/index/yh_2x.png) no-repeat 50% 50%;}
.mediaReportsEx .mediaArticles .quotesBottom{position:absolute;width:49px;height:46px;left:0;bottom:0;background:url(http://css.baojia.com/images/1.1/index/yh_1x.png) no-repeat 50% 50%;}
.mediaReportsEx .mediaArticles .triangle{position:absolute;width:60px;height:70px;background:url(http://css.baojia.com/images/1.1/index/sanjiao.png) no-repeat 50% 50%;right:548px;top:134px;}
.mediaReportsEx .mediaArticles .articles{position:absolute;height:302px;width:450px;padding:18px;background-color:#e9e9e9;right:62px;top:0;border-radius:5px;}

.mediaReportsEx .mediaArticles .articles .title{font-size:27px;line-height:64px;}
.mediaReportsEx .mediaArticles .articles .text{font-size:15px;line-height:22px;color:#666;}

.mediaReportsEx .mediaArticles .articles ul{border-top:dashed 1px #fff;margin-top:52px;}
.mediaReportsEx .mediaArticles .articles ul li{height:32px;line-height:32px;border-bottom:dashed 1px #fff;}
.mediaReportsEx .mediaArticles .articles ul li.more{border-bottom:none;}
.mediaReportsEx .mediaArticles .articles ul li span.link{width:350px;float:left;display:inline-block;}
.mediaReportsEx .mediaArticles .articles ul li span.media{width:100px;float:right;display:inline-block;text-align:right;}


.mediaReports {
    margin: 0px auto 50px auto;
}

    .mediaReports h2 {
        font-size: 32px;
    }

    .mediaReports ul {
        height: 100px;
        text-align: center;
        clear: both;
        margin-top: 40px;
    }

        .mediaReports ul li {
            width: 240px;
            height: 70px;
            padding: 16px 0;
            margin-right: 60px;
            display: inline-block;
        }
/*dl-app*/
.dl-app {
    width: 100%;
}

.app-fl {
    float: left;
    margin: 0 60px 0 80px;
    width: 140px;
}

    .app-fl a {
        margin-bottom: 14px;
        display: inline-block;
    }

.app-fr {
    float: left;
    width: 140px;
}

    .app-fr a {
        margin-bottom: 14px;
        display: inline-block;
    }

.dl-app-pic {
    display: inline-block;
    width: 132px;
    height: 132px;
    background-image: url('http://css.baojia.com/images/1.0/index/index-icon/dl-app.png');
    position: absolute;
    top: -28px;
    left: 318px;
    z-index: 100;
}
/*end dl-app*/