/*
* @Author: ChenJiao
* @Date:   2020-11-26 16:54:09
* @Last Modified by:   ChenJiao
* @Last Modified time: 2021-11-11 11:10:39
*/
body{background: #f2f2f2; font-size: 12px;}
.wx-section{width:100%; margin: 0 auto;}
  .wx-section .title > h1{font-size: 40px; font-weight: normal; text-align: center; padding: 40px 0;}
  .wx-cont{width: 100%; font-size: 18px;}
  .left-img{width: 50%; float: left; background: #90c8b5; text-align: center; padding:50px; height: 600px;}
  .left-img img{ width: 60%; margin-top: 40px;  }
  .right-tab{ width: 50%; float: left; background: #b2daee;padding:50px 5%;  height: 600px;}
  .right-height{padding-bottom: 30px;}
  .tab-form .form-name{width: 100%;height: 48px;border-radius: 5px; background: #fff; border: 1px solid #ccc;font-size: 14px;  margin-bottom: 15px; text-indent: 1em;}
  .tab-form .form-problem{height: 120px; background: #fff;resize:none; line-height: 2em;}

  .submit-btn{width: 100%; border-radius: 5px; height: 48px; background: #d02929; color: #fff; border:0; cursor:pointer;}
  .submit-btn:hover{transition: all 0.5s; background: #b21a1a; }

  @media screen and (max-width:1000px){
    .wx-section{margin: 0;}
    .wx-cont{font-size: 14px;}
    .wx-section .title > h1{font-size: 20px; padding:15px 0;}
    .wx-cont li{width: 100%; float: left; padding:20px 0; height: auto;}
    .left-img img{margin-top: 10px; width: 40%;}
    .wx-cont li.right-tab{padding:20px 5%; margin-top: 10px;}
    .right-height{padding-bottom: 10px;}
    
    .tab-form .form-name{height: 40px;}
    .tab-form .form-problem{height: 90px;}


  }