.dgg-disclose {

  display: none;

  width: 100%;

  height: 100%;

  position: fixed;

  left: 0;

  top: 0;

  z-index: 110;

  background: rgba(0, 0, 0, 0.6);

}

.dgg-disclose.on {

  display: block;

  opacity: 1;

  animation: dialogshow 0.3s ease-in-out 1;

  -webkit-animation: dialogshow 0.3s ease-in-out 1;

  -moz-animation: dialogshow 0.3s ease-in-out 1;

  -o-animation: dialogshow 0.3s ease-in-out 1;

  -ms-animation: dialogshow 0.3s ease-in-out 1;

}

.dgg-disclose .question_box {

  width: 676px;

  height: 468px;

  background: #fff;

  opacity: 1;

  position: absolute;

  left: 50%;

  margin-left: -338px;

  top: 50%;

  margin-top: -273px;

  padding: 24px;

  padding-top: 78px;

}



.dgg-disclose .question_box > h3:first-child {

  height: 56px;

  border-bottom: 1px #ddd solid;

  color: #292E2E;

  font-size: 18px;

  font-weight: bold;

  position: absolute;

  left: 0px;

  text-indent: 24px;

  top: 0px;

  line-height: 56px;

  width: 100%;

}

.dgg-disclose .question_box > a {

  display: block;

  position: absolute;

  right: 20px;

  top: 14px;

  cursor: pointer;

  color: #333;

  width: 16px;

  height: 16px;

  /*background: url(../images/popup_ic_close_n.png) no-repeat 0 0;*/

  /*background-size: cover;*/

}

.dgg-disclose .question_box .question_type{ padding:10px 0px 0px 0px; overflow:hidden;}
.dgg-disclose .question_box .question_type .radio{ float:left; margin:0px 17px 10px 0px;}

.dgg-disclose .question_box .question_type span {

  color: #565656;

}

.dgg-disclose .question_box .question_type span em {

  color: red;

  display: inline-block;

  margin-right: 4px;

}

.dgg-disclose .question_box .questions {

  margin-top: 16px;

}

.dgg-disclose .question_box .questions span {

  display: inline-block;

  height: 32px;

  line-height: 32px; margin:0px 10px 10px 0px;

  font-size: 14px;

  text-align: center;

  background: #F0F2F5;

  color: #525959;

  cursor: pointer;

  border: 1px #fff solid; padding:0px 10px;

}

.dgg-disclose .question_box .questions span.selected {

  background: #FF6600;

  color: #fff;

}

.dgg-disclose .question_box .textarea {

  position: relative;

}

.dgg-disclose .question_box .textarea > p {

  position: absolute;

  right: 0;

  bottom: 10px;

  color: #979C9B;

  font-size: 12px;

  width: 55px;

}

.dgg-disclose .question_box .textarea textarea {

  margin-top: 16px;

  resize: none;

  padding: 10px 20px 16px 16px;

  line-height: 24px;

  font-size: 14px;

  color: #525959;

  width: 100%;

  height: 140px;

  box-sizing: border-box;

  background: #ffffff;

  border: 1px solid #DFE3E8;

  outline: 0;

}

.dgg-disclose .question_box .phone_number_box h3 {

  font-size: 14px;

  margin-top: 20px;

  margin-right: 10px;

  margin-bottom: 10px;

}

.dgg-disclose .question_box .phone_number_box input {

  padding-left: 4px;

  width: 331px;

  height: 36px;

  background: #ffffff;

  border: 1px #DFE3E8 solid;

  outline: 0;

  padding: 0 12px;

}

.dgg-disclose .question_box .feedback_submit_btn {

  text-align: right;

  position: absolute;

  right: 24px;

  bottom: 24px;

}

.dgg-disclose .question_box .feedback_submit_btn button {

  width: 120px;

  height: 34px;

  line-height: 34px;

  color: #fff;

  text-align: center;

  font-size: 14px;

  background: #FF6600;

  margin-top: 24px;

  outline: 0;

  border: 0;

}





.fiexd_box{

    /* width:60px; */

    height: auto;

    position: fixed;

    right: 10px;

    bottom: 20%;

    cursor: pointer;

    z-index: 9999;

    box-shadow:0px 4px 9px 0px rgba(60,62,73,0.16);

}

.box_item{

    width:60px;

    height:90px;

    background:rgba(255,255,255,1);

    font-size:12px;

    font-weight:400;

    color:rgba(86,86,86,1);

    text-align: center;

    border-bottom: 1px solid #F0F2F5;

    overflow: hidden;

    position: relative;

    transition: all .3s;

}

.box_item:hover{

    background: #10BBB8;

    color: #ffffff;

}

.box_item p{

    text-align: center;

    line-height: 1.2;

}

.box_item img{

    width:24px;

    height:24px;

    margin:10px auto 8px;

}

.box_item:hover .hot{

    display: block;

}

.box_item:hover .cur{

    display: none;

}

.fiexd_box .cur{

    display: block;

}

