.demand-box {
    width: 100%;
    background: #fff;
    height: 303px;
    border: 1px solid #f0f0f0;
}

.demand-content {
    display: none;
}

.demand-content.show {
    display: block;
}

.demand-tab li {
    float: left;
    width: 50%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    background: #f9f9f9;
}

.demand-tab li:hover,
.demand-tab li.active {
    border-top: 3px solid #ff3700;
    font-weight: bold;
    background: #fff;
}

.demand-des {
    font-size: 14px;
    color: #aaaaaa;
    text-align: center;
    margin-bottom: 15px;
}

.demand-list {
    position: relative;
    font-size: 14px;
    width: 267px;
    line-height: 38px;
    border: 1px solid #dddddd;
    cursor: pointer;
    margin: 0 auto 22px;
}

.demand-list label {
    color: #aaaaaa;
    width: 80px;
    text-align: center;
}

.demand-list-inp {
    margin-left: 82px;
}

.demand-list-inp1 {
    /* content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    width: 15px;
    height: 8px; */
    background: url(../images/arrow1.png) center right 10px no-repeat;
    background-size: 12px 6px;
}

.demand-list:hover {
    border: solid 1px #ff3700;
}

.demand-list-txt {
    display: block;
    width: 100%;
    border: 0;
    line-height: 38px;
    font-size: 14px;
    color: #333;
}

.demand-btn {
    width: 272px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ff3700;
    color: #fff;
    border: 0;
    margin: 30px auto 0;
    display: block;
    border-radius: 5px;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
    cursor: pointer;
}

.demand-btn:hover {
    opacity: .9;
}

.demand-login {
    font-size: 14px;
    color: #aaaaaa;
    text-align: center;
    margin-top: 32px;
}

.demand-item {
    display: inline-block;
    width: 40px;
    height: 38px;
    vertical-align: middle;
    cursor: pointer;
}

.demand-item img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.demand-item img:hover {
    transform: scale(1.1)
}


/* 地址选择 */

.u-ban-box {
    position: absolute;
    left: 50%;
    right: 0;
    height: 100%;
    width: 380px;
    margin-left: 220px;
}

.citys {
    display: none;
    position: absolute;
    z-index: 2000;
    width: 445px;
    height: 260px;
    background: #fff;
    bottom: -85px;
    right: 0;
    border: 1px solid #CFCFCF
}

.citys1 {
    bottom: -145px;
    right: 0;
}

.city-close {
    position: absolute;
    right: 10px;
    top: 0;
    color: #666;
    font-size: 20px;
    cursor: pointer;
    transition: all .3s;
    transform-origin: center;
    padding: 0 10px;
}

.city-close:hover {
    transform: rotate(360deg);
    transform-origin: center;
}

.citys-tab {
    border-bottom: 2px solid #ff3700;
}

.citys-tab li {
    float: left;
    width: 80px;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}

.citys-tab li.active {
    background: #ff3700;
    color: #fff;
}

.citys-box {
    display: none;
    padding: 15px;
}

.citys-box.show {
    display: block;
}

.citys-box a {
    width: 59px;
    height: 35px;
    display: inline-block;
    background-color: #f5f5f5;
    color: #666;
    margin-left: 4px;
    margin-top: 1px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    overflow: hidden;
}

.citys-box a:hover,
.citys-box a.active {
    text-decoration: none;
    background: #ff3700;
    color: #fff;
}


/* 下拉框美化 */

.selectpick_div_box {
    margin: 0;
    display: block;
}

.selectpick_div {
    width: 100%;
    height: 38px !important;
    line-height: 38px !important;
    text-align: left;
    border: 0;
    padding-left: 0;
}

.selectpick_div:hover {
    border: 0;
    background: none;
    box-shadow: none;
}

.selectpick_options li label {
    color: #333;
}

.selectpick_options li:hover,
.selectpick_options ul li.selectpick_options_selected {
    background-color: #ff3700;
}

.selectpick_options li:hover label,
.selectpick_options li.selectpick_options_selected label {
    color: #fff;
}


/* 侧边栏代理人 */

.side-box {
    margin-top: 20px;
    border: 1px solid #f0f0f0;
}

.side-tit {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
}

.side-tit strong {
    font-weight: normal;
}

.side-tit h1 {
    color: #333;
    font-size: 18px;
    font-weight: normal;
}

.side-peple {
    padding: 0 5px 15px;
    margin: 0 10px;
}

.side-peple+.side-peple {
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.side-peple dt {
    float: left;
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 50%;
}

.side-peple dt a,
.side-peple dt img {
    display: block;
    width: 100%;
    height: 100%;
}

.side-peple dd {
    margin-left: 105px;
}

.side-people-top {
    height: 25px;
}

.side-people-top .people-name {
    float: left;
    font-size: 18px;
    color: #333;
    margin-right: 5px;
    max-width: 4em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.people-name:hover {
    color: hsl(13, 100%, 50%);
    text-decoration: none;
}

.side-people-rank {
    float: right;
    width: 70px;
    height: 25px;
}

.side-people-info {
    font-size: 14px;
    color: #999999;
    line-height: 1.6;
    margin-top: 5px;
}

.side-people-btn {
    display: block;
    width: 122px;
    line-height: 24px;
    border: 1px solid #dddddd;
    border-radius: 20px;
    text-align: center;
    margin: 10px auto 0;
    font-size: 14px;
    color: #333;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.side-people-btn:hover {
    text-decoration: none;
    background: #ff3700;
    color: #fff;
    border: 1px solid;
}


/* 侧边新闻 */

.side-news {
    padding: 0 2px 10px;
    margin: 0 10px;
}

.side-news+.side-news {
    padding-top: 10px;
    border-top: 1px solid #dddddd;
}

.side-news h2 {
    float: left;
    width: 210px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.side-conpany h2 {
    width: 100%;
}

.side-news h2 a {
    font-size: 14px;
    color: #333333;
    font-weight: normal;
}

.side-news h2 a:hover {
    color: #ff3700;
    text-decoration: none;
}

.side-news-time {
    float: right;
    width: 50px;
    font-size: 14px;
    color: #999999;
}


/* 猜你喜欢 */

.guess-like {
    margin-top: 20px;
}

.guess-like h1 {
    font-size: 18px;
    color: #333333;
    line-height: 50px;
    padding: 0 15px;
    font-weight: normal;
}


/* 热门险种 */

.side-product-item {
    padding: 0 0 15px;
    margin: 0 15px;
}

.side-product-item dt {
    float: left;
    width: 76px;
    height: 76px;
    overflow: hidden;
    border-radius: 5px;
}

.side-product-item dt a,
.side-product-item dt img {
    display: block;
    width: 100%;
    height: 100%;
}

.side-product-item+.side-product-item {
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.side-product-item dd {
    margin-left: 88px;
}

.side-product-item dd h2 {
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    font-weight: normal;
    margin: 0 0 5px;
}

.side-product-item dd h2 a {
    color: #333;
    font-size: 16px;
}

.side-product-item dd h2 a:hover {
    color: #ff3700;
    text-decoration: none;
}

.side-product-des {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    text-align: justify;
}

.side-product-des a {
    color: #ff7009;
}


/* 动画 */

.side-peple dt img,
.side-product-item dt img {
    width: 100%;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}

.side-peple dt:hover img,
.side-product-item dt:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}