/* 主体公共样式 */
html,body {
  direction: ltr;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
@-ms-viewport {
  width: auto !important;
}
* {
  box-sizing: border-box;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}
.row {
  margin-right: -10px !important;
  margin-left: -10px !important;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
body {
  padding: 0;
  margin: 0;
  background: #fff;
  font-family: Microsoft YaHei;
  /* min-width: 1300px; */
}
input,
button,
a {
  outline: none!important;
  text-decoration: none;
  cursor: pointer;
  border: none;
}
a:hover {
  text-decoration: none;
}
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
.content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.flex{
  display: flex;
}
.flex1{
  flex: 1;
}
.sb{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sb::after {
  content: '';
  flex: auto;
}
.cc{ 
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 结束 */
.clearfix::after {
  content: "";  /* 空内容的默认高度为0,避免生成的内容破坏原有布局的高度 */
  display: block;  /* 使生成的内容以块级元素显示,占满剩余空间 */
  height: 0;  /* 当内容不为空时,设置0高度,避免生成的内容破坏原有布局的高度 */
  visibility: hidden;  /* 使生成的内容不可见,避免影响被其盖住的内容的交互事件 */
  clear: both;  /* 关键:清除左右浮动 */
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.pc{
  display: block;
}
.pn{
  display: none;
}
.bgEBF0F5{
  background: #EBF0F5;
}
.singleLine{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  }
.moreLine{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.moreLine3{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.border_none{
  border: none;
}
.bg_fff{
  background: #fff;
}
.m_20{
  margin: 20px;
}
.m_l_20{
  margin-left: 20px;
}
.m_t_20{
  margin-top: 20px;
}
.m_t_16{
  margin-top: 16px;
}
.m_b_20{
  margin-bottom: 20px;
}
.p_20{
  padding: 20px;
}
.p_lr_20{
  padding-left:20px;
  padding-right:20px;
}
.p_lr_15{
  padding-left:15px;
  padding-right:15px;
}
.p_t_20{
  padding-top:20px;
}
.p_t_10{
  padding-top:10px;
}
.p_b_10{
  padding-bottom:10px;
}
.p_b_20{
  padding-bottom:20px;
}
.w100{
  width: 100%;
  height: 100%;
}
.user-profile{
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px solid #F3F3F0;
  overflow: hidden;
  padding: 5px;
}
.btn-bor-green,.btn-bor-green:hover{
  height: 32px;
  border: 1px solid #009999;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 400;
  color: #009999;
  line-height: 30px;
  background-color: #fff;
  display: inline-block;
}
.btn-text-green,.btn-text-green:hover{
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  color: #009999;
  line-height: 30px;
  background-color: #fff;
  cursor: pointer;
}
.btn-text-dect-green,.btn-text-dect-green:hover{
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  color: #009999;
  line-height: 30px;
  background-color: #fff;
  text-decoration: underline;
}
.btn-primary-green,.btn-primary-green:hover{
  height: 44px;
  line-height: 44px;
  background: #009999;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  padding: 0 14px;
}
@media screen and (max-width:500px) { 
  .pc{
    display: none;
  }
  .pn{
    display: block;
  }
}



.MyC_page{
  background: #F3F3F0;
}
/* 面包屑 */
.Crumbs{
  width: 1200px;
  margin:20px auto;
}
.Crumbs ul{
  display: flex;
}
.Crumbs ul li img{
  margin-right: 10px;
  width: 14px;
  vertical-align: top;
  margin-top: 4px;
}
.Crumbs ul li a{
  font-size: 12px;
  color: rgba(120, 136, 144, 1);
}
.Crumbs ul li i{
  margin:0 10px;
  font-size: 18px;
  vertical-align: middle;
}
/* 主体区域 */
.MyCenter-main{
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
/** 头部个人信息结束 **/
.bottom-main{
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* 右侧 */
.right-modular{
  margin-left: 20px;
  width: 358px;
}
.h3_title {
  position: relative;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000028;
  height: 16px;
  line-height: 16px;
  padding-left: 13px;
}
.h3_title::before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  content: "";
  background: #009999;
}


.dialog{
  width: 600px;
  height: auto;
  padding-bottom: 20px;
  background: #FFFFFF;
  margin: 100px auto;
}
.dialog-header{
  height: 50px;
  background: #EEEEEE;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000028;
  line-height: 50px;
}
.dialog-header i{
  margin-top: 15px;
  margin-right: 15px;
  cursor: pointer;
}
.dialog-cont{
 padding: 25px;
 border-bottom: 1px solid #DCE4EC;
}
.dialog-cont li{
  width: 100px;
  height: 100px;
  background: #FFFFFF;
  border: 1px solid #eee;
  margin:5px ;
}
.dialog-cont li.active{
  border: 1px solid #009999;
  position: relative;
}
.dialog-cont li.active::after{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  display: block;
  content: '';
  background: url(./../img/setting/dect.png) no-repeat;
  background-size: 100%;
}
.dialog-footer{
   
}
.dialog-footer .btn-opreate{
  /* width: 290px; */
}
.dialog-footer .btn-opreate button,.dialog-footer .btn-opreate a{
  width: 120px;
  height: 36px;
  line-height: 36px;
  padding: 0;
  margin: 20px 25px 0;
  font-size: 14px;
  text-align: center;
}


.cursor{
  cursor: pointer;
}
.bor-b{
  border-bottom: 1px solid #E3EBEE;
}