select {
    -webkit-appearance: none;
    border: none;
    /* 去掉边框 */
    outline: none;
    /* 去掉焦点时的蓝色边框 */
    box-shadow: none !important;
    color: #333;
}

select:focus {
    box-shadow: none !important;
}

/* 针对iOS Safari */
select option:checked {
    color: #333 !important;
    /* 设置选中项的字体颜色为蓝色 */
}

/* 针对其他移动端浏览器 */
select:checked+.select-label {
    color: #333;
    /* 设置选中项的字体颜色为蓝色 */
}



/* 首页表单*/
.bottom {
    width: 100%;
    font-size: 1.4rem;
    background: #efefef url(../images/home/bottom/bottom-rightPic.jpg) right bottom no-repeat;
    background-size: 100% auto;
    padding-bottom: 1.3rem;
}

.bottom .wx {
    display: flex;
    flex-direction: column;
    background: url(../images/home/bottom/slogo.jpg) right top no-repeat;
    background-size: 100% auto;
    box-sizing: border-box;
}

.bottom .lid {
    display: flex;
    align-items: center;
    margin: 0 0 .24rem;
    font-size: .5rem;
}

.bottom input,
.bottom select {
    outline: none;

    background: #fff;
    width: 4rem;
    height: .8rem;
    padding: 0 .2rem;
    font-size: .28rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #333;
    border-radius: 0;
}

.bottom select {
    -webkit-appearance: none;
    border: 1px solid #fff;
    background: url(../images/home/bottom/ico-arrow2.jpg) right center no-repeat;
    background-size: .3rem auto;
}

.bottom input {
    border: 1px solid #e6e6e6;
    -webkit-appearance: none;
    border-radius: 0;
    background: #fff;

}

.bottom .selectBox input {
    border: none;
    width: 100%;
}

.bottom .formbtn {
    margin: .2rem 0 0;
    margin-left: 2.5rem;
    padding-left: .2rem;
    width: 1.6rem;
    height: .64rem;
    font-size: .24rem;
    text-align: center;
    background: #cc0000 url(../images/home/bottom/ico-arrow.png) .2rem center no-repeat;
    background-size: .24rem auto;
    /* 从左到右渐变 */
    color: #fff;
}

.bottom label {
    padding: 0 .2rem 0 0;
    font-size: .3rem;
}

.bottom .selectBox {
    position: relative;
    width: 4rem;
    background: #fff;
    padding: 0;
    border: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
}

.bottom .selectBox2 {
    height: .84rem;
    font-size: .28rem;
    color: #333;
    padding: 0 .2rem;
}

.bottom .selectBox2 span {
    color: #999;
    font-size: .28rem;
}

.bottom .selectBox select {
    width: 100%;
    border: 1px solid #fff;
}


.bottom .left {
    display: flex;
    align-items: center;
    width: 100%;

}

.bottom .left span {
    display: block;
    width: 100%;
    padding: .5rem 0 .5rem 1rem;
    font-size: .4rem;
    line-height: 1.4;
    color: #9d9c9c;
}

.bottom .center {
    box-sizing: border-box;
    padding-left: 1rem;
    width: 100%;
}

.bottom .right {
    width: 100%;
    box-sizing: border-box;
    color: #323232;
    padding: 1rem 0 1rem 1rem;
}

.bottom .dtime {
    font-size: .36rem;
    font-weight: 800;
}

.bottom .dtime span {
    font-size: .4rem;
    font-weight: 400;
}

.bottom h3 {
    margin: 0 0 .3rem;
}

.bottom .dPhone {
    color: #9d9c9c;
    margin: 0 0 .3rem;
    font-size: .36rem;
    line-height: 1.5;
}

.bottom .dPhone span {
    display: flex;
    align-items: center;
    width: 100%;
    color: #9d9c9c;
}

.bottom .dPhone span em {
    font-style: normal;
    font-size: .6rem;
    color: #000;
    font-weight: 400;
}

.bottom .clear {
    position: absolute;
    right: 0;
    top: 0;
}

/*修改当天日期的样式*/
.ui-datepicker-today .ui-state-highlight {
    border: 1px solid #ecd756;
    color: #f60;
}


/*修改选定日期的样式*/
.ui-datepicker-current-day .ui-state-active {
    border: 1px solid #b4aa33;
    background: #efdb01;
    color: #524c0a
}

.ui-widget {
    font-size: 1.3em;
}