.fiexd_box .hot{

    display: none;

    text-align: center;

}

.er_code{

    width:60px;

    height:60px;

    overflow: hidden;

    background:rgba(255,255,255,1);

}

.er_code:hover{

    background: #10BBB8;

    color: #ffffff;

}

.er_code:hover .hot{

    display: block;

}

.er_code:hover .cur{

    display: none;

}

.go_top:hover{

    background: #10BBB8;

    color: #ffffff;

}

.go_top:hover .hot{

    display: block;

    text-align: center;

}

.go_top:hover .cur{

    display: none;

}

.er_code img{

    display: block;

    width:28px;

    height:28px;

    margin:16px auto 0;

}

.go_top{

    width:60px;

    height:60px;

    display: block;

    line-height: 60px;

    margin-top: 4px;

    text-align: center;

    overflow: hidden;

    background:rgba(255,255,255,1);

    font-size:14px;

    font-weight:400;

    color:rgba(255,255,255,1);

    line-height:1.2;

    text-decoration: none;

    transition: all .3s;

}

.go_top img{

    margin: 25px auto 0;

}

.go_top p{

    margin-top: 12px;

}

.zixun_box{

    width:387px;

    height:267px;

    background:rgba(255,255,255,1);

    box-shadow:0px 6px 12px 0px rgba(0, 0, 0, 0.08);

    padding: 24px;

    box-sizing: border-box;

    position: absolute;

    right: 70px;

    top: 0;

    display: none;

}

.zixun_box .title{

    font-size:14px;

    font-weight:400;

    color:rgba(86,86,86,1);

    line-height: 16px;

    margin:  18px 0 10px;

}

.zixun_box .phone{

    font-size:20px;

    font-weight:bold;

    color:rgba(16,187,184,1);

    line-height:22px;

    margin-bottom: 10px;

}

.zixun_box .num{

    font-size:12px;

    font-weight:400;

    color:rgba(184,184,184,1);

    line-height:14px;

    margin-bottom: 20px;

}

.zixun_box .line{

    width:100%;

    height:1px;

    background:rgba(240,242,245,1);

    margin-bottom: 14px;

}

.zixun_box .label{

    font-size:14px;

    font-weight:500;

    color:#565656;

    line-height:16px;

    margin-bottom: 12px;

}

.input_box{

    height: 40px;

}

.zixun_box input{

    width:calc(100% - 100px);

    float: left;

    height:40px;

    background:#fff;

    font-size:14px;

    font-weight:500;

    color:#565656;

    text-align: center;

    line-height:40px;

    float: left;

    border: none;

    outline: none;

    color: #565656;

    border:1px solid rgba(221,221,221,1);

    box-sizing: border-box;

    padding-left: 12px;

    text-align: left;

}



.zixun_box .btn{

    width:100px;

    height:40px;

    background:rgba(16,187,184,1);

    font-size:14px;

    font-weight:500;

    color:#fff;

    text-align: center;

    line-height:40px;

    float: left;

}

.zixun_box .tip{

    font-size:12px;

    margin-top: 12px;

    font-weight:400;

    color:rgba(255,102,0,1);

    line-height:14px;

    display: inline-block;

}

::-webkit-input-placeholder { /* WebKit browsers */

    color: #979C9B;

    font-size: 14px;

}



::-moz-placeholder { /* Mozilla Firefox 19+ */

    color: #979C9B;

    font-size: 14px;

}



:-ms-input-placeholder { /* Internet Explorer 10+ */

    color: #979C9B;

    font-size: 14px;

}

.er_code_box{

    width:184px;

    height:206px;

    background:rgba(255,255,255,1);

    box-shadow:0px 6px 12px 0px rgba(0, 0, 0, 0.08);

    position: absolute;

    right: 70px;

    bottom: 9px;

    padding: 20px;

    box-sizing: border-box;

    text-align: center;

    display: none;

}

.er_code_box img{

    width:140px;

    height:140px;

    margin: 0 auto;

}

.er_code_box .name{

    font-size:14px;

    font-weight:400;

    color:rgba(37,37,37,1);

    line-height:16px;

    margin-top: 12px;

}



.mes_phone:focus{

    border: 1px solid #10BBB8;

}



.zai_xian_box{

    width:280px;

    height: 175px;

    background:rgba(255,255,255,1);

    box-shadow:0px 6px 12px 0px rgba(0, 0, 0, 0.08);

    position: absolute;

    right: 70px;

    bottom: 130px;

    padding: 24px 20px;

    box-sizing: border-box;

    text-align: center;

    display: none;

    cursor: initial;

}

.zai_xian_box>p{

    height: 62px;

    padding-left: 40px;

    text-align: left;

}



.preSale{

    border-bottom: 1px solid #F0F2F5;

    background: url(../../images/cbl_ic_sq.png) no-repeat 0 0;

}

.afterSale{

    padding-top: 20px;

    background: url(../../images/cbl_ic_sh.png) no-repeat 0 20px;

}

