*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
font-size: 14px;
}

.col{
  background-color: #f0f4f8;
}
.head
{
  font-size: 14px;
}
 a{
  color:#007bff;
}
.bodybox{
  margin-top: 10px;
  display: flex; 
  /* height: 100vh; */
}
.bodyleft,.bodyright{
  flex: 1;
}
.leftonecar{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.writingSection{

    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
textarea{
  width: 100%;
    border-radius: 3px;
  height: 200px;
  border: none;
    outline: none;
    /* resize: none; */
   box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.selects{
  display: flex;
  align-items: center;
  justify-content: center;
}
.mdui-select{
  width: 200px;
  border-bottom:none;
}
.mdui-card-header{
  font-weight: 700;
  font-size: 16px;
  padding: 0;
  height: 32px;
}
.onecar {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  font-weight: 700;
  font-size: 16px;
}
.mdui-card-header-leftonecar {
  margin-top: 10px;
}
.leftul{
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  justify-content: space-around;
  height: 94%;
}

.leftul li{
  border-radius: 5px;
  margin: 16px 0;
  height: 290px;
  list-style: none;
      box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  background-color: white;
}

.tetielss{
  display: flex;
  justify-content: space-between;
}


button{
  font-size: 14px;
  color: white!important;
    border-radius: 6px!important;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.country{
  display: flex;
  flex-flow: column;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  /*height: 648px;*/
  padding-bottom: 37px;
  overflow: hidden;
}
.country li{
  list-style: none;
  flex: 1;
  
  background-color: white;
   
}
.icon{
  width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align:bottom;
    margin-right: 8px;
}
i{
/* text-yellow-500 */
font-weight: 500!important;
margin-right: 8px;
}
.mdui-tab-indicator{
  background-color: #6366f1;
}
.country textarea{
  height: 300px!important;
}
.mdui-progress {
  height: 10px
}
#progress_container {
  text-align: center;
}
.CN_content{
  /* height: 650px; */
  overflow: hidden;
  font-size: 16px !important;
  font-family:"微软雅黑" ;
  padding: 0 !important;
}
.CN_content strong {
  font-size: 16px;
  font-family:"微软雅黑" ;
}
#EN {
  overflow: hidden;
}