﻿.step .item1,
.step .item2,
.step .item3,
.step .item4 {
    flex-basis: 20%;
    margin-bottom: 5px;
}

.custom-content .step {
    padding: 44px 0;
}

.custom-content .step>div {
    margin-right: 36px;
    color: #999;
}

.custom-content .step>div.active {
    color: #333;
}

.custom-content .step>div.active .point {
    background-color: #3B78E9;
    color: #fff;
}

.custom-content .step .text {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
}

.custom-content .step .text2 {
    margin-left: 27px;
    font-size: 14px;
}

.custom-content .step .point {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    font-size: 20px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    box-shadow: #ddd 0 0 1px 1px;
    margin-right: 12px;
}

.custom-content .ct .head {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    line-height: 22px;
    padding-bottom: 33px;
}

.custom-content .ct>div {
    display: none;
}

.custom-content .ct>div.active {
    display: block;
}

.custom-content .ct .headrect {
    width: 7px;
    height: 17px;
    background: #3B78E9;
    margin-right: 8px;
    border-radius: 7px;
}

.custom-content .ct .bdlx,
.custom-content .ct .tkfs {
    width: 207px;
    height: 54px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(147, 187, 221, 0.5);
    border-radius: 5px;
    backdrop-filter: blur(0px);
    line-height: 54px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    margin-right: 15px;
    text-align: center;
    margin-bottom: 10px;
}

.custom-content .ct .bdlx.active,
.custom-content .ct .tkfs.active {
    background: #3B78E9;
    color: #fff;
}


.custom-content .ctl {
    padding: 33px 0;
}

.custom-content .ctl .btn {
    width: 120px;
    height: 38px;
    background-color: #F1F6FF;
    border-radius: 8px;
    outline: none;
    margin-right: 20px;
    color: #7E8BAB;
    border: none;
}

.custom-content .ctl .btn:first-child {
    background: #3B78E9;
    color: #fff;
}

.form-control {
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #B4C1DF;
    min-height: 44px;
    width: 100%;
    padding: 0 15px;
    flex: 1;
}

.form-group {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.form-group .label {
    padding: 15px;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    max-width: 200px;
    min-width: 120px;
}

select.form-control {
    cursor: pointer;
    /*鼠標上移變成小手*/
    appearance: none;
    /*去掉默認的下拉三角*/
    background: url("../image/sj.png") no-repeat right 13px center transparent;
    /*添加下拉三角圖標*/
}

.multiselect.form-control {
    padding: 0;
}


.ct a {
    color: #3B78E9;
}

.search_gene {
    margin-left: 92px;
}

.tb_head {
    height: 58px;
    background: #F1F6FF;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #13171E;
    line-height: 58px;
}

.tb_head>*,
.tb_tr>* {
    flex-basis: 1%;
    flex-shrink: 1;
    flex-grow: 1;
    text-align: center;
}

.tb_tr {
    height: 58px;
    font-size: 16px;
    font-weight: 400;
    color: #7E8BAB;
    line-height: 58px;
    border-bottom: 1px #F1F6FF solid;
}

.seq {
    background: #F1F6FF;
    border-radius: 5px;
    border: 1px solid #CDDAF0;
    padding: 22px 15px;
    min-height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #5E6E8B;
}

.order_detail {
    background: #FFFFFF;
    border: 1px solid #E97B3B;
    padding: 16px 11px;
    margin-top: 18px;
}

.order_detail span:first-child {
    width: 80px;
    text-align: right;
    line-height: 35px;
    font-size: 14px;
}

.order_detail .price {
    font-weight: 500;
    color: #E97B3B;
    line-height: 35px;
    padding-left: 4px;
    font-size: 14px;
}

button.submit {
    background: #E97B3B !important;
    color: white !important;
    border-radius: 8px;
}

.search_wrap button {
    width: 98px;
    height: 44px;
    background: #3B78E9;
    border-radius: 0px 3px 3px 0px;
    color: white;
    border: none;
    font-size: 14px;
}

.search_wrap .form-control {
    border: none !important;
}

.search_wrap .item {
    border-bottom: 1px solid #CFCFCF;
    padding: 20px 0;
    cursor: pointer;
}

.custom-content div.require .label:after {
    content: "*";
    color: red;
    margin-left: 5px;
    vertical-align: middle;
}

.multiselect__tags {
    border: none !important;
}

.multiselect__option {
    background: #fff !important;
    color: #7E8BAB !important;
}

.multiselect__option>span {
    font-size: 14px;
}

.multiselect__option--selected,
.multiselect__option--highlight {
    background: #F1F6FF !important;
    color: #1B1F27 !important;
}

.multiselect,
.multiselect__input,
.multiselect__single {
    font-size: 14px !important;
}

.multiselect__content-wrapper {
    border: 1px solid #B4C1DF !important;
    overflow: hidden;
    border-radius: 8px;
}

.search_wrap .item>div:first-child>span:first-child{
    font-size: 16px;
    font-weight: bold;
    margin-right: 40px;
}

.search_wrap .item>div:first-child>span:last-child{
    font-size: 14px;
    font-weight: bold;
}

.search_wrap .item>div:last-child>span {
    font-size: 14px;    
}

@media only screen and (max-width:1025px) {
    .step .item1,
    .step .item2,
    .step .item3,
    .step .item4 {
        flex-basis: 40%;
    }
}

@media only screen and (max-width:640px) {
    .step .item1,
    .step .item2,
    .step .item3,
    .step .item4 {
        flex-basis: 80%;       
    }
}

#xqx_tb th {
    background-color: #2d4ec4;
    color: #ffffff;
    border: 1px solid #dddddd;
    font-size: 16px !important;
    padding: 7px !important;
    line-height: 30px !important;
    text-align: center;
}

#xqx_tb td {
    border: 1px solid #dddddd;
    font-size: 14px !important;
    padding: 7px !important;    
    color: #666666;
    text-align: center;
}
 
 