.banner {
    width: 100%;
    height: 450px;
    overflow: hidden;
    background: url(../../img/productDesc/consult_banner.jpg) center center no-repeat;
    background-size: cover;
}

.banner>div {
    width: 1200px;
    height: 450px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
}

.banner>div img {
    width: 502px;
    height: 402px;
    position: absolute;
    right: 0;
    bottom: -66px;
}

.banner_introduce>p:nth-of-type(1) {
    font-size: 41px;
    font-weight: bold;
    color: #282828;
}

.banner_introduce>p:nth-of-type(2) {
    width: 56px;
    height: 4px;
    background: #282828;
    margin: 29px 0 20px 0;
}

.banner_introduce span {
    width: 452px;
    font-size: 14px;
    font-weight: 400;
    color: #282828;
    line-height: 24px;
    display: block;
}

.banner_introduce span:nth-of-type(1) {
    margin-bottom: 19px;
}

.baseContent {
    margin: 54px auto 45px;
}

.baseContent>li {
    color: #282828;
    margin: 0 8% 22px 8%
}

.baseContent>li label {
    display: inline-block;
    width: 27%;
    height: 38px;
    text-align: right;
    vertical-align: top;
    line-height: 38px;
    font-size: 14px;
    font-weight: normal;
    margin-right: 31px;
    color: #282828;
}

.baseContent>li label span {
    float: right;
    margin-right: 4.04%;
}

ul.baseContent li .baseRight .measure {
    position: absolute;
    right: -2%;
    top: 13px;
    color: #282828;
}

ul.baseContent li .baseRight {
    width: 600px;
    position: relative;
    display: inline-block;
}

ul.baseContent li .baseRight input {
    width: 96%;
    height: 38px;
    border: 1px solid #ccc;
    padding-left: 4%;
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

select {
    outline: none;
}

ul.baseContent li .baseRight .normal {
    border: 1px solid #ccc;
    background: #FFF;
}

ul.baseContent li .baseRight .normalChange {
    border: 1px solid #0478fc;
    background: #FFF;
}

ul.baseContent li .baseRight .abnormal {
    border: 1px solid #E60012;
}

ul.baseContent .combo-select {
    margin-bottom: 0;
    max-width: none;
}

ul.baseContent li .combo-select input {
    border: none;
    width: 100%;
}

.reRed {
    color: #F02020;
    margin-right: 5px;
}

#relatedDescription {
    width: 556px;
    height: 96px;
    border: 1px solid #ccc;
    outline: none;
    padding: 12px 22px;
    font-size: 14px;
    resize: none
}

.storyDescLength {
    position: absolute;
    right: 17px;
    bottom: 8px;
    font-size: 14px;
    color: #282828
}

#verificationCode {
    width: 451px;
}

ul.baseContent li:nth-of-type(6) span {
    width: 100px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #999999;
    border: 1px solid #ccc;
    position: relative;
    top: -2px;
    right: -19px;
    cursor: pointer;
}

.warmPrompt {
    width: 910px;
    margin: 45px auto;
    padding-left: 290px;
}

.warmPrompt p {
    font-size: 14px;
    font-weight: 400;
    color: #282828;
    line-height: 14px;
    margin-bottom: 10px;
}

.warmPrompt p:first-child {
    margin-bottom: 20px;
}

.save {
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0478FC;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 auto;
    cursor: pointer;
}

.main {
    padding-bottom: 200px;
}

.myModa .myAlertBox>div.alertBox>.successIcon {
    display: block;
    margin-left: 85px;
}