body {
    background: #F6F6F9;
}
.inquiry_main {
    width: 1204px;
    margin: 0 auto;
    /*height: 1706px;*/
}

.title {
    padding: 31px 0;
}
.title > img {
    width: 15.97px;
    height: 15.78px;
    font-size: 0;
    float: left;
    margin-right: 3px;
}
.title > p > span {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 20px;
    color: #2C2C2C;
    opacity: 1;
    float: left;
}
.inquiry_form {
    background: #FFFfff;
    /*height: 1706px;*/
    padding: 40px 306px 85px;
}

.inquiry_form_title {
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 30px;
    color: #1E1E1E;
    opacity: 1;
    text-align: center;
}
.inquiry_form_tip {
    margin-top: 10px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 30px;
    color: #1E1E1E;
    opacity: 1;
    text-align: center;
}
.inquiry_form_item_title {
    margin-top: 51px;
}
.inquiry_form_item_title > .tit {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 25px;
    color: #000000;
    opacity: 1;

}
.inquiry_form_item_title > .tit_bottom_border {
    width: 58px;
    height: 3px;
    background: #0062BE;
    opacity: 1;
    margin-top: 9px;
}
.max_input {
    float: left;
    font-size: 14px;
}

.max_input > p {
    margin-top: 20px;
    margin-bottom: 6px;
}
.input_style {
    height: 50px;
    background: #F6F6F9 !important;
    opacity: 1;
    border-radius: 4px;
    border: 0 none;
    padding: 11px;
}
input::-webkit-input-placeholder {
    color: #B4B4B4;
}
textarea::-webkit-input-placeholder {
    color: #B4B4B4;
}
.order_note {
    position: relative;
}
.order_note > textarea {
    background: #F6F6F9;
    opacity: 1;
    width: 592px;
    height: 120px;
    border-radius: 4px;
    border: 0 none;
    padding: 11px;
}
.wordsLength {
    position: absolute;
    right: 13px;
    bottom: 9px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 300;
    line-height: 20px;
    color: #B4B4B4;
    opacity: 1;
}
.submit_btn {
    background-image: url("../image/inquiry_btn.png");
    background-size: 617px 75px;
    width: 617px;
    height: 75px;
    margin-left: -12.5px;
    margin-top: 18px;
}
.submit_btn {
    text-align: center;
    line-height: 75px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #FFFFFF;
    opacity: 1;

}
.choice{
    position: relative;
    float: left;
    margin-right: 20px;
    line-height: 35px;
}
.choice .radio{
    position: relative;
    display: inline-block;
    font-weight: 400;
    color: #0c4757;
    padding-left: 25px;
    cursor: pointer;
}
.choice .radio input{
    position: absolute;
    left: -9999px;
}
.choice .radio i{
    display: block;
    position: absolute;
    top: calc(50% - 7.5px);
    left: 0;
    width: 15px;
    height: 15px;
    outline: 0;
    border: 1px solid #E1E1E6;
    background: #ffffff;
    border-radius: 50%;
    transition: border-color .3s;
    -webkit-transition: border-color .3s;
}
.choice .radio input:checked+i{
    border-color: #E1E1E6;
}
.choice .radio input+i:after{
    position: absolute;
    content: '';
    top: -1px;
    left:-1px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 4px solid #0062BE;
    background-color: #ffffff;
    opacity: 0;
    transition: opacity .1s;
    -webkit-transition: opacity .1s;
}
.choice .radio input:checked+i:after{
    opacity: 1;
}
/* 公共样式 */

.hide {
    display: none;
}

/* 模拟下拉框 */
.select-box {
    position: relative;
    /*margin: 50px 0 0 100px;*/
}

.select-box .select-input {
    line-height: 20px;
    border: 1px solid #d6d6d6;
    cursor: pointer;
    width: 286px;
    height: 50px;
    border: 1px solid transparent;
    outline: none;
    /*border-radius: 30px;*/
    /*-webkit-border-radius: 30px;*/
    /*-moz-border-radius: 30px;*/
    text-indent: 30px;
    font-size: 16px;
    font-weight: 400;
    /* color: rgba(187, 187, 187, 1); */
    color: rgba(34, 34, 34, 1);
    line-height: 22px;
    margin: 0;
    background: rgba(247, 247, 247, 1) url('../image/arrow-down.png') no-repeat scroll 260px center;
    background-size: 20px 20px;
    cursor: pointer;
    box-sizing: border-box;
}

/** input placeholder颜色改变 **/
.select-box .select-input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(187, 187, 187, 1);
}

.select-box .select-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(187, 187, 187, 1);
}

.select-box .select-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(187, 187, 187, 1);
}

.select-box .select-input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(187, 187, 187, 1);
}

.select-box .select-input.isActive {
    background-color: #ffffff;
    border: 1px solid rgba(204, 204, 204, 1);
    background-image: url(../image/arrow-up.png);
}

.select-box .options-box {
    position: absolute;
    top: 55px;
    left: 0;
    /*width: 286px;*/
    overflow-y: scroll;
    overflow-x: hidden;
    width: 286px;
    height: 225px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.select-box .options-box li {
    width: 286px;
    height: 45px;
    text-indent: 30px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    line-height: 45px;
    background: rgba(255, 255, 255, 1);
}

.select-box .options-box li.active {
    background-color: rgba(247, 247, 247, 1);
    color: rgba(2, 176, 159, 1)
}