.zai_xian_box>p a{

    font-size: 16px;

    color: #565656;

    display: block;

    margin-bottom: 3px;

}

.zai_xian_box>p a:hover{

    color: #10BBB8;

}

.zai_xian_box>p span{

    color: #B8B8B8;

    font-size: 12px;

    font-family: "MicrosoftYaHei";

}



#header_question_layer {

    width: 100%;

    height: 100%;

    position: fixed;

    left: 0;

    top: 0;

    z-index: 10000;

    background: #000;

    background: rgba(0, 0, 0, 0.6);

    display: block;

}



#header_question_layer .question_box {

  position: relative;

    width: 676px;

    height: 468px;

    background: #fff;

    opacity: 1;

    position: absolute;

    left: 50%;

    margin-left: -338px;

    top: 50%;

    margin-top: -273px;

    padding: 24px;

    padding-top: 78px;

}

#header_question_layer .question_box>h3:first-child{

  height:56px;

  border-bottom:1px #ddd solid;

  color:#292E2E;

  font-size: 18px;

  font-family:Microsoft YaHei;

  font-weight: bold;

  position: absolute;

  left:0px;

  text-indent: 24px;

  top:0px;

  line-height: 56px;

  width: 100%;

}



#header_question_layer .question_box> a {

    display: block;

    position: absolute;

    right: 20px;

    top: 14px;

    cursor: pointer;

    color: #333;

    font-size:18px;

    width: 20px;

    height: 20px;

    font-size: 26px; font-family:"Tahoma";

}



#header_question_layer .question_box .question_type .questions {

    margin-top: 16px;

}



#header_question_layer .question_box .question_type .questions span {

    display: inline-block;

    height: 32px;

    line-height: 32px;

    font-size: 14px;

    text-align: center;

    background: #fdf9f6;

    color:#525959;

    cursor: pointer;

    border:1px #fff solid;

}

#header_question_layer .question_box .question_type .questions span:hover{

  background:#ff6600;

  border:1px solid #ff6600;

  color:#fff;

}

#header_question_layer .question_box .question_type span em{

    color:red;

    display: inline-block;

    margin-right: 4px;

}





#header_question_layer .question_box .question_type span:hover {

    opacity: 0.8;

}



#header_question_layer #questionOpts .selected {

    background: #ff6600;

    color:#fff;

    

}

#header_question_layer .textarea{

    position: relative;

}

#header_question_layer .textarea>p{

    position: absolute;

    right:0;

    bottom:10px;

    color:#979C9B;

    font-size: 12px;

    width:55px;

}

#header_question_layer .textarea>p>span{

  color:#525959;

}

#header_question_layer textarea {

    margin-top: 16px;

    resize:none;

    padding: 10px 20px 16px 16px;

    line-height: 24px;

    font-size: 14px;

    color:#525959;

    width: 100%;

    height:140px;

    box-sizing: border-box;

    background:rgba(255,255,255,1);

    border:1px solid #DFE3E8; font-family:'Microsoft YaHei';

}

#header_question_layer textarea:focus{

  border:1px solid rgba(16,187,184,1);

}



/* 上传图片 */

#upload_pics{

    margin-top: 20px;

    margin-bottom: 10px;

}

#upload_pics .pics_area .img_box{

    position: relative;

    display: inline-block;

}

#upload_pics .pics_area .img_box>a{

    position: absolute;

    font-size: 20px;

    width:20px;

    height: 20px;;

    right:10px;

    top:-8px;

    text-align: center;

    line-height: 20px;

}

pload_pics .pics_area .img_box img{

    width: 80px;

    height:80px;

}

#upload_pics h3{

    font-size: 14px;

    margin-bottom: 16px;

}

#upload_pics .pics_area_pick {

    position: relative;

    width:80px;

    height:80px;

    font-size: 50px;

    line-height: 72px;

    border:1px #ccc dashed;

    cursor: pointer;

    text-align: center;

    display: inline-block;

}



#upload_pics .pics_area_pick input{

    position: absolute;

    left:0;

    top:0;

    width:80px;

    height:80px;

    opacity: 0;;

}

.phone_number_box h3{

    font-size: 14px;

    margin-top: 20px;

    margin-right: 10px;

    margin-bottom: 10px;

}



.phone_number_box input{

    padding-left:4px;

    width:331px;

    height:36px;

    background:rgba(255,255,255,1);

    border:1px #DFE3E8 solid;

}

.phone_number_box input:focus{

  border:1px solid rgba(16,187,184,1);

}

.feedback_submit_btn{

    text-align: right;

    position: absolute;

    right:24px;

    bottom:24px;

}

.feedback_submit_btn button{

    width:120px;

    height:34px;

    line-height: 34px;

    color:#fff;

    text-align: center;

    font-size: 14px;

    background:#10BBB8;

    margin-top: 24px;

}

.feedback_submit_btn button:hover{

    background:#0D918F;

    cursor: pointer;

}