﻿* {
    margin: 0px;
    padding: 0px;
    border: none; 
    line-height: 1;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;

}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font: initial;
}
ol,
ul {
    list-style: outside none none;
}
a {
    text-decoration: none;
}
span {
    cursor: default;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.box {
    width: 1200px;
    margin: 0 auto;
}
.white {
    background-color: #fff;
}

.container {
    padding: 33px 0 50px;
    background-color: #f7f7f7;
    min-width: 1200px; 
}
.box_top {
    height: 332px;
}
.box_top h3 {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    padding-left: 15px;
    position: relative;
    color: #333333;
    border-bottom: 1px solid #f4f4f4;
}
.box_top h3::before {
    content: "";
    display: block;
    width: 3px;
    height: 20px;
    background-color: #ff5000;
    position: absolute;
    left: 0;
    top: 15px;
}
.box_top h3 a {
    float: right;
    font-size: 13px;
    font-weight: normal;
    color: #999;
    height: 50px;
    line-height: 50px;
}
.brand_info,
.consult_state {
    width: 589px;
    height: 100%;
    border-radius: 6px;
    padding: 5px 15px;
    box-shadow: 4px 4px 0px 0px #f1f1f1;
}
.consult_state h3 span {
    font-size: 13px;
    color: #999;
    float: right;
    height: 50px;
    line-height: 50px;
}
.brand_info ul {
    padding: 5px 0;
}
.brand_info ul li {
    height: 38px;
    line-height: 38px;
    position: relative;
    padding-left: 20px;
}
.brand_info ul li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #dc140f;
    position: absolute;
    left: 2px;
    top: 16px;
}
.brand_info ul li a {
    font-size: 15px;
    color: #666666;
    float: left;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 38px;
    line-height: 38px;
}
.brand_info ul li span {
    float: right;
    font-size: 15px;
    color: #666666; 
    height: 38px;
    line-height: 38px;
}

/* 咨询动态 */
.viewbox {
    height: 276px;
    overflow: hidden;
    padding: 0 20px;
}

.viewbox ul li { 
    height: 92px;
    padding: 20px 0;
    border-top: 1px dashed #ddd;
    overflow: hidden;
} 
.viewbox ul li:first-of-type {
    border-top: none;
}
 
.viewbox ul li .user {
    width: 80px;
    float: left;
}

.viewbox ul li .user img {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}

.viewbox ul li .com-content {
    /*width: calc(100% - 80px);*/
    width: 438px;
    float: left;
    line-height: 25px;
    /*padding: 5px 0;*/
}

.viewbox ul li .com-content .info {
    color: #999;
    font-size: 14px;
    margin-bottom: 10px;
}

.viewbox ul li .com-content .info span {
    margin-right: 10px;
}

.viewbox ul li .com-content .info .name {
    color: #333;
}

