@charset 'utf-8';

/**!
 * 网上咨询
 * author: wangkai;
 * date: 2019-04-18
 */




/* 右侧 */

.ewb-right {
    height: 776px;
    border: 1px solid #eeeeee;
    background-color: #fff;
    margin-bottom: 40px;
}

.ewb-consult {
    padding-top: 69px;
}

.ewb-consult-node {
    position: relative;
    margin-top: 20px;
    padding: 0 167px 0 267px;
    line-height: 32px;
    vertical-align: top;
}

.ewb-consult-node:first-child {
    margin-top: 0;
}

.ewb-consult-type {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 10px;
    width: 257px;
    text-align: right;
}

.ewb-star {
    vertical-align: middle;
    margin-right: 8px;
    color: #ff0000;
}

.ewb-consult-box {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    height: 32px;
    padding: 0;
    font-size: 14px;
}

.ewb-consult-box.has-name {
    width: 280px;
}

.ewb-consult-box.has-content {
    height: 188px;
}

.ewb-consult-box.has-code {
    width: 162px;
}

.ewb-consult-box .input-placeholder {
	position: absolute;
	top: 0;
	left: 15px;
	height: 32px;
	line-height: 32px;
	color: #999;
	z-index: -1;
	cursor: text;
}

.ewb-consult-box .input-box {
    text-indent: 15px;
	width: 100%;
	height: 32px;
	line-height: 32px;
	border: 1px solid #e0e0e0;
	background: 0 0;
}

.ewb-consult-box .input-content {
    text-indent: 15px;
    width: 100%;
    padding-top: 3px;
	height: 188px;
	line-height: 24px;
	border: 1px solid #e0e0e0;
    background: 0 0;
    resize: none;
}

.ewb-gender {
    float: left;
    margin-left: 45px;
}

.ewb-gender:first-child {
    margin-left: 10px;
}

.ewb-gender input {
    float: left;
    margin-top: 11px;
    width: 10px;
    height: 10px;
}

.ewb-gender span {
    float: left;
    padding: 0 10px;
    color: #999;
}

.radio-square {
    float: left;
    margin-top: 11px;
    padding: 0;
    width: 10px;
    height: 10px;
    background:  no-repeat;
    border: none;
    cursor: pointer;
}

.radio-square.checked {
    background-image: ;
}

.ewb-mailbox {
    float: left;
    width: 280px;
    height: 32px;
}

.ewb-mailbox-sel {
    padding-left: 12px;
    width: 100%;
    height: 32px;
    line-height: 31px;
    border: 1px solid #e0e0e0;
}
.zx-sel{
	 padding-left: 12px;
    width: 100%;
    height: 32px;
    line-height: 31px;
    border: 1px solid #e0e0e0;
}

.ewb-mailbox .chosen-container {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-family: "microsoft yahei";
    font-size: 14px;
    vertical-align: top;
}

.ewb-mailbox .chosen-single {
    padding: 0 0 0 15px;
    height: 32px;
    border: 1px solid #e0e0e0;
    box-shadow: none;
    font-size: 14px;
    color: #333;
}

.ewb-mailbox .chosen-single.cur {
    color: #333;
}

.ewb-mailbox .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #e0e0e0;
}

.ewb-mailbox .chosen-single span {
    margin-right: 26px;
    height: 30px;
    line-height: 30px;
}

.ewb-mailbox .chosen-single div {
    width: 26px;
    padding: 0;
}

.ewb-mailbox .chosen-single div b {
    width: 26px;
    height: 30px;
    background:  left center no-repeat;
}

.ewb-mailbox .chosen-container-active.chosen-with-drop .chosen-single div b {
    background:  left center no-repeat;
}

.ewb-mailbox .chosen-drop {
    top: 33px;
    border: 1px solid #e0e0e0;
    border-top: 0;
    border-radius: 0;
}

.ewb-mailbox .chosen-results {
    margin: 0;
    padding: 0;
    color: #676767;
}

.ewb-mailbox .chosen-results li {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 16px;
}

.ewb-mailbox .chosen-results li.highlighted {
    color: #fff;
    background-color: #0087ff;
}

.ewb-code-img {
    float: left;
    width: 119px;
    height: 32px;
    border: 1px solid #e0e0e0;
    border-left: 0;
}

.ewb-code-img img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.ewb-btns {
    margin-top: 37px;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.ewb-reset,
.ewb-send-out {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 0 10px;
    width: 90px;
    height: 34px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.ewb-reset {
    background-color: #d6d6d6;
}

.ewb-send-out {
    background-color: #007bd9;
}

label.error {
    position: absolute;
    top: 32px;
    left: 0;
    height: 18px;
    line-height: 18px;
    padding-left: 20px;
    color: #f00;
    font-size: 12px;
    background:  left center no-repeat;
}

label.valid {
    background-image: 
}

#content-error {
    top: 188px;
}

.input-box.error,
.input-content.error {
    border: 1px solid #f00;
}

/* 1380分辨率以下 */

@media (max-width: 1379px) {
    .ewb-consult-node {
        padding: 0 117px 0 217px;
    }
    .ewb-consult-type {
        width: 207px;
    }
}

/* 竖版pad及以下 */

@media (max-width: 997px) {
    .ewb-right {
        margin-top: 20px;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-right {
        height: auto;
        padding-bottom: 20px;
    }
    .ewb-consult {
        padding-top: 20px;
    }
    .ewb-consult-node {
        padding: 0 10px;
    }
    .ewb-consult-type {
        position: static;
        float: left;
        width: 100%;
        margin-right: 0;
        text-align: left;
    }
    .ewb-gender:first-child {
        margin-left: 0;
    }
    .ewb-consult-box.has-name,
    .ewb-mailbox,
    .ewb-consult-box.has-code {
        width: 100%;
    }
    .ewb-code-img {
        margin-top: 20px;
        border-left: 1px solid #e0e0e0;
    }
    .ewb-btns {
        margin-top: 40px;
    }
}


/* 2023-5-31 */
.page-old .ewb-consult-type {
	font-size: 32px;
}
.page-old .ewb-consult-box .input-placeholder {
	font-size: 26px;
	height: 52px;
	line-height: 52px;
}
.page-old .ewb-consult-box {
	height: 52px;
	font-size: 26px;
	width: 468px;
}
.page-old .ewb-consult-box .input-box {
	height: 52px;
	line-height: 52px;
}
.page-old .ewb-consult-node {
	line-height: 52px;
	margin-top: 18px;
	padding: 0 160px 0 310px;
}
.page-old .ewb-consult-box.has-content {
	height: 188px;
}
.page-old .ewb-right {
	height: auto;
	padding-bottom: 60px;
	min-height: 776px;
}
.page-old .ewb-gender input {
	width: 24px;
	height: 24px;
}
.page-old .radio-square {
	width: 24px;
	height: 24px;
	background:  no-repeat;
	margin-top: 15px;
}
.page-old .radio-square.checked {
	background-image: ;
}
.page-old .ewb-gender span {
	font-size: 26px;
}
.page-old .zx-sel,
.page-old .ewb-mailbox {
	height: 52px;
	font-size: 26px;
}
.page-old .ewb-mailbox {
	width: 468px;
}
.page-old .ewb-code-img {
	height: 52px;
	width: 192px;
}
.page-old .ewb-consult-box.has-code {
	width: 276px;
}
.page-old .ewb-consult-type {
	width: 300px;
}
.page-old .ewb-reset,
.page-old .ewb-send-out {
	width: 124px;
	height: 49px;
	font-size: 26px;
}
