select {

    border: none;
    /* 去掉边框 */
    outline: none;
    /* 去掉焦点时的蓝色边框 */
    box-shadow: none !important;
}

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


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

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

input::-webkit-input-placeholder {
    /* Edge */
    color: #999;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

input::placeholder {
    color: #999;
}

/* 首页表单*/
.bottom {
    width: 100%;
    /* margin: 10px 0 0; */
    font-size: 20px;
    background: #efefef url(../img/home/bottom/bg-bototm.jpg) top center no-repeat;
    background-size: 100% auto;
}

.bottom .wxc {
    display: flex;
    flex-direction: column;
    min-height: 492px;

    background-size: auto 96%;
    box-sizing: border-box;
    padding-left: 36px;
}


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

.bottom .lidBt {
    margin-bottom: 0;
    display: block;
}

.bottom input,
.bottom select {
    border: 1px solid #e6e6e6;
    width: 265px;
    height: 46px;
    padding: 0 10px;
    font-size: 20px;
    font-weight: 300;
}

.bottom .formbtn {
    margin: 0;
    margin-left: 92px;
    width: 96px;
    height: 38px;
    font-size: 14px;
    text-align: center;
    background: linear-gradient(to right, #00adfc, #0041c6);
    /* 从左到右渐变 */
    color: #fff;
}

.bottom label {
    padding: 0 8px 0 0;
    font-size: 20px;
}

.bottom .selectBox {
    position: relative;
    width: 276px;
    background: #fff;
    padding: 0 10px 0 0;
    border: 1px solid #e6e6e6;
}

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

.bottom .top {
    padding: 0 0 30px;
    color: #fff;
    font-size: 36px;
    line-height: 60px;
}

.bottom .slogo {
    padding: 26px 0 0;
    width: 56%;
    height: 160px;
    margin: 0 auto;
}

.bottom .slogo span {
    display: block;
    width: 280px;
    height: 100px;
    background: url(../img/home/bottom/logo-bottom.png) left top no-repeat;
    background-size: 100% auto;
    font-size: 0;
    line-height: 999px;
    overflow: hidden;
}

.bottom .top span {
    display: block;
    width: 100%;
    font-size: 28px;
    font-family: Arial, sans-serif;
}


.bottom .center {
    display: flex;
    box-sizing: border-box;
    padding-left: 30px;
    margin-bottom: 90px;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 12px rgba(42, 42, 42, 0.2);
    ;
}

.bottom .center .left {
    width: 540px;
    box-sizing: border-box;
    padding-left: 100px;
    padding-top: 56px;
    padding-right: 56px;
    color: #323232;
    padding-bottom: 56px;
}

.bottom .right {
    width: 440px;
    height: 468px;
    box-sizing: border-box;
    border-left: 2px solid #dcdcdc;
    margin-left: 56px;
    margin-top: 54px;
    margin-bottom: 56px;
    color: #323232;
}

.bottom .titleT {
    display: flex;
    align-items: center;
    /*  */
}

.bottom .titleT2 {
    margin-top: -14px;
}

.bottom .titleT .line {
    margin: 0 10px 0 0;
    width: 50px;
    border-bottom: 2px solid #dcdcdc;
    color: #fff;
    font-size: 0;
}

.bottom .right ul {
    padding: 10px 0 0 60px;
    display: flex;
    flex-direction: column;
}

.bottom .right ul li {
    width: 100%;
    margin: 0 0 14px;
}

.bottom .right ul li span {
    display: block;
    width: 100%;
    background: url(../img/home/bottom/ico-tel.png) left center no-repeat;
    padding: 0 0 0 30px;
}

.bottom .timeT {
    margin: 10px 0 30px;
    color: #02378c;
    font-weight: bold;
}

.bottom .dtime {
    font-size: 20px;
    font-weight: bold;
}

.bottom .dtime span {
    font-size: 24px;
}

.bottom h3 {
    margin: 0 0 30px;
}

.bottom .dPhone {
    color: #9d9c9c;
    margin: 0 0 50px;
}

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

.bottom .dPhone span em {
    font-style: normal;
    font-size: 36px;
    color: #000;
}

.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;
}