/*导航和侧边*/
.order_box_big2{
  width: 100%;
  background-color: #fff;
  margin-top: 20px;
 
}
.order_title_box{
  position: relative;
  width: 100%;
  height: 64px;
  box-shadow: 0 0 5px 0 #e4e5e8;
}
.order_title{
  font-size: 18px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 64px;
}
.order_more{
  position: absolute;
  right: 1%;
  font-size: 14px;
  color: #333;
  top: 20px;
}
.order_ctn_box_big{
  padding: 30px;
}
/*帮助中心页面*/
.faq_ctn_box_big{
  padding: 30px 30px 50px 30px;
}
.faq_box_big{
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}
.faq_title{
  float: left;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-top: 10px;
}
/*顶部搜索*/
.order_search_box{
  float: right;
  width: 36%;
  overflow: hidden;
  margin-right: 3%;
}
.order_search_box > input{
  float: left;
  width: 90%;
  height: 40px;
  border:1px solid #e7e7e7;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  color: #333;
}
.order_search_box > a{
  float: left;
  display: block;
  width: 10%;
  height: 40px;
  background-color: #0097e5;
  border-radius: 0 4px 4px  0;
  background-image: url(../img/Order/Search.png);
  background-repeat: no-repeat;
  background-position: center;
}
/*常见问题内容*/
.faq_ctn_box{
  width: 100%;
  margin-top:30px;
  overflow: hidden;
}
.Management_box{
  float: left;
  width: 21%;
  margin: 0 2%;
}
.Management_title{
  width: 82%;
  height: 40px;
  font-size: 16px;
  color: #333;
  box-shadow: 0 0 10px 2px #e9e9e9;
  text-align: center;
  line-height: 40px;
  margin: auto;
  margin-bottom: 25px;
  border-radius: 4px;

}
.Management_box > a{
  display: block;
  font-size: 14px;
  color: #999999;
  text-align: center;
  margin-top: 15px;
}
/*联系我们*/
.Contact_us_ctn{
  width: 80%;
  margin: auto;
  padding:70px 0 40px 0;
}
.Contact_us{
  margin-bottom: 30px;
}
.Telephone_icon{
  width: 127px;
  height:127px;
  background-image: url(../img/Help/Telephone.png);
  margin: auto;
}
.Customer_icon{
  width: 127px;
  height:127px;
  background-image: url(../img/Help/code.png);
  margin: auto;
}
.advisory_icon{
   width: 127px;
  height:127px;
  background-image: url(../img/Help/Customer.png);
  margin: auto;
}
.Telephone_title{
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin: 30px 0 20px 0;
}
.Telephone_txt_box > p{
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 1.6;
}
.Telephone_txt_box2{
  margin-bottom: 20px;
}
.Telephone_txt_box2 > p{
   font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 1.6;
}
.advisory_btn{
  display: block;
  width:60%;
  height: 36px;
  background-color: #0097e5;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  margin: auto;
  color: #fff;
  border-radius: 4px;
  margin-top:40px;
}
.advisory_btn2{
  display: block;
  width:60%;
  height: 36px;
  background-color: #0097e5;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  margin: auto;
  color: #fff;
  border-radius: 4px;
  margin-top:10px;
}
.code{
  width: 63px;
  height: 63px;
  background-image: url(../img/Help/Wechat.png);
  margin: auto;
  margin-top:40px;
}
.changecolor:hover{
	color: rgb(80, 145, 242);
}
/*用户留言*/
.message{
}
.message_ctn{
  border-right:1px solid #e3e3e3;
  padding: 40px 0 70px 8%;
}
.message_ctn2{
  padding: 40px 0 70px 5.4%;
}
.proposal_title{
  font-size: 18px;
  font-weight: bold;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}
.textarea {
  width: 86%;
  height: 190px;
  border:1px solid #cacaca;
}
/*提交按钮*/
.Submit_ctn_box{
  overflow: hidden;
  margin-top:15px;
}
.Verification_Code_box{
  float: left;
  width: 50%;
}
.Verification_Code_input{
  float: left;
   width: 30%;
}
.Verification_Code_input > input{
  height: 34px;
  border:1px solid #cacaca;
}
.Verification_Code_img > img{
  float: left;
  max-width: 122px;
  max-height: 34px;
}
.Verification_Code_img{
  float: left;
  width: 122px;
  height: 34px;
  margin-left: 20px;
}
.Submit_button{
  display: block;
  float: right;
  width: 30%;
  height: 36px;
  background-color: #0097e5;
  color: #fff;
  text-align: center;
  line-height: 36px;
  margin-right: 14%;
  border-radius: 4px;
}

@media only screen and (max-width: 780px) { 
.faq_ctn_box_big {
    padding: 20px 15px 20px 15px;
}
.order_search_box {
    float: right;
    width: 100%;
    overflow: hidden;
    margin-right: 0;
}
.order_search_box > input {
    float: left;
    width: 80%;
    height: 40px;
    border: 1px solid #e7e7e7;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
    color: #333;
}
.order_search_box > a {
    float: left;
    display: block;
    width: 20%;
    height: 40px;
    background-color: #0097e5;
    border-radius: 0 4px 4px 0;
    background-image: url(../img/Order/Search.png);
    background-repeat: no-repeat;
    background-position: center;
}
.faq_title {
    float: left;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-top: 20px;
}
.faq_ctn_box {
    width: 100%;
    margin-top: 25px;
}
.Management_box {
    display: inline-block;
    width: 49%;
    margin: 0 0;
    margin-bottom: 20px;
}
.Contact_us_ctn {
    width: 110%;
    margin: auto;
    padding: 70px 0 40px 0;
}
.message{
  padding: 0 30px;
}
.message_ctn {
    border-right: ;
}
.textarea {
    width: 100%;
    height: 190px;
    border: 1px solid #cacaca;
}
.Verification_Code_box {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.Submit_button {
    display: block;
    float: right;
    width: 100%;
    height: 36px;
    background-color: #0097e5;
    color: #fff;
    text-align: center;
    line-height: 36px;
    margin-right: 0;
    border-radius: 4px;
}
.message_ctn {
    border-right: 0px solid #e7e7e7;
    padding: 20px 0 20px 0;
}
.message_ctn2 {
    padding: 20px 0 20px 0;
}
}

@media (min-width:992px) and (max-width:1200px ) { }	
/* 平板电脑 */
@media (min-width:768px) and (max-width:992px ) {}
@media only screen and (max-width: 768px) { 
  .order_box_big2{
    margin-top: 0px;
  }
  .faq_ctn_box {
    width: 100%;
    margin-top: 5px;
}
  .Management_box{
    min-height: 240px;
  }
  .Management_box > a{
    font-size: 15px;
  }
}