.viewbox ul li .com-content .com-words {
    color: #999;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 留言板 */
.lyb {
    margin-top: 14px;
}
.lyb h3 {
    height: 66px;
    line-height: 66px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    position: relative;
    padding-left: 40px;
}
.lyb h3 i {
    background: url("http://vip.1637.com/msg/icon_msg.png") no-repeat;
    display: block;
    width: 27px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 22px;
}
.lyb_cont {
    width: 100%;
    height: 471px;
    border-radius: 6px;
    box-shadow: 4px 4px 0px 0px #f1f1f1;
}
.lyb_l {
    width: 265px;
    height: 100%;
    text-align: center;
    padding: 36px 36px 0;
    background: url("http://vip.1637.com/msg/lyb_l.png") no-repeat;
}
.quick_communication {
    text-align: center;
}
.quick_communication img {
    display: inline-block;
    vertical-align: middle;
}
.quick_communication span {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}
.call_num {
    font-size: 27px;
    font-weight: bold;
    color: #fff;
    margin: 10px 0 40px 0;
    width: 200px;
} 
.quick_phone input {
    outline:  none; 
    width: 100%;
    height: 38px;
    line-height: 38px;
    border-radius: 6px; 
    background: url("http://vip.1637.com/msg/input_bg.png") no-repeat;
    color: #fff;
    border: 1px solid #fff;
    /* padding-left: 30px; */
    text-align: center;
}
/* WebKit browsers */
.quick_phone input::-webkit-input-placeholder {
    color: #fff;
    font-size: 15px;
}
/* Mozilla Firefox 4 to 18 */
.quick_phone input:-moz-placeholder {
    color: #fff;
    font-size: 15px;
}
/* Mozilla Firefox 19+ */
.quick_phone input::-moz-placeholder {
    color: #fff;
    font-size: 15px;
}
/* Internet Explorer 10+ */
.quick_phone input:-ms-input-placeholder {
    color: #fff;
    font-size: 15px;
} 
.btn_freeCall {
    font-size: 15px;
    font-weight: bold;
    color: #dc140f;
    background-color: #fff; 
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 6px; 
    margin: 10px 0 20px;
    cursor: pointer;
} 
.tips {
    padding: 14px;
    height: 131px;
    border-radius: 6px;
    border: 1px dashed #fff;
    color: #fff;
    opacity: 0.9;
}
.tips h5 {
    margin-bottom: 10px;
    font-size: 15px;
}
.tips span {
    font-size: 12px; 
    line-height: 20px;
}
.tips span em {
    font-size: 12px;
}
  

.lyb_r {
    width: calc(100% - 265px);
    height: 100%;
    padding: 35px 31px 0 35px; 
    border-radius: 0 6px 6px 0;
} 
/* 表单 */
form .inp {
    width: 426px;
    height: 39px;
    line-height: 39px;
    margin-bottom: 10px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    font-size: 0;
    /*padding-left: 20px;*/
}
form .inp > label {
    font-size: 14px;
    display: inline-block;
    width: 53px; 
    position: relative;
    border-right: 1px solid #999;
    height: 14px;
    line-height: 14px;
} 
form .inp .check_box {
    margin: 0px 10px 0 0; 
}
form .inp .check_box label{ 
    color: #999;
    margin-left: 4px;
    font-size: 14px;
    cursor: pointer;
    line-height: 36px;
    margin-right: 10px;
}
form .inp > input {
    height: 36px;
    line-height: 36px;
    outline: none;
    margin-left: 20px;
    position: relative;
    font-size: 14px;
}
/*form .inp > label::before {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background-color: #999;
    position: absolute;
    right: 0;
    top: 5px;
}*/
form .inp .btn_vali {
    float: right;
    width: 117px;
    height: 38px;
    line-height: 38px;
    border-radius: 0 6px 6px 0;
    text-align: center;
    font-size: 14px;
    color: #dc140f;
    background-color: #f0eced;
    cursor: pointer;
} 
form .txt {
    height: 160px;
    padding-left: 0;
}

form .txt textarea{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    font-size: 14px;
    padding: 10px 0 0 20px;
    outline: none;
    resize: none;
    line-height: 20px;
}
form .btn_submit {
    width: 213px;
    height: 37px;
    line-height: 37px;
    margin: 20px auto;
    text-align: center;
    border-radius: 6px;
    background-color: #dc140f;
    font-size: 16px;
    color: #fff;
}
form .inp em {
    display: inline-block;
    width: 20px;
    color: #dc140f; 
    text-align: center;
    margin-top: -7px; 
    vertical-align: middle;
    font-size: 14px;
} 

/* 单选框 */
.demoHidden{
    display: none;
}
.radioInput{
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid #999999;
    border-radius: 100%;
    margin-right: 3px;
    vertical-align: middle;
    margin-bottom: 4px;
    position: relative;
    cursor: pointer;
}
.demoHidden:checked + .radioInput:after{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #dc140f;
    border-radius: 100%;
    position: absolute;
    left: 3px;
    top: 3px;
}
.demoHidden:checked + .radioInput{
    border: 1px solid #999;
} 
 
/* 快捷留言 */
.shortcut {
    width: 422px;
    height: 358px;
    background-color: #fafafa; 
    border-radius: 6px;
}
.shortcut h4{
    height: 40px;
    line-height: 40px;
    background-color: #dc140f; 
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding-left: 30px;
    position: relative;
    border-radius: 6px 6px 0 0; 
}
.shortcut h4::before {
    content: "";
    display: block;
    width: 3px;
    height: 18px;
    background-color: #fff;
    position: absolute;
    left: 16px;
    top: 11px;
}
.shortcut ul{
    width: 100%; 
    padding: 10px 15px;
}
.shortcut ul li{
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    cursor: pointer;
    position: relative;
    padding-left: 15px;
    font-size: 15px;
}
.shortcut ul li::before {
    content: " ";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #dc140f;
    position: absolute;
    left: 0;
    top: 14px;
}

/* 底部 */
.footer {
    margin-top: 40px;
}
.footer p {
    text-align: center;
    margin-bottom: 20px;
    color: #666;
}
.footer p a {
    color: #666;
}
.footer p span {
    color: #999;
    margin: 0 10px;
}