@charset "UTF-8";
@font-face {
    font-family: 'PingFang';
    src: url('font/PingFang.ttf') format('truetype'),
}
* {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
::-webkit-scrollbar {/*滚动条整体样式*/
        width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
        
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 10px;
         -webkit-box-shadow: inset 0 0 5px rgba(44, 44, 44, 0.2);
        background: #a4c8fc;
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(118, 118, 118, 0.2);
        border-radius: 10px;
        background: #f7f7f7;
}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0}
body{ position: relative;
    min-width:1024px;
    margin:0 auto;
    overflow: hidden; -webkit-overflow-scrolling:touch;font-family:"PingFangSC-Semibold",'PingFang'，"Microsoft Yahei","微软雅黑","宋体",arial,"Hiragino Sans GB",Tahoma,Arial,Helvetica,STHeiti;color:#111;}
ul,ol{list-style-type:none}
select,input,img,select{outline:none;max-width:100%;background:none;vertical-align: top;}

input[type=checkbox]{
  width: 16px;
  height: 16px;
  position: relative;
}
input[type=checkbox]::after {
  position: absolute;
  top: 0;
  color: #000;
  width: 16px;
  height: 16px;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: ' ';
  border-radius: 3px;
}
input[type=checkbox]:checked::after {
  content: "✓";
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  background-color: #2781fc;
}
input[type=radio]{
  width: 16px;
  height: 16px;
  border-radius: 16px;
  position: relative;
}
input[type=radio]::after {
  position: absolute;
  top: 0;
  color: #000;
  width: 16px;
  height: 16px;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: ' ';
  border-radius: 16px;
}
input[type=radio]:checked::after {
  content: "●";
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  background-color: #2781fc;
}
a{text-decoration:none;cursor: pointer;color:#333;}
button{cursor:pointer;outline:0;border:0}
.fl{float:left}
.fr{float:right}
.cl,.clearfix{
  clear: both;
  display:block;
}
h4{font-weight: normal;}
ul li{list-style: none;}
input,button,select,textarea{outline:none;font-family: "Microsoft Yahei","微软雅黑","宋体",arial,"Hiragino Sans GB",Tahoma,Arial,Helvetica,STHeiti;border:none;}
textarea{resize:none;background:none;}
ul {
    display: block;
    list-style-type: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
dl{
    padding:0px;
    margin:0px;
  }
dl dt{
    padding:0px;
    margin:0px;  
}
dl dd{
    padding:0px;
    margin:0px;  
}
.tl{text-align:left;}
.tr{text-align:right;}
.tc{text-align:center;}
.color-white{color:white!important;}
.red{color:#fc8080!important;}
.fz12{font-size:12px;}
.fz14{font-size:14px;}
.wfs{width:100%;position:relative;}
.p_r{position:relative;}
.hbg{
  width:100%;
  height:100%;
  background:#001e52;
}
.lg{
  width:100%;
  height:100%;
  background:url(img/dl_02.png) no-repeat;
  background-position: right top;
  background-size: auto 100%;
  overflow: hidden;
}
.top{
  padding-top:3rem;
  padding-left:2rem;
  display: block;
}
.top span img{
  width:4rem;
  height:2.6rem;
}
.top strong{
  padding-left:0.5rem;
  font-size:2rem;
  line-height:2.6rem;
  color:#fff;
  font-weight:500;
}

.bot{
  background:#19243c;
  color:#8c929e;
  font-size:1.7rem;
  height: 6rem;
  line-height:6rem;
  display: block;
  text-align: center;
  position: fixed;
  left:0;
  bottom:0;
  width:100%;
  z-index:10;
}
.dlcon{
  width:162rem;
  margin:0 auto;
  overflow: hidden;
}
.dlconx{
  width:161.25rem;
  margin:0 auto;
  overflow: hidden;
  text-align: right;
  color:#fff;
  font-size: 1.7rem;
  line-height:10rem;
  height:10rem;
  padding-right:0.75rem;
}
.dlconx a{
  color:#fff;
  font-size: 1.7rem;
}
.dlconl{
  width:83.4rem;
}
.dlconr{
  width:55rem;
  background:rgba(235,237,241,0.95);
  border-radius:2rem;
  overflow: hidden;
  padding:5rem;
}
.dlconr ul li{
  float: left;
  width:50%;
  text-align: center;
  font-size:2.8rem;
  line-height:6rem;
  height:6rem;
  color:#999999;
  cursor: pointer;
}
.dlconr ul li.on{
  color:#3e85ff;
}
.dlconr .li{
  position: relative;
}
.dlconr dl{
  border-bottom:1px solid #666666;
  padding-top:4rem;
  overflow: hidden;
 
}
.dlconr dl dt{
  float: left;
  height:5rem;
  padding-top:2rem;
  width:3rem;
  text-align: center;
}
.dlconr dl dt img{
  width:2rem;
  height: auto;
}

.dlconr dl dd{
  float: left;
  height:5rem;
  width:40rem;
}
.dlconr dl dd input{
  float: left;
  height:5rem;
  padding-top:1rem;
  line-height:4rem;
  font-size:2rem;
  width:40rem;
  text-align: left;
padding-left: 2rem;

}
.dlconr dl .dd1{
  float: left;
  height:5rem;
  width:22rem;
}
.dlconr dl dd.dd1 input{
  float: left;
  height:5rem;
  padding-top:1rem;
  line-height:4rem;
  font-size:2rem;
  width:22rem;
  text-align: left;
  padding-left: 2rem;

}
.dlconr dl.cl1{
  width:32rem;
}
.dlconr dl .yanzheng{
  display: block;
  width:20rem;
  height:5rem;
  line-height:4.6rem;
  color:#000000;
  font-size:1.4rem;
  text-align: center;
  border-radius:1rem;
  border: 0px solid #3e85ff;
  position: absolute;
  right:0;
  bottom:0;
}
.dlconr dl .yanzheng[disabled]{
  display: block;
  width:20rem;
  height:5rem;
  line-height:4.6rem;
  color:#fff;
  font-size:1.4rem;
  text-align: center;
  background:#858383;
  border-radius:1rem;
  border: 2px solid #858383;
  position: absolute;
  right:0;
  bottom:0;
}
.denglu{
  text-align: center;
  padding-top:7rem;
  padding-bottom:0.25rem;
}
.denglu .dlbtn{
   display: block;
   background:#3e85ff;
   color:#fff;
   height: 6rem;
   line-height:6rem;
   font-size:2.4rem;
   font-weight:500;
   border-radius:3rem;
   width:100%;
}
.con1{
  height: 50rem;
}
.erwei{
  width:25rem;
  margin:0 auto;
  padding-top:4rem;
  padding-bottom:1rem;
}
.erwei img{
width:25rem;
height: 25rem;
}
.tit{
  color:#000000;
  font-size:2.2rem;
  line-height:8rem;
  text-align: center;
}
.titc{
  color:#000000;
  font-size:2.2rem;
  line-height:8rem;
  text-align: center;
}
.titc a{
  color:#2781fc;
}
#container {
  width:92.7rem;
  height: 67.2rem;
  overflow: hidden;
}
.sections,.section {
height:100%;
}
#container,.sections {
position: relative;
}
.section {
background-size: cover;
background-position: 50% 50%;
}
/*首页*/
.index{
  display: flex;
  
}
.indexl{
  flex-direction: column;
  width:28rem;
  background:#fff;
  position: relative;
}
.indexr{
  flex-direction: column;
  width:164rem;
}
.title1{
  height: 9rem;
  display: flex;
  padding-top: 3.4rem;
}
.title1 .logo1{
 padding-left:5.4rem;
 width:22rem;
}
.title1 .logo1 img{
  width: 14.1rem;
  height: 2.6rem;
}
.title1 .caozuo{
  margin-left:1.6rem;
  padding-top:0.5rem;
}
.title1 .caozuo img{
  width: 2.5rem;
  height: 2rem;
  cursor: pointer;
}
.title1 .caozuo.on img{
  width: 2.5rem;
  height: 2rem;
  cursor: pointer;
  transform-style:preserve-3d;
animation:myAni1 0.5s linear forwards;
}
@keyframes myAni1 {
  0% {
  transform:rotateX(0) rotateY(0);
  }
  
  100% {
  transform:rotateX(0) rotateY(-180deg);
  }
}
.daohang{
  height: 9rem;
  width:100%;
  padding-top: 1.9rem;
}
.daohang  ul.fl{
  padding-top:1rem;
}
.daohang  ul.fl li{
  float: left;
  padding-left:3rem;
  padding-right:3rem;
}
.daohang  ul.fl li:first-child{
  padding-left:3rem;
  padding-right:1.5rem;
}
.daohang  ul.fl li:first-child img{
  width:2rem;
  height:2rem;
}
.daohang  ul.fl li:nth-child(2){
  padding-left:1.5rem;
  padding-right:3rem;
}
.daohang  ul.fl li img{
  margin-top:1rem;
  margin-left:2rem;
}
.daohang  ul.fl li a{
  color:#0b2d67;
  font-size:1.8rem;
  line-height:4rem;
  height:4rem;
  position: relative;
  display: block;
  font-weight:500;
}
.daohang  ul.fl li a:hover{
  font-weight:600;
}
.daohang  ul.fl li a:hover:after{
  content: " ";
  position: absolute;
  bottom:0 ;
  display: block;
  left:50%;
  margin-left:-1rem;
  width:2rem;
  background:#0b2d67;
  height:0.4rem;
  border-radius:1rem; 
}
.daohang ul.fl li a.on:after{
  content: " ";
  position: absolute;
  bottom:0 ;
  display: block;
  left:50%;
  margin-left:-1rem;
  width:2rem;
  background:#0b2d67;
  height:0.4rem;
  border-radius:1rem; 
}

.tbr{
  padding-right:5.4rem;
}
.tbr .t1{
  width:2.8rem;
   text-align: center;
  margin-right:.6rem;
  padding-top:1.05rem;
}
.tbr .t1 img{
  width:2.8rem;
  height:2.7rem;  
}
.tbr .nbxx{
  padding-top:1rem;
  color:#222;
  font-size:1.4rem;
  margin-right:3rem;
  line-height:2.7rem;
}
.tbr .nbxx span{
  background:red;
  color:#fff;
  font-size:1.2rem;
  font-weight: 300;
  height:2rem;
  line-height:2rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-top:0.12rem;
  padding-bottom:0.12rem;
  border-radius:1rem;
}
.tbr .sp1{
  width:3rem;
  height: 3rem;
  float: left;
  padding-top:0.8rem;
}
.tbr .sp1 img{
  width:3rem;
  height: 3rem;
}
.tbr .sp2{
  padding-top:0.85rem;
  padding-left:0.5rem;
  color:#222;
  font-size:1.4rem;
  line-height:3rem;
  height:3rem;
  float: left;
}
.huiyuan{
  width:10rem;
  height:4rem;
  z-index: 100;
}

.huiyuan dl{
  position: relative;
  width:10rem;
}
.huiyuan dl dt{
  cursor: pointer;
  width:10rem;
  height:4.4rem;
  display: block;
  padding-top:1.2rem;
}
.huiyuan dl dt .sp3{
  width: 8rem;
  text-align: center;
  height: 2.4rem;
  line-height:2.4rem;
  font-size:1.4rem;
  float: left;
}
.huiyuan dl dt .sp4{
  width: 1.2rem;
  height: 2rem;
  float: left;
  background:url(img/zhedie.png) no-repeat;
  background-position: left 0 top 0.4rem;
  background-size:1.2rem 1.2rem;
}
.huiyuan dl dd{
 clear: both;
 position: relative;
 width:10rem; 
}
.huiyuan dl dd ul{
  position: absolute;
  z-index: 100;
  right:0.5rem;
  top:0rem;
  width:10rem;
  padding-bottom:1rem;
  display:none;
  background:#fff;
}
.huiyuan dl dd ul li{
  clear: both;
  width:10rem;
  text-align: left;
}
.huiyuan dl dd ul li a{
  display: block;
  height:3.2rem;
  line-height:3.2rem;
  color:#333;
  width:10rem;
  text-align: center;
  font-size:1.4rem;
}
.huiyuan dl dd ul li a:hover{
background:#f7f7f7;
color:#000;
}

.huiyuan dl:hover dt .sp4{
  width: 1.2rem;
  height: 2rem;
  float: left;
  background:url(img/zhedieon.png) no-repeat;
  background-position: left 0 top 0.4rem;
  background-size:1.2rem 1.2rem;
}
.huiyuan dl:hover dd ul{
  display: block;
}

.tishi{
  width:3rem;
  height:4rem;
  margin-left:5.4rem;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.tishi img{
  margin-top:1rem;
  width:3rem;
  height: 3rem;
}
.tishi span{
  background:red;
  color:#fff;
  display: block;
  font-size:1.2rem;
  font-weight: 300;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top:0.12rem;
  padding-bottom:0.12rem;
  height:2rem;
  border-radius:2rem;
  line-height:2rem;
  position: absolute;
  overflow: hidden;
  top:0;
  right:0;
  text-align: center;
}
.wujiao{
  width:3rem;
  margin-left:5.4rem;
  text-align: center;
  cursor: pointer;
}
.wujiao img{
  margin-top:0.8rem;
  width:3rem;
  height: 3rem;
}
.exit{
  width:2.5rem;
  margin-top:0.15rem;
  margin-left:5.4rem;
  text-align: center;
  cursor: pointer;
}
.exit img{
  margin-top:1rem;
  width:2.5rem;
  height: 2.5rem;
}
.index1 .indexl{
  padding-left:2rem;
  padding-right:2rem;
  position: relative;
}
.indexl .ul1{
  clear: both;
  display: block;
}
.indexl .ul1 li.lia{
 clear: both;
}
.indexl .ul1 li.lia a{
  display: block;
  padding-left:2.6rem; 
  background:#fff;
  height: 6rem;
  width:100%;
  line-height:6rem;
  border-radius:1rem;
}
.indexl .ul1 li.lia a .sp1{
  background:url(img/dhang.png) no-repeat;
  width:1.5rem;
  height:1.5rem;
  background-size:1.5rem 1.5rem;
  margin-top:2rem;
  display:block;
  float: left;
}
.indexl .ul1 li.lia a .sp2{
  display: block;
  color:#333;
  font-size:1.6rem;
   width:16.6rem;
   text-align: left;
   padding-left:3.8rem;
   float: left;
}

.indexl .ul1 li.lia a .sp3{
  float: left;
  background:url(img/zhankai.png) no-repeat;
  width:1.2rem;
  height:1.2rem;
  display:block;
  margin-top:2.4rem;
  background-size:1.2rem 1.2rem;

}
.indexl .ul1 li.lia a.on{
  background:#2781fc;
  height: 6rem;
  width:100%;
  line-height:6rem;
  border-radius:1rem;
}
.indexl .ul1 li.lia a.on .sp1{
  background:url(img/daohang.png) no-repeat;
  width:1.5rem;
  height:1.5rem;
  background-size:1.5rem 1.5rem;
  margin-top:2rem;
  display:block;
  float: left;
}
.indexl .ul1 li.lia .on .sp2{
  display: block;
  color:#fff;
  font-size:1.6rem;
   width:16.6rem;
   text-align: left;
   padding-left:3.8rem;
   float: left;
}

.indexl .ul1 li.lia a.on .sp3{
  float: left;
  background:url(img/zhankaiby.png) no-repeat;
  width:1.2rem;
  height:1.2rem;
  display:block;
  margin-top:2.4rem;
  background-size:1.2rem 1.2rem;

}

.indexl .ul1 li.lia a .sp11{
  background:url(img/myh.png) no-repeat;
  width:1.5rem;
  height:1.5rem;
  background-size:1.5rem 1.5rem;
  margin-top:2rem;
  display:block;
  float: left;
}
.indexl .ul1 li.lia a.on .sp11{
  background:url(img/myb.png) no-repeat;
  width:1.5rem;
  height:1.5rem;
  background-size:1.5rem 1.5rem;
  margin-top:2rem;
  display:block;
  float: left;
}





.indexl .ul1 li.lib a .sp1x{
  margin-left:3.85rem;
  background:url(img/wenjian.png) no-repeat;
  width:1.9rem;
  height:1.5rem;
  background-size:1.9rem 1.5rem;
  background-position: left 0rem top 0rem;
  margin-top:1.9rem;
  display:block;
  float: left;
}


.indexl .ul1 li.lib a .sp2{
  display: block;
  color:#666666;
  font-size:1.6rem;
  width:16.6rem;
   text-align: left;
   padding-left:2.6rem;
   float: left;
}

.indexl .ul1 li.lib a:hover .sp2{
  color:#3e85ff;
 }

 .indexl .ul1 li.lib a.on .sp2{
  color:#3e85ff;
 }






 .indexl .ul1 li.lia a .sp12{
  background:url(img/doubin.png) no-repeat;
  width:1.5rem;
  height:1.5rem;
  background-size:1.5rem 1.5rem;
  margin-top:2rem;
  display:block;
  float: left;
}
.indexl .ul1 li.lia a.on .sp12{
  background:url(img/trish.png) no-repeat;
  width:1.5rem;
  height:1.5rem;
  background-size:1.5rem 1.5rem;
  margin-top:2rem;
  display:block;
  float: left;
}



 .indexl .ul1 li.lib{
  display: none;
 }
 .indexl .ul1.on li.lib{
  display: block;
 }
.indexl .ul1 li.lib a{
  height: 5rem;
  width:100%;
  line-height:5rem;
  display: block;
  border-radius:1rem;
}

.indexl .ul1 li.lib a .sp4{
  margin-left:3.85rem;
  background:url(img/hyuan.png) no-repeat;
  width:1.5rem;
  height:1.5rem;
  background-size:0.4rem 0.4rem;
  background-position: left 1rem top 0.6rem;
  margin-top:1.5rem;
  display:block;
  float: left;
  
}

.indexl .ul1 li.lib a .sp5{
  display: block;
  color:#666666;
  font-size:1.6rem;
  width:16.6rem;
   text-align: left;
   padding-left:2.6rem;
   float: left;
}





.indexl .ul1 li.lib a.on{
  height: 5rem;
  width:100%;
  line-height:5rem;
  display: block;
  border-radius:1rem;
}



.indexl .ul1 li.lib a:hover .sp4{
  background:url(img/lanyuan.png) no-repeat;
  width:1.5rem;
  height:1.5rem;
  background-size:0.4rem 0.4rem;
  background-position: left 1rem top 0.6rem;
  margin-top:1.5rem;
  display:block;
  float: left;
  margin-left:3.85rem;
}
.indexl .ul1 li.lib a.on .sp4{
  background:url(img/lanyuan.png) no-repeat;
  width:1.5rem;
  height:1.5rem;
  background-size:0.4rem 0.4rem;
  background-position: left 1rem top 0.6rem;
  margin-top:1.5rem;
  display:block;
  float: left;
  margin-left:3.85rem;
}
.indexl .ul1 li.lib a.on .sp5{
  display: block;
  color:#3e85ff;
  font-size:1.6rem;
  width:16.6rem;
  text-align: left;
  padding-left:2.6rem;
   float: left;
}

.indexl .ul1 li.lib a:hover .sp5{
  display: block;
  color:#3e85ff;
  font-size:1.6rem;
  width:16.6rem;
  text-align: left;
  padding-left:2.6rem;
   float: left;
}



 

.indexl .ul1 li.lie{
  clear: both;
 }

 .indexl .ul1 li.lie a{
  
   background:#fff;
   height: 6rem;
   width:100%;
   line-height:6rem;
   border-radius:1rem;
 }
 .indexl .ul1 li.lie a .sp1{
   background:url(img/ypan.png) no-repeat;
   width:1.8rem;
   height:1.8rem;
   background-size:1.8rem 1.8rem;
   margin-top:2rem;
   display:block;
   float: left;
   margin-left:2.6rem;
 }

 .indexl .ul1 li.lie a.on .sp1{
  background:url(img/cpano.png) no-repeat;
  width:1.8rem;
  height:1.8rem;
  background-size:1.8rem 1.8rem;
  margin-top:2rem;
  display:block;
  float: left;
}
.indexl .ul1 li.lie a .sp11{
  background:url(img/yunpan.png) no-repeat;
  width:1.8rem;
  height:1.8rem;
  background-size:1.8rem 1.8rem;
  margin-top:2rem;
  display:block;
  float: left;
  margin-left:2.6rem;
}
.indexl .ul1 li.lie a.on .sp11{
  background:url(img/ypanon.png) no-repeat;
  width:1.8rem;
  height:1.8rem;
  background-size:1.8rem 1.8rem;
  margin-top:2rem;
  display:block;
  float: left;
}



.indexl .ul1 li.lie a .sp13{
  background:url(img/tj.png) no-repeat;
  width:1.8rem;
  height:1.8rem;
  background-size:1.8rem 1.8rem;
  margin-top:2rem;
  display:block;
  float: left;
  margin-left:2.6rem;
}
.indexl .ul1 li.lie a .sp14{
  background:url(img/xtg.png) no-repeat;
  width:1.8rem;
  height:1.8rem;
  background-size:1.8rem 1.8rem;
  margin-top:2rem;
  display:block;
  float: left;
  margin-left:2.6rem;
}

 .indexl .ul1 li.lie a .sp2{
   display: block;
   color:#0b2d67;
   font-size:1.6rem;
   width:16.6rem;
   text-align: left;
   padding-left:3.8rem;
    float: left;
 }

 .indexl .ul1 li.lie a .sp3{
   float: left;
   background:url(img/zhankai.png) no-repeat;
   width:1.2rem;
   height:1.2rem;
   display:block;
   margin-top:2rem;
   background-size:1.2rem 1.2rem;
   margin-top:2.5rem;
 }




 .indexl .ul1 li.lie a.on .sp13{
  background:url(img/tongji.png) no-repeat;
  width:1.8rem;
  height:1.8rem;
  background-size:1.8rem 1.8rem;
  margin-top:2rem;
  display:block;
  float: left;
}

 .indexl .ul1 li.lie a.on .sp14{
  background:url(img/xtgon.png) no-repeat;
  width:1.8rem;
  height:1.8rem;
  background-size:1.8rem 1.8rem;
  margin-top:2rem;
  display:block;
  float: left;

}


 .indexl .ul1 li.lie a.on{
    display: block;
   background:#2781fc;
   height: 6rem;
   width:100%;
   line-height:6rem;
   border-radius:1rem;
 }


 .indexl .ul1 li.lie a .sp12{
  background:url(img/yh.png) no-repeat;
  width:1.8rem;
  height:1.8rem;
  background-size:1.8rem 1.8rem;
  margin-top:2rem;
  display:block;
  float: left;
  margin-left: 2.6rem;
}

 .indexl .ul1 li.lie a.on .sp12{
  background:url(img/yhbs.png) no-repeat;
  width:1.8rem;
  height:1.8rem;
  background-size:1.8rem 1.8rem;
  margin-top:2rem;
  display:block;
  float: left;
}

 .indexl .ul1 li.lie a.on .sp2{
   display: block;
   color:#fff;
   font-size:1.6rem;
    width:16.6rem;
    text-align: left;
    padding-left:3.8rem;
    float: left;
 }
 
 .indexl .ul1 li.lie a.on .sp3{
   float: left;
   background:url(img/zhankaiby.png) no-repeat;
   width:1.2rem;
   height:1.2rem;
   display:block;
   margin-top:2rem;
   background-size:1.2rem 1.2rem;
 
 }

.index1.on .indexl{
  display: none;
}
.index1.on .indexr{
   width:100%;
}

.index1.on .indexr .content{
  width:100%;
}
.index1.on .indexr  .content .contentr{
  width:170rem;
}
 .hei20{
  height:2rem;
}

.content{
  width:100%;
  background:#f6f7fb;
  height: 100vh;
}
.content h1{
  width:100%;
  text-align: center;
  font-weight:500;
  line-height:6rem;
  height:6rem;
}
.caozuox{
  display: block;
  padding-left:5rem;
  padding-right:5rem;
  z-index: 1;
}

.czzuo{
  background:#e1ebfb;
  height: 45px;
  padding-left:10px;
  padding-right:10px;
  padding-top:15px;
  padding-bottom:15px;
  border-radius:25px;
  line-height: 15px;
  display:inline-block;
}
.czzuo .fl{
  padding-left:15px;
  padding-right:15px;
  font-size:14px;
  color: #2781fc;
  display: flex;
  cursor: pointer;
}
.czzuo .flche{
  line-height:18px;
  color: #2781fc;
  cursor: pointer;
}
.czzuo .flche input{
   margin-top:0px;
  float: left;
  margin-right:2px;
  margin-left:2px;
}
.czzuo .sp{
  color:#c5dbfc;
  font-size:16px;
  height:16px;
  line-height: 16px;
  float: left;
}
.czzuo .fl .delete{
  background:url(img/delete.png) no-repeat;
  width:15px;
  height: 15px;
  background-size: 15px auto;
  display: block;
  float: left;

}
.czzuo .fl .down{
  background:url(img/downf.png) no-repeat;
  width:15px;
  height: 15px;
  background-size: 15px auto;
  display: block;
  float: left;

}
.czzuo .fl .add{
  background:url(img/add.png) no-repeat;
  width:15px;
  height: 15px;
  background-size: 15px auto;
  display: block;
  float: left;
}
.czzuo .fl .kaiqi{
  background:url(img/add.png) no-repeat;
  width:15px;
  height: 15px;
  background-size: 15px auto;
  display: block;
  float: left;
}
.czzuo .fl .jinyong{
  background:url(img/add.png) no-repeat;
  width:15px;
  height: 15px;
  background-size: 15px auto;
  display: block;
  float: left;
}
.czzuo .fl .gai{
  background:url(img/pltj.png) no-repeat;
  width:15px;
  height: 15px;
  background-size: 15px auto;
  display: block;
  float: left;
}
.czzuo .fl .daochu{
  background:url(img/sjdc.png) no-repeat;
  width:15px;
  height: 15px;
  background-size: 15px auto;
  display: block;
  float: left;
}
.caozuor{
  position: relative;
}
.caozuor input{
  background:#fff url(img/search.png) no-repeat;
  background-position:left 2.5rem top 1.6rem;
  background-size:1.5rem 1.5rem;
  width: 32rem;
  height:4.5rem;
  text-align:left;
  line-height:5rem; 
   color:#666666;
   font-size: 1.3rem;
   padding-left:4.5rem;
   border-radius:2.5rem;
}
.lbottom{
  position:absolute;
  width:100%;
  left:0;
  bottom:5rem;
  padding-left:2rem;
  padding-right:2rem;
  display: flex;
}
.lbottom .lbt1{
  width:33.33%;
  text-align: center;
}
.lbottom .lbt2{
  width:33.33%;
  text-align: center;
}
.lbottom .lbt3{
  width:33.33%;
  text-align: center;
}
.lbottom .lbt1 img{
  width:3rem;
  height: 3rem;
}
.lbottom .lbt2 img{
  width:3rem;
  height: 3rem;
}
.lbottom .lbt3 img{
  width:3rem;
  height: 3rem;
}
#indexl{
  min-height: 60rem;
  padding-bottom:4rem;
}
.table{
  padding-left:5rem;
  padding-right:5rem;
  padding-top:1.5rem;
  padding-bottom:1.5rem;
  display: block;
  width:100%;
}
.table table{
  width:100%;
  border:0;
}
.table table tr th{
  border:0;
 border-bottom:1px solid #e1e1e1;
 height:5rem;
 line-height:5rem;
 color:#333;
 font-size:1.8rem;
 font-weight:500;
 padding-top:0.5rem;
 padding-bottom:0.5rem;
}
.table table tr th.th1{
  width:22rem;
  text-align: left;
}
.table table tr th.th2{
  width:70rem;
  text-align: center;
 
}
.table table tr th.th3{
  width:15rem;
  text-align: center;
 
}
.table table tr th.th4{
  width:25rem;
  text-align: center;
 position: relative;
}
 .thtit{
 width:12rem;
 margin: 0 auto;
 cursor: pointer;
}
 .thtit .time{
  margin-left:0.5rem;
  width:10.5rem;
  display: block;
  float: left;
}
 .thtit .ico{
  display: block;
  float: left;
  background:url(img/uparr.png) no-repeat;
  width: 0.9rem;
  height: 1.5rem;
  background-size:0.9rem 1.5rem;
  margin-top:1.65rem;
  cursor: pointer;
}
 .thtit.on .ico{
  display: block;
  float: left;
  background:url(img/uparrd.png) no-repeat;
  width: 0.9rem;
  height: 1.5rem;
  background-size:0.9rem 1.5rem;
  margin-top:1.65rem;
  cursor: pointer;
}

.table table tr th.th5{
  width:11rem;
  text-align: center;
}
.table table tr th .tdd2{
  cursor: pointer;
  text-align:left; 
}
.table table tr th .tdd2 input{
  margin-top:1.5rem;
}
.table table tr td .tdd1{
  cursor: pointer;
}
.table table tr td .tdd1 input{
  margin-top:1.5rem;
}


.table table tr td{
  border-bottom:0px solid #e1e1e1;
  height:5rem;
  line-height:5rem;
  color:#333;
  font-size:1.8rem;
  font-weight:400;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
 }
 .table table tr td.td1{
  text-align: left;
 }
 .table table tr td.td2{
  text-align: left;
 }
 .table table tr td.td3{
  text-align: center;
 }
 .table table tr td.td4{
  text-align: center;
 }
 .table table tr td.td5{
  text-align: center;
 }
 .table table tr td.td2 .imgx{
  float: left;
  height: 1.8rem;
  margin-top:1.65rem;
 }
 .table table tr td.td2 .imgx img{
  width:1.8rem;
  height:1.8rem;
 }
 .table table tr td.td2 .dtit{
  float: left;
  margin-left:1.2rem;
 }
 .table table tr td.td5 a{
  display: block;
  margin-top:0rem;
  height:1.6rem;
 }
 .table table tr td.td5 a img{
  width:1.6rem;
  height: 1.6rem;
 }
 .page{
  padding-left:5rem;
  padding-right:5rem;
  padding-top:0.5rem;
  padding-bottom:1rem;
  line-height:4rem;
  color:#333;
  font-size:1.6rem;
  font-weight:400;
 }
 .page .pager{
  padding-right:4rem;
 }
 .page .pager .ye{
  display: block;
  float: right;
  background:#fff;
  height:4rem;
  border-radius:2.5rem;
  padding-left:1rem;
  line-height:4rem;
  padding-right:1rem;
  margin-left:1rem;
  margin-right:1rem;
 }
 .page .pager .yx{
  display: block;
  float: right;
  margin-top:1.75rem;
  height:2rem;
  cursor: pointer;
  border-radius:2.5rem;
  padding-left:1rem;
  line-height:2rem;
  padding-right:1rem;
  margin-left:1rem;
  margin-right:1rem;
 }
 .page .pager .ye select{
  display: block;
  background:#fff;
  height:4rem;
  border-radius:2.5rem;
  padding-left:1rem;
  line-height:4rem;
  padding-right:1rem;
  color:#666666;
  font-size:1.4rem;
  font-weight:400;
 }
 /*diskmanage*/
 .contentl{
  flex-direction: column;
  width:26rem;
  position: relative;
  padding-left:1.5rem;
  padding-top:1.35rem;
  overflow-y: scroll;
 }
 .contentl h3{
  text-align:left;
  font-size:1.4rem;
  color:#333;
  height:2rem;
  line-height:2rem;
 }
 .contentl ul li{
  padding-left:2.4rem;
  background:url(img/wenjian.png) no-repeat;
  background-size:1.9rem 1.5rem; 
  height: 3rem;
  line-height:3rem;
  background-position:left 0 center;
  margin-top:2.5rem;
  margin-bottom:2.5rem;
  overflow: hidden; 
 }
 .contentl ul li a{
  color:#333;
  font-size:1.45rem;
  height: 3rem;
  line-height:3rem;
  display: block;
 }
 .contentl ul li a:hover{
  color:#2781fc;
 }
 .contentr{
  flex-direction: column;
  width:135rem;
 }
 
 
 .manager{
  width:8.8rem;
  margin:0 auto;
 }
 .suo{
  background:url(img/private.png) no-repeat;
  background-size:1.6rem 1.6rem;
  width:1.6rem;
  height:1.6rem;
  cursor: pointer;
  display: block;
  margin-left:0.65rem;
  margin-right: 0.65rem;
  float: left;
 }
 .man{
  background:url(img/manage.png) no-repeat;
  background-size:1.6rem 1.6rem;
  width:1.6rem;
  height:1.6rem;
  cursor: pointer;
  display: block;
  margin-left:0.65rem;
  margin-right: 0.65rem;
  float: left;
 }
 .wenjian{
  background:url(img/fold.png) no-repeat;
  background-size:1.6rem 1.6rem;
  width:1.6rem;
  height:1.6rem;
  cursor: pointer;
  display: block;
  margin-left:0.65rem;
  margin-right: 0.65rem;
  float: left;
 }
 .key{
  background:url(img/key.png) no-repeat;
  background-size:1.6rem 1.6rem;
  width:1.6rem;
  height:1.6rem;
  cursor: pointer;
  display: block;
  margin-left:0.65rem;
  margin-right: 0.65rem;
  float: left;
 }
 .table table tr th.th3x{
  width:14rem;
  text-align: center;
 position: relative;
}
 
 .table table tr th.th4x{
  width:14rem;
  text-align: center;
 position: relative;
}
.table table tr th.th5x{
  width:14rem;
  text-align: center;
 position: relative;
}
.table table tr th.th6x{
  width:14rem;
  text-align: center;
 position: relative;
}

.table table tr td.td3x{
  width:14rem;
  text-align: center;
 position: relative;
}
 
 .table table tr td.td4x{
  width:14rem;
  text-align: center;
 position: relative;
}
.table table tr td.td5x{
  width:14rem;
  text-align: center;
 position: relative;
}
.table table tr td.td6x{
  width:14rem;
  text-align: center;
 position: relative;
}
/*弹窗*/
.bg{
  background:rgba(0,0,0,0.5);
  width:100%;
  height:100%;
  display: block;
  position: fixed;
  top:0;
  left:0;
  z-index:101;
  display:none;
}
.bgnr{
  background:#fff;
  margin-top:5%;
  margin-bottom:5%;
  margin-left:15%;
  margin-right:15%;
  position: fixed;
  width:70%;
  height:70%;
   border-radius:2rem;
   padding:3rem 3rem;
}
.bgtit .bgtitl{
  color:#333;
  font-size:1.8rem;
  height: 4rem;
  line-height:4rem;
  text-align:left;
}
.bgtit .bgtitr{
  text-align: right;
}
.bgtit .bgtitr img{
  width:2rem;
  height:2rem;
  cursor: pointer;
}
.bgcon{
  padding-top:1rem;
}
.bgcon  table{
  width:100%;
}
.bgcon  table tr th{
  color:#333;
  font-size:1.8rem;
  height:4rem;
  line-height:4rem;
  border-bottom:1px solid #e9e9e9;
  font-weight:500;
  padding-bottom: 1rem;
}
.bgcon table tr th.td1{
  width:5%;
}
.bgcon table tr th.td2{
  width:12%;
}
.bgcon table tr th.td3{
  width:8%;
}
.bgconx{
  max-height:45rem;
  overflow-y: auto;
}
.bgconx table tr td.td1{
  width:5%;
}
.bgconx table tr td.td2{
  width:12%;
}
.bgconx table tr td.td3{
  width:8%;
}


.bgconx  table{
  width:100%;
}
.bgconx  table tr td{
    text-align: center;
    color:#333;
    font-size:1.8rem;
    font-weight:300;
    padding-top:1.5rem;
    padding-bottom:1.5rem;
}
.bgconx  table tr td img{
  width: 3rem;
  height:3rem;
  cursor: pointer;
}
.table1{
  padding-top:1rem;
}
.table1 table tr td{
  text-align: center;
    color:#333;
    font-size:1.8rem;
    font-weight:300;
    padding-top:1.5rem;
    padding-bottom:1.5rem;
}
.table1 table tr .td1{
  width:8rem;
}
.table1 table tr .td2{
  width:8%;
}
.table1 table tr .td3{
  width:8%;
}
.table1 table tr .td4{
  width:8%;
}
.table1 table tr .td5{
  width:17%;
}

.tdd1x{
  cursor: pointer;
}
.tdd1x .checkn{
  background:url(img/checkk.png) no-repeat;
  width:1.5rem;
  height: 1.5rem;
  background-size: 1.5rem auto;
  float: left;
  display: block;
  margin-right:0.2rem;
  margin-top:1.25rem;
  cursor: pointer;
}
.tdd1x .checkw{
float: left;
padding-left:1rem;
display: block;
font-size:1.8rem;
margin-left:.5rem;
}
.tdd1x.on .checkn{
  background:url(img/checkon.png) no-repeat;
  height: 1.5rem;
  background-size: 1.5rem auto;
  float: left;
  display: block;
  margin-right:0.2rem;
  margin-top:1.25rem;
}
.table1 table tr td .gn{
  background:#2781fc;
  color:#fff;
  font-size:1.5rem;
  padding:0rem 1.5rem;
  border-radius:1rem;
  line-height:3rem;
  height:3rem;
  text-align: center;
  float: left;
  margin:0.2rem;
}

.tdd1y{
  cursor: pointer;
  padding-left:1rem;
}
.tdd1y .checkn{
  background:url(img/checkk.png) no-repeat;
  width:1.5rem;
  height: 1.5rem;
  background-size: 1.5rem auto;
  float: left;
  display: block;
  margin-right:0.2rem;
  cursor: pointer;
  margin-top:0.4rem;
}
.tdd1y .checkw{
float: left;
padding-left:1rem;
display: block;
margin-left:.5rem;
}
.tdd1y.on .checkn{
  background:url(img/checkon.png) no-repeat;
  height: 1.5rem;
  background-size: 1.5rem auto;
  float: left;
  cursor: pointer;
  display: block;
  margin-right:0.2rem;
  margin-top:0.4rem;
}
/*diskmangemange*/

.cipan{
  width:72rem;
  margin:0 auto;
  background:#fff;
  border-radius:2rem;
  padding:3rem 2rem;
}
.cipan ul{
  clear: both;
  display: block;
}
.cipan ul li{
  clear: both;
  display: block;
  padding-top: 1.5rem;
  padding-bottom:1.5rem;
  height: 6rem;
}
.cipan ul li .spa1{
  display: block;
  width:14rem;
  text-align: right;
  color:#333;
  font-size:1.8rem;
  float: left;
}
.cipan ul li .spa2{
  display: block;
  width:25rem;
  float: left;
  color:#333;
  font-size:1.8rem;
}
.cipan ul li .spa2 input{
  width:23rem;
  text-align: left;
  height: 3rem;
  line-height: 3rem;
  border-bottom:1px solid #e4e4e4;
  color:#333;
  padding-left:1rem;
  font-size:1.8rem;

}
.cipan ul li .spa2 select{
  width:23rem;
  text-align: left;
  height: 3rem;
  line-height: 3rem;
  border-bottom:1px solid #e4e4e4;
  color:#333;
  padding-left:1rem;
  font-size:1.8rem;

}
.cipan ul li .spa3{
  width:25rem;
  display: block;
  float: left;
  color:#333;
  font-size:1.8rem;
}
.cipan ul li .spa4{
  float: left;
  width:49rem;
  display: block;
}
.cipan ul li .spa4 textarea{
  width:49rem;
  height:20rem;
  text-align: left;
  line-height: 3rem;
  border:1px solid #e4e4e4;
  color:#333;
  padding-left:1rem;
  font-size:1.8rem;
  background:#f8f8f8;
  padding:2rem;
  border-radius:1rem; 
}
.cipan ul li .spa2 button{
  padding:0;
  width: 11rem;
  height: 5.5rem;
  line-height:5.5rem;
  text-align: center;
  border-radius: 0.5rem;
}
.cipan ul li .spa2 .sava{
  background:#2781fc;
  border:2px solid #2781fc;
  color:#fff;
  font-size:1.8rem;
}
.cipan ul li .spa2 .return{
  background:#fff;
  border:2px solid #2781fc;
  color:#2781fc;
  font-size:1.8rem;
  margin-left:2rem;
}
/*个人信息*/
.cipan ul li .spa2 .red{
  font-size:1.8rem;
}
/*发送文件*/
.erdaohang{
  clear: both;
  display: block;
  padding-top: 3rem;
  padding-bottom:3rem;
  color:#666666;
  font-size:1.7rem;
  border-bottom:1px solid #eff0f2;
  margin:2rem 5rem 2rem 5rem;
  overflow: hidden;
}
.uchoose{
  display: block;
  padding:0;
  width: 10rem;
  height: 3.75rem;
  line-height:3.75rem;
  text-align: center;
  border-radius: 3.75rem;
  background:#e9f2ff;
  border:2px solid #e9f2ff;
  color:#333;
  font-size:1.8rem;
}
/*云盘yunpan*/
.panfu{
  clear: both;
  display: block;
  padding-top: 2rem;
  padding-bottom:3rem;
  margin:1rem 5rem 2rem 5rem;
  overflow: hidden;
}
.panfu ul li{
  float: left;
  margin-left:0.5rem;
  margin-right:4.5rem;
  text-align: center;
  width:10rem;
}
.panfu ul li a{
  clear: both;
  display: block;
  text-align: center;
  width:10rem;
  padding-top:1rem;
  border:1px solid #f6f7fb;
}
.panfu ul li a img{
  width:8rem;
  height:8rem;
}
.panfu ul li a .titx{
  clear: both;
  display: block;
  color:#333;
  font-weight:400;
  font-size:1.7rem;
  height: 3.75rem;
  line-height:3.75rem;
  text-align: center;
  width:10rem;
  font-weight:300;
  overflow: hidden;
}
.panfu ul li a:hover{
  border:1px solid #fff;
}
.panfu ul li a:hover .titx{
  color:#000;
  font-weight:300;
}

/*myspace*/
.upo{
  padding-bottom:2rem;
  border-bottom:1px solid #eff0f2;
margin:2rem 5rem 0rem 5rem;
  height:65px;
}
.upof .upload{
  height:4.5rem;
  line-height:4.5rem;
  text-align: center;
  border-radius:2.5rem;
  background:#2781fc;
  padding-left:3rem;
  padding-right:3rem;
  cursor: pointer;
  display:flex;
}
.upof .upload .uioc{
  flex-direction: column;
  display: block;
  width:1.5rem;
  height:1.5rem;
  margin-top:1.5rem;
  background:url(img/uoload.png) no-repeat;
  background-size:1.5rem 1.5rem;

}
.upof .upload .ty{
  flex-direction: column;
  color:#fff;
  font-size:1.6rem;
  line-height:2rem;
  margin-top:1.3rem;
  padding-left:0.5rem;
}



.upof .newwenjian{
  height:4.5rem;
  line-height:4.5rem;
  text-align: center;
  border-radius:2.5rem;
  background:#e1ebfb;
  padding-left:3rem;
  padding-right:3rem;
  cursor: pointer;
  display:flex;
  margin-left:2rem;
}
.upof .newwenjian .uioc{
  flex-direction: column;
  display: block;
  width:1.5rem;
  height:1.5rem;
  margin-top:1.5rem;
  background:url(img/KHCFDC.png) no-repeat;
  background-size:1.5rem 1.5rem;

}
.upof .newwenjian .ty{
  flex-direction: column;
  color:#2781fc;
  font-size:1.6rem;
  line-height:2rem;
  margin-top:1.3rem;
  padding-left:0.5rem;
}
#cz{
  margin-left:2rem;
}
.paixu{
  height:4.5rem;
  line-height:4.5rem;
  text-align: center;
  border-radius:2.5rem 2.5rem 2.5rem 2.5rem;
  background:#fff;
  padding-left:1rem;
  width:15rem;
  padding-right:1rem; 
  margin-left:2rem;
  position: relative;
}
.paixu .strong{
  cursor: pointer;
  display:flex;
  width:13rem;
  justify-content: center;
  align-items: center;
}
.paixu .strong.on .uioc{
  flex-direction: column;
  display: block;
  width:0.9rem;
  height:1.5rem;
  margin-top:1.5rem;
  background:url(img/uparrd.png) no-repeat;
  background-size:0.9rem 1.5rem;
}
.paixu .strong .uioc{
  flex-direction: column;
  display: block;
  width:0.9rem;
  height:1.5rem;
  margin-top:1.25rem;
  background:url(img/uparr.png) no-repeat;
  background-size:0.9rem 1.5rem;
}
.paixu .ty{
  flex-direction: column;
  color:#333;
  font-size:1.6rem;
  line-height:2rem;
  margin-top:1.3rem;
  padding-left:0.5rem;
}
.paixu:hover{
  border-radius:2.5rem 2.5rem 0.5rem 0.5rem;
}
.paixu:hover ul{
  display: block;
}
.paixu ul{
  position:absolute;
  left:0px;
  top:3.5rem;
  background:#fff;
  display:none;
  padding-top:1rem;
  padding-bottom:0.5rem;
  padding-left:1rem;
  width:15rem;
  padding-right:1rem; 
}
.paixu ul li{
  line-height:3.5rem;
  justify-content: center;
  align-items: center;
  background:#fff;
  width:100%;
  color:#222222;
  font-size:1.4rem;
  cursor: pointer;
  display: flex;
}
.paixu ul li .uio{
  flex-direction: column;
  width:1.5rem;
  height:1.5rem;
  margin-top:0.15rem;
  background:url(img/uparr.png) no-repeat;
  background-size:0.9rem 1.5rem;

}
.paixu ul li .xm{
flex-direction: column;
  height:4.5rem;
  font-size:1.6rem;
  line-height:4.5rem;
}
.paixu ul li:hover{
  background:#f7f7f7;
}
.paixu ul li:hover .xm{
  color:#000;
}

.allch{
  display: block;
  float: right;
  background:#fff;
  height:4rem;
  border-radius:2.5rem;
  padding-left:1rem;
  line-height:4rem;
  padding-right:1rem;
  margin-left:1rem;
  margin-right:1rem;
 }
 .allch select{
  display: block;
  background:#fff;
  height:4rem;
  border-radius:2.5rem;
  padding-left:1rem;
  line-height:4rem;
  padding-right:1rem;
  color:#666666;
  font-size:1.4rem;
  font-weight:400;
 }
 .plist{
  display: block;
  float: right;
  height:3rem;
  padding-left:1rem;
  line-height:3rem;
  padding-right:1rem;
  margin-left:1rem;
  margin-right:1rem;
  margin-top:0.6rem;
 }
 .plist img{
  width:3rem;
  height:3rem;
 }
 .kuai{
  display: block;
  float: right;
  height:3rem;
  padding-left:1rem;
  line-height:3rem;
  padding-right:1rem;
  margin-left:1rem;
  margin-right:1rem;
  margin-top:0.6rem;
 }
 .kuai img{
  width:3rem;
  height:3rem;
 }

 .panfux{
  clear: both;
  display: block;
  padding-top: 0rem;
  padding-bottom:3rem;
  margin:0.5rem 5rem 2rem 5rem;
}
.panfux ul li{
  float: left;
  margin-left:0rem;
  margin-right:2rem;
  text-align: center;
}
.panfux ul li a{
  clear: both;
  display: block;
  width:15rem;
  height:15rem;
  text-align: center;
  padding-top:2.75rem;
  background:#f6f7fb;
  border:1px solid #f6f7fb;
  position: relative;
  border-radius:0.8rem;
}
.panfux ul li a img{
  max-width:8rem;
  max-height:6.6rem;
}
.panfux ul li a .titx{
  clear: both;
  display: block;
  color:#333;
  font-weight:400;
  font-size:1.7rem;
  height: 3.75rem;
  line-height:3.75rem;
  width:15rem;
  text-align: center;
}
.panfux ul li a:hover{
  background:#edf1ff;
  border:1px solid #8ab9fe;
  border-radius:0.8rem;
}
.panfux ul li a.on{
  background:#edf1ff;
  border:1px solid #8ab9fe;
  border-radius:0.8rem;
}
.panfux ul li a.bianji{
  background:#edf1ff;
  border:1px solid #8ab9fe;
  border-radius:0.8rem;
}

.panfux ul li a .chk{
  position:absolute;
  top:0.15rem;
  right:0.15rem;
  display: none;
}
.panfux ul li a.on .chk{
  display: block;
}
.panfux ul li a .chk input{
  border: 1px solid #8ab9fe;
  background:#8ab9fe;
  color: #8ab9fe;
  accent-color: #8ab9fe;
}
.panfux .chuli{
  display:none;
  position:absolute;
  top:0.15rem;
  right:0.15rem;
}
.panfux .chuli .dui{
  display: block;
  width: 1.9rem;
  height:1.9rem;
  background:#fff url(img/error.png) no-repeat ;
  background-size:1.9rem 1.9rem;
  background-position: center center;
  cursor: pointer;
  float: left;
  margin-left:0.15rem;
  margin-right:0.15rem;
}
.panfux .chuli .shanchu{
  display: block;
  width: 1.9rem;
  height:1.9rem;
  background:#fff url(img/right.png) no-repeat ;
  background-size:1.9rem 1.9rem;
  background-position: center center;
  cursor: pointer;
  float: left;
  margin-left:0.15rem;
  margin-right:0.15rem;
}
.panfux .inpt{
  display:none;
  clear: both;
  color:#333;
  font-weight:400;
  font-size:1.4rem;
  height: 3rem;
  line-height:3rem;
  width:12.6rem;
  text-align: center;
  background:#fff;
  border:1px solid #8ab9fe;
  border-radius:0.2rem;
  margin-left:1.2rem;
  margin-right:1rem;
  margin-top:1.1rem;
}
.panfux .bianji .chuli{
  display:block;
}
.panfux .bianji .inpt{
  display:block;
}
.panfux .bianji .titx{
  display: none;
}
.tanchuang{
 position:absolute;
 left:50%;
 top:50%;
 min-width:20rem;
 min-height:9rem;
 margin-top:6rem;
 margin-left:1rem; 
 z-index:10;
 display: none;

}
.tcong{
  position: relative;
  min-width:20rem;
  min-height:9rem;
  background:#fff;
  border-radius:1rem;
  padding:2rem 1.5rem 2rem 1.5rem;
  box-shadow:1rem 1rem 1rem rgba(0,0,0,0.3);
}
.tc{
  position: absolute;
  top:-1rem;
  left:1rem;
  z-index:11;
}
.tc img{
  width:2.3rem;
  height:1rem;
}
.tcong p{
display: block;
clear: both;
color: #666666;
font-size:1.3rem;
height:3rem;
line-height:3rem;
text-align:left;
}
.panfux ul li a:hover .tanchuang{
  display:block;
}
.panfux ul li a:hover .chk{
  display:block;
}
.panfux ul li a.bianji:hover .chk{
  display: none;
}
.panfux ul li.on a:hover .tanchuang{
  display:none;
}
.panfux ul li.on a:hover .chk{
  display:none;
}
.edit{
  position:fixed;
  z-index:11;
  width:20rem;
  background:#fff;
  padding-top:1rem;
  padding-bottom:2rem;
  margin-top:8rem;
  margin-left:5rem;
  overflow: hidden;
  border-radius:1rem;
  box-shadow:1rem 1rem 1rem rgba(0,0,0,0.3);
  display:none;
}
.on .tanchuang{
  display:none;
}
.panfux ul li.on a{
  background:#edf1ff;
  border:1px solid #8ab9fe;
  border-radius:0.8rem;
}
.edit dl{
  clear: both;
  display: block;
  padding-left:2rem;
  padding-top:1rem;
  padding-right:2rem;
  padding-bottom:1rem;
  overflow: hidden;
  cursor: pointer;
}
.edit dl dt{
  float: left;
  width:2rem;
  text-align: center;
}
.edit dl dt img{
  width:1.34rem;
  height:1.34rem;
  margin-top:0.3rem;
}
.edit dl dd{
  float: left;
  color:#222222;
  font-size:1.4rem;
  line-height:2rem;
  padding-left:0.5rem;
}
.myspacelist{
  clear: both;
  display: block;
  padding-top: 0rem;
  padding-bottom:3rem;
  margin:0.5rem 5rem 2rem 5rem;
}
.myspacelist table{
  width:100%;
}
.myspacelist table tr th{
    text-align:left;
    vertical-align:middle;
    font-size:1.6rem;
     padding-top:1rem;
     padding-bottom:1rem;
     text-align: center;
}
.myspacelist table tr th.th1{
  width:12rem;
  text-align: left;
  padding-left:2rem;
}
.myspacelist table tr th.th2{
  width:7rem;
  text-align: center;
}
.myspacelist table tr th.th2 img{
  width:3rem;
  margin:0 auto;
}
.myspacelist table tr th.th3{
  text-align: left;
}
.myspacelist table tr th.th4{
  width:10rem;
}
.myspacelist table tr th.th5{
  width:12rem;
}
.myspacelist table tr th.th6{
  width:28rem;
}
.myspacelist table tr th.th7{
  width:7rem;
}
.myspacelist table tr th.th8{
  width:40rem;
}
.myspacelist table tr td{
    text-align:left;
    vertical-align:middle;
    text-align: center;
    font-size:1.6rem;
    color:#333;
    padding:1rem 0;
}
.myspacelist table tr td img{
  width:3rem;
}
.myspacelist table tr td.td1{
  text-align:left;
  padding-left:2rem;
}
.myspacelist table tr td.td2{
  text-align:center;
}
.myspacelist table tr td.td3{
  text-align:left;
}
.myspacelist table tr td a{
  display: inline-block;
  padding-left:1rem;
  padding-right:1rem;
  text-align: center;
  color:#fff;
  font-size:1.4rem;
  background:#2781fc;
  border-radius:1.5rem;
  height:3rem;
  line-height:3rem;
}
.myspacelist table tr:nth-child(2n) td{
  background:#ffffff;
}
.myspacelist table tr:nth-child(2n+1) td{
  background:#f7f7f7;
}
.tcexit{
  background:rgba(0,0,0,0.5);
  position:fixed;
  left:0;
  top:0;
  z-index:100;
  width:100%;
  height:100%;
  display:none;
}
.bgconz{
  width:58rem;
  height:32rem;
  background:#fff;
  border-radius: 1rem;
  position:fixed;
  left:50%;
  top:50%;
  margin-top:-29rem;
  margin-left:-20rem; 
  z-index:101;
  overflow: hidden;
  display:none;
}
.extit{
  clear: both;
  display: block;
  padding-top:1.7rem;
  text-align: right;
  padding-right:2rem;
}
.extit img{
  cursor: pointer;
}
.excon{
  padding-left:3.3rem;
  padding-top:1.5rem;
  color:#222222;
  font-size:1.8rem;
  line-height:4rem;
  height:16rem;
}
.exbt{
  clear: both;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width:100%;
}
.exbt .queren{
  flex-direction: column;
  width:10rem;
  height:6rem;
  line-height:6rem;
  border:1px solid #529afd;
  border-radius:1rem;
  background:#fff;
  color:#727272;
  font-size:1.8rem;
  display: block;
  text-align: center;
  margin-left:0rem;
  margin-right:2rem;
}
.exbt .quxiao{
  flex-direction: column;
  width:10rem;
  height:6rem;
  line-height:6rem;
  border:1px solid #529afd;
  border-radius:1rem;
  background:#529afd;
  color:#fff;
  font-size:1.8rem;
  display: block;
  text-align: center;
  margin-left:4rem;
  margin-right:0rem;
}
.exbt .quxiao:hover{
  background:#2781fc;
}
/*登录页面弹窗*/
.lobg{
  background:rgba(0,0,0,0.5);
  position:fixed;
  left:0;
  top:0;
  z-index:100;
  width:100%;
  height:100%;
  display: none;
}
.locon{
  width:90%;
  height:90%;
  background:#fff;
  border-radius: 1rem;
  position:fixed;
  left:5%;
  top:5%;
  z-index:1001;
  overflow: hidden;
  display: none;
}
.lotit{
  clear: both;
  display: block;
  padding-top:4rem;

}
.lotit .lotitl{
  padding-left:5rem;
  font-size:2.1rem;
}
.lotit .lotitr{
  padding-right:5rem;

}
.lotit .lotitr img{
  cursor: pointer;
  width:2rem;
  height:2rem;
}
.loc{
  clear: both;
  display: block;
  text-align: center;
  padding-top:9rem;
}
.loc img{
  width: 25rem;
  height:25rem;
  margin:0 auto;
}
.loc strong{
  color:#222222;
  font-size:2.2rem;
  line-height:5rem;
  display: block;
  clear: both;
  text-align: center;
  width:100%; 
  font-weight:300;
}
.lob{
  clear: both;
  display: block;
  text-align: center;
  padding-top:9rem;
}
.lob a{
  display: inline-block;
  width:24%;
  text-align: center;
}

.lob .a1 img{
  width: 25rem;
  height:17.6rem;
}
.lob .a2 img{
  width: 25rem;
  height:17.6rem;
}
.lob .a3 img{
  width: 25rem;
  height:17.6rem;
}
.lob .a4 img{
  width: 25rem;
  height:17.6rem;
}
/*登录页面弹窗end*/
.qingli{
  width: 52rem;
  height:32rem;
  background:#fff;
  border-radius:1rem;
  margin:5rem auto 0rem auto;
}
.qingli ul{
  padding-left:6rem;
  padding-top:5rem;

}
.qingli ul li{
  clear: both;
  display: block;
  padding-top:2rem;
  padding-bottom:2rem;
}
.qingli ul li span{
float:left;
}
.qingli ul li .spx{
  margin-top:0.7rem;
}
.qingli ul li .spy{
  color:#222222;
  font-size:1.7rem;
  line-height:3.4rem;
  padding-left:0.25rem;
}
.qingli ul li .spy1{
  color:#222222;
  font-size:1.7rem;
  line-height:3.4rem;
}
.qingli ul li .spy2{
  color:#222222;
  font-size:1.7rem;
  line-height:3.4rem;
  width: 18rem;
}
.qingli ul li .spy2 input{
  border-bottom:1px solid #e4e4e4;
  width:18rem;
  font-size:1.7rem;
  line-height:3.2rem;
  padding-left:1rem;
  height:3.2rem;
}
.qingli ul li .spy3{
  color:#222222;
  font-size:1.7rem;
  line-height:3.4rem;
}
.qingli ul li.ls{
  display: flex;
  text-align: center;
  justify-content: center;
  padding-top:4rem;
}
.qingli ul li .baocun{
  flex-direction: column;
  width:10rem;
  height:6rem;
  line-height:6rem;
  border:1px solid #529afd;
  border-radius:1rem;
  background:#529afd;
  color:#fff;
  font-size:1.8rem;
  display: block;
  text-align: center;
  margin-left:0rem;
  margin-right:4rem;
}
.qingli ul li .fanhui{
  flex-direction: column;
  width:10rem;
  height:6rem;
  line-height:6rem;
  border:1px solid #529afd;
  border-radius:1rem;
  background:#fff;
  color:#727272;
  font-size:1.8rem;
  display: block;
  text-align: center;
  margin-left:1rem;
  margin-right:2rem;
}
.qingchu .strong{
  height: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    border-radius: 2.5rem;
    background: #fff;
    color:#2781fc;
    border:1px solid #2781fc;
    padding-left: 3rem;
    padding-right: 3rem;
    cursor: pointer;
    display: flex;
    margin-left: 2rem;
}
/*消息star*/
.contentl dl{
  clear: both;
  display: block;
  padding-left:1rem;
  padding-right:1rem;
}
.contentl dl dt{
  clear: both;
  height:4rem;
  display: block;
}
.contentl dl dt a{
  display: block;
  padding-top:1rem;
  padding-bottom:1rem;
}
.contentl dl dt .pan1{
  background:url(img/adds.png)no-repeat;
  display: block;
  background-size:1.5rem 1.5rem;
  background-position:0 center;
  width:1.5rem;
  height:1.8rem;
  line-height:1.8rem;
  cursor: pointer;
 float:left; 
}
.contentl dl dt .pan2{
  background:url(img/wenjian.png)no-repeat;
  display: block;
  background-size:1.9rem 1.5rem;
  background-position:0 center;
  width:1.9rem;
  height:1.8rem;
  line-height:1.8rem;
  margin-left:0.25rem;
  cursor: pointer;
 float:left; 
 }
 .contentl dl dt .pan2x{
  background:url(img/sbianzu.png)no-repeat;
  display: block;
  background-size:1.5rem 1.5rem;
  background-position:0 center;
  width:1.5rem;
  height:1.8rem;
  line-height:1.8rem;
  margin-left:0.25rem;
  cursor: pointer;
 float:left; 
 }
 .contentl dl dt .pan3{
   color:#222222;
   font-size:1.4rem;
   padding-left:0.25rem;
   height:1.8rem;
   line-height:1.8rem;
   cursor: pointer;
   float:left;
  }
  .contentl dl dd{
    clear: both;
    padding-left:2.7rem;
    padding-top:0.15rem;
    padding-bottom:0.15rem;
    display:none;
  }
  .contentl dl dd a{
    display: block;
    padding-top:0.75rem;
    padding-left:1rem;
    height:3.5rem;
    border:1px solid #f7f7f7;
    border-radius:0.5rem;
    padding-bottom:1rem;
  }
  .contentl dl dd .pan1{
    background:url(img/email.png)no-repeat;
    background-position:0 center;
    display: block;
    background-size:1.8rem 1.5rem;
    width:1.8rem;
    line-height:1.8rem;
    height:1.8rem;
    cursor: pointer;
   float:left;
  }
  .contentl dl dd.hsz .pan1{
    background:url(img/htrish.png)no-repeat;
    background-position:0 center;
    display: block;
    background-size:1.5rem 1.5rem;
    width:1.5rem;
    line-height:1.8rem;
    height:1.8rem;
    cursor: pointer;
    float:left;
  }
  
   .contentl dl dd .pan3{
    color:#222222;
    font-size:1.4rem;
    line-height:1.8rem;
    height:1.8rem;
    padding-left:0.25rem;
    cursor: pointer;
    float:left;
    }
    .contentl dl.on dd{
      display: block;
    }
    .contentl dl.on dt .pan1{
      background:url(img/sub.png)no-repeat;
      display: block;
      background-size:1.5rem 1.5rem;
      background-position:0 center;
      width:1.5rem;
      height:1.8rem;
      line-height:1.8rem;
      cursor: pointer;
     float:left; 
    }
    .contentl dl dd a:hover{
      background:#edf1ff;
      border:1px solid #8ab9fe;
    }
    .contentl dl dd a.on{
      background:#edf1ff;
      border:1px solid #8ab9fe;
    }
    .message{
      width:72rem;
      height:62rem;
      background:#fff;
      border-radius:1rem;
      margin-left:24rem;
      margin-top:4rem;
    }
/*消息end*/
.chooseuserbg{
  background: rgba(0,0,0,0.5);
  position: fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
}
.chooseuser{
  position: fixed;
  width:98rem;
  background:#fff;
  min-height:60rem;
  border-radius:1rem;
  left:50%;
  top:50%;
  margin-left:-49rem;
  margin-top:-30rem;
  padding-bottom:2rem;
}
.chooseusert{
  padding-top:3rem;
}
.chooseusertl{
  padding-left:4rem;
  color:#222222;
  line-height:2rem;
  font-size:1.7rem;
  text-align: left;
  
}
.chooseusertr{
  padding-right:4rem;
  color:#222222;
  line-height:2rem;
  font-size:1.7rem;
  text-align: right;
}
.chooseusertr img{
  width: 2rem;
  height:2rem;
  cursor: pointer;
}
.chooseuserc1{
  padding-left:4rem;
  padding-top:1.5rem;
}
.chooseuserc1 .search1{
  width:16.5rem;
}
.chooseuserc1 .search1 input{
  background:#f6f7fb url(img/search.png) no-repeat;
  background-size:1.5rem 1.5rem;
  background-position:2rem 1.75rem;
  width:16.5rem;
  height:5rem;
  border-radius:4rem;
  padding-left:4.25rem;
}
.chooseuserc1 .search2{
  width:16.5rem;
  margin-left:5rem;
}
.chooseuserc1 .search2 input{
  background:#f6f7fb url(img/search.png) no-repeat;
  background-size:1.5rem 1.5rem;
  background-position:2rem 1.75rem;
  width:16.5rem;
  height:5rem;
  border-radius:4rem;
  padding-left:4.25rem;
}
.chooseuserc1 .search3{
  width:28rem;
  text-align:left;
  line-height:5rem;
  color:#222222;
  font-size:1.7rem;
}
.chooseuserc3{
  text-align: center;
  padding-top:1.5rem;
  padding-bottom:1.5rem;
}
.chooseuserc3 a{
  background:#e9f2ff;
  display:inline-block;
  width:10rem;
  height:5rem;
  line-height:5rem;
  border-radius:5rem;
  color:#2781fc;
  font-size:1.7rem;
  margin-left:2rem;
  margin-right:2rem;
}
.chooseuserc4{
  text-align: center;
  padding-top:.5rem;
  padding-bottom:.5rem;
}
.chooseuserc4 .qd{
  background:#2781fc;
  display:inline-block;
  width:11rem;
  height:6rem;
  line-height:6rem;
  border-radius:1rem;
  color:#fff;
  border:1px solid #2781fc;
  font-size:1.7rem;
  margin-left:2rem;
  margin-right:2rem;
}
.chooseuserc4 .qx{
  background:#ffffff;
  display:inline-block;
  color:#2781fc;
  border:1px solid #2781fc;
  width:11rem;
  height:6rem;
  line-height:6rem;
  border-radius:1rem;
  font-size:1.7rem;
  margin-left:2rem;
  margin-right:2rem;
}
.chooseuserc2{
  padding-top:1.5rem;
}
.anbumen{
  width:33.33%;
  height:32rem;
  border-right:1px solid #f4f4f4;
}
.xingmingl{
  width:33.33%;
  height:32rem;
  border-right:1px solid #f4f4f4;
}
.choosenames{
  width:33.33%;
  height:32rem;
}
.anbumen dl{
  clear: both;
  display: block;
  padding-left:5rem;
}
.anbumen dl dt{
  clear: both;
  height:4rem;
  display: block;
}
.anbumen dl dt a{
  display: block;
  padding-top:1rem;
  padding-bottom:1rem;
}
.anbumen dl dt .pan1{
  background:url(img/adds.png)no-repeat;
  display: block;
  background-size:1.5rem 1.5rem;
  background-position:0 center;
  width:1.5rem;
  height:1.8rem;
  line-height:1.8rem;
  cursor: pointer;
 float:left; 
}
.anbumen dl dt .pan2{
  background:url(img/sbianzu.png)no-repeat;
  display: block;
  background-size:1.5rem 1.5rem;
  background-position:0 center;
  width:1.5rem;
  height:1.8rem;
  line-height:1.8rem;
  margin-left:0.25rem;
  cursor: pointer;
 float:left; 
 }
 .anbumen dl dt .pan3{
   color:#222222;
   font-size:1.4rem;
   padding-left:0.25rem;
   height:1.8rem;
   line-height:1.8rem;
   cursor: pointer;
   float:left;
  }
  .anbumen dl dd{
    clear: both;
    padding-left:2.7rem;
    padding-top:0.15rem;
    padding-bottom:0.15rem;
    display:none;
  }
  .anbumen dl dd a{
    display: block;
    padding-top:0.75rem;
    padding-left:1rem;
    height:3.5rem;
    width:10rem;
    border:1px solid #fff;
    border-radius:0.5rem;
    padding-bottom:1rem;
  }
  .anbumen dl dd .pan1{
    background:url(img/email.png)no-repeat;
    background-position:0 center;
    display: block;
    background-size:1.8rem 1.5rem;
    width:1.8rem;
    line-height:1.8rem;
    height:1.8rem;
    cursor: pointer;
   float:left;
  }
  .anbumen dl dd.hsz .pan1{
    background:url(img/htrish.png)no-repeat;
    background-position:0 center;
    display: block;
    background-size:1.5rem 1.5rem;
    width:1.5rem;
    line-height:1.8rem;
    height:1.8rem;
    cursor: pointer;
    float:left;
  }
  
   .anbumen dl dd .pan3{
    color:#222222;
    font-size:1.4rem;
    line-height:1.8rem;
    height:1.8rem;
    padding-left:0.25rem;
    cursor: pointer;
    float:left;
    }
    .anbumen dl.on dd{
      display: block;
    }
    .anbumen dl.on dt .pan1{
      background:url(img/sub.png)no-repeat;
      display: block;
      background-size:1.5rem 1.5rem;
      background-position:0 center;
      width:1.5rem;
      height:1.8rem;
      line-height:1.8rem;
      cursor: pointer;
     float:left; 
    }
    .anbumen dl dd a:hover{
      background:#edf1ff;
      border:1px solid #8ab9fe;
    }
    .anbumen dl dd a.on{
      background:#edf1ff;
      border:1px solid #8ab9fe;
    }

    .xingmingl dl{
      clear: both;
      display: block;
      padding-left:3rem;
    }
    .xingmingl dl dt{
      clear: both;
      height:4rem;
      display: block;
    }
    .xingmingl dl dt a{
      display: block;
      padding-top:1rem;
      padding-bottom:1rem;
       color:#222222;
       font-size:1.4rem;
       padding-left:0.25rem;
       height:1.8rem;
       line-height:1.8rem;
       cursor: pointer;
       float:left;
      }
      .xingmingl dl dd{
        clear: both;
        padding-left:2.7rem;
        padding-top:0.15rem;
        padding-bottom:0.15rem;
        display:none;
      }
      .xingmingl dl dd a{
        display: block;
        padding-top:0.25rem;
        padding-left:1rem;
        padding-right:1rem;
        height:4rem;
        min-width: 20rem;
        border:1px solid #fff;
        border-radius:0.5rem;
        padding-bottom:1rem;
        color:#222222;
        font-size:1.4rem;
        line-height:3.5rem;
        cursor: pointer;
        float:left;
        }
        .xingmingl dl.on dd{
          display: block;
        }
     
        .xingmingl dl dd a:hover{
          background:#edf1ff;
          border:1px solid #8ab9fe;
        }
        .xingmingl dl dd a.on{
          background:#edf1ff;
          border:1px solid #8ab9fe;
        }

        .choosenames dl{
          clear: both;
          display: block;
          padding-left:3rem;
        }
        .choosenames dl dt{
          clear: both;
          height:4rem;
          display: block;
        }
        .choosenames dl dt a{
          display: block;
          padding-top:1rem;
          padding-bottom:1rem;
           color:#222222;
           font-size:1.4rem;
           padding-left:0.25rem;
           height:1.8rem;
           line-height:1.8rem;
           cursor: pointer;
           float:left;
          }
          .choosenames dl dd{
            clear: both;
            padding-left:2.7rem;
            padding-top:0.15rem;
            padding-bottom:0.15rem;
            display:none;
          }
          .choosenames dl dd a{
            display: block;
            padding-top:0.25rem;
            padding-left:1rem;
            padding-right:1rem;
            height:4rem;
            min-width: 20rem;
            border:1px solid #fff;
            border-radius:0.5rem;
            padding-bottom:1rem;
            color:#222222;
            font-size:1.4rem;
            line-height:3.5rem;
            cursor: pointer;
            float:left;
            }
            .choosenames dl.on dd{
              display: block;
            }
         
            .choosenames dl dd a:hover{
              background:#edf1ff;
              border:1px solid #8ab9fe;
            }
            .choosenames dl dd a.on{
              background:#edf1ff;
              border:1px solid #8ab9fe;
            }
            .changepwd{
              width:72rem;
              height:37rem;
              background:#fff;
              border-radius:1rem;
              margin:0 auto;
            }
            .changepwd ul li.liv{
              clear: both;
              display: block;
              padding-top: 0rem;
              padding-bottom: 0.5rem;
              height: 3rem;
          }
          .changepwd ul li.liv span{
            color:#222222;
            font-size:1.2rem;
            line-height:1.2rem;
            display: inline;
            padding-right:1rem;
            float: left;
            text-align:left;
          }
          .changepwd ul li.liv span.on{
            color:#00ff66;
          }
       
          .cipan ul li .spa2 .savax{
            background:#2781fc;
            border:2px solid #2781fc;
            color:#fff;
            font-size:1.8rem;
            margin-left:13rem;
          }
          .cipan ul li .spa2 .savax:hover{
            background:#1575f9;
          }
.yhlx{
  height: 4.5rem;
    text-align: left;
    line-height: 4rem;
    color: #666666;
    font-size: 1.3rem;
    padding-left:1.5rem;
}
.xingming{
  padding-left:1rem;
  padding-right:1rem;
}
.xingming input {
  background: #fff url(img/search.png) no-repeat;
  background-position: left 2rem top 1.35rem;
  background-size: 1.5rem 1.5rem;
  width: 11rem;
  height: 4rem;
  text-align: left;
  line-height: 4rem;
  color: #666666;
  font-size: 1.3rem;
  padding-left: 4rem;
  border-radius: 2.5rem;
}

.tabley{
  padding-left:5rem;
  padding-right:5rem;
  padding-top:.5rem;
  padding-bottom:1.5rem;
  display: block;
  width:100%;
}
.tabley table{
  width:100%;
  border:0;
}
.tabley table tr th{
  border:0;
 border-bottom:1px solid #e1e1e1;
 height:5rem;
 line-height:5rem;
 color:#333;
 font-size:1.7rem;
 font-weight:500;
 padding-top:0.5rem;
 padding-bottom:0.5rem;
}
.tabley table tr th.th1{
  width:6rem;
  text-align: left;
}
.tabley table tr th.th2{
  width:6rem;
  text-align: center;
}
.tabley table tr th.th3{
  width:20rem;
  text-align: center;
}
.tabley table tr th.th4{
  width:8rem;
  text-align: center;
}
.tabley table tr th.th5{
  width:6rem;
  text-align: center;
}
.tabley table tr th.th6{
  width:6rem;
  text-align: center;
}
.tabley table tr th.th7{
  width:12rem;
  text-align: center;
}
.tabley table tr th.th8{
  width:20rem;
  text-align: center;
 position: relative;
}
.tabley table tr th .tdd2{
  cursor: pointer;
  text-align:left; 
}
.tabley table tr th .tdd2 input{
  margin-top:1.65rem;
}
.tabley table tr td .tdd1{
  cursor: pointer;
  text-align: left;
}
.tabley table tr td .tdd1 input{
  margin-top:1.65rem;
}

.tabley table tr td{
  border-bottom:0px solid #e1e1e1;
  height:5rem;
  line-height:5rem;
  color:#333;
  font-size:1.7rem;
  font-weight:400;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
 }
 .tabley table tr td.td2{
  text-align: center;
 }
 .tabley table tr td.td3{
  text-align: center;
 }
 .tabley table tr td.td4{
  text-align: center;
 }
 .tabley table tr td.td5{
  text-align: center;
 }
 .tabley table tr td.td6{
  text-align: center;
 }
 .tabley table tr td.td7{
  text-align: center;
 }
 .tabley table tr td.td8{
  text-align: center;
 }
 .sman{
  background:url(img/sman.png) no-repeat;
  background-size:1.6rem 1.6rem;
  width:1.6rem;
  height:1.6rem;
  cursor: pointer;
  display: block;
  margin-left:0.65rem;
  margin-right: 0.65rem;
  float: left;
 }
 .bing{
  background:url(img/bing.png) no-repeat;
  background-size:1.6rem 1.6rem;
  width:1.6rem;
  height:1.6rem;
  cursor: pointer;
  display: block;
  margin-left:0.65rem;
  margin-right: 0.65rem;
  float: left;
 }
 .xian{
  background:url(img/zhexian.png) no-repeat;
  background-size:1.6rem 1.6rem;
  width:1.6rem;
  height:1.6rem;
  cursor: pointer;
  display: block;
  margin-left:0.65rem;
  margin-right: 0.65rem;
  float: left;
 }
  .beifen{
    background:url(img/add.png) no-repeat;
    background-size:1.6rem 1.6rem;
    width:1.6rem;
    height:1.6rem;
    cursor: pointer;
    display: block;
    margin-left:0.65rem;
    margin-right: 0.65rem;
    float: left;
  }
 .managerx{
  width:12rem;
  margin:0 auto;
 }
 .tdd1x{
  cursor: pointer;
  width:12rem;
}
#czx{
  margin: left 0px;
}
.tablez{
  padding-left:5rem;
  padding-right:5rem;
  padding-top:.5rem;
  padding-bottom:1.5rem;
  display: block;
  width:100%;
}
.tablez table{
  width:100%;
  border:0;
}
.tablez table tr th{
  border:0;
 border-bottom:1px solid #e1e1e1;
 height:5rem;
 line-height:5rem;
 color:#333;
 font-size:1.7rem;
 font-weight:500;
 padding-top:0.5rem;
 padding-bottom:0.5rem;
}
.tablez table tr th.th1{
  width:3rem;
  text-align: center;
  vertical-align: middle;
}
.tablez table tr th.th2{
  width:15rem;
  text-align: center;
}
.tablez table tr th.th3{
  width:35rem;
  text-align: center;
}
.tablez table tr th.th4{
  width:12rem;
  text-align: center;
}
.tablez table tr th.th5{
  width:12rem;
  text-align: center;
 position: relative;
}

.tablez table tr td{
  border-bottom:0px solid #e1e1e1;
  height:5rem;
  line-height:5rem;
  color:#333;
  font-size:1.7rem;
  font-weight:400;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
 }
 .tablez table tr td.td1{
  text-align: center;
 }
 .tablez table tr td.td2{
  text-align: center;
 }
 .tablez table tr td.td3{
  text-align: center;
 }
 .tablez table tr td.td4{
  text-align: center;
 }
 .tablez table tr td.td5{
  text-align: center;
 }
 .downx{
  margin-top:1.75rem;
  text-align:center;
}
.xbeifeny{
  height:2.2rem;
  text-align:center;
}
.tdd1z{
  height:2.5rem;
  text-align:center;
}
.setbg{
  position: fixed;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:rgba(0,0,0,0.5);
  display:none;
}
.setset{
  background:#fff;
  width:100rem;
  height:32rem;
  border-radius:1rem;
  position: absolute;
  left:50%;
  top:50%;
  margin-left:-50rem;
  margin-top:-16rem;
}
.settit{
  padding-top:2rem;
}
.settitl{
  padding-left:3rem;
  color:#222;
  font-size:1.7rem;
}
.settitr{
  padding-right:3rem;
}
.settitr img{
  width:2rem;
  height:2rem;
  cursor: pointer;
}
.setcon{
  padding-left:8.5rem;
  padding-top:3rem;
}
.setcon strong{
  color:#2781fc;
  font-size:1.7rem;
  line-height:3rem;
  font-weight:400;
}
.setcon .kongjian{
  text-align: left;
  color:#2781fc;
  font-size:3.6rem;
  line-height:6.8rem;
  font-weight:600;
}
.wjsm ul{
  padding-top:3rem;
}
.wjsm ul li{
  float: left;
  width:25%;
}
.wjsm ul li strong{
  clear: both;
  display: block;
  color:#2781fc;
  font-size:1.8rem;
  font-weight:400;
}
.wjsm ul li strong.dx{
  font-weight:600;
  clear: both;
  display: block;
  color:#2781fc;
  font-size:2.4rem;
}
.caozuol .bdata{
  color:#666666;
  font-size:1.4rem;
  padding-right:2rem;
  padding-left:2rem;
  height:5rem;
  line-height:5rem;
}

.caozuol .bdatain{
  color:#666666;
  font-size:1.3rem;
  height:5rem;
  text-align: center;
  line-height:5rem;
  padding-left:1rem;
  padding-right:1rem;
  background:#fff;
  border-radius:5rem;
}
.caozuol .bdatain input{
  color:#666666;
  font-size:1.4rem;
  height:5rem;
  width:10rem;
  text-align: center;
  line-height:5rem;
  background:#fff;
  border-radius:5rem;
}
.caozuol .bdatain select{
  color:#666666;
  font-size:1.4rem;
  height:5rem;
  width:10rem;
  text-align: center;
  line-height:5rem;
  background:#fff;
  border-radius:5rem;
}
.upor .chaxun input{
   background:#e1ebfb url(img/search1.png) no-repeat;
   width:14rem;
   text-align:left;
   padding-left: 1rem;
   border-radius:4rem;
   background-position:left 2rem center;
   height:5rem;
   text-align: center;
   line-height:5rem;
}
.upor .daochu{
  margin-left: 1.5rem;
}
.upor .daochu a{
  background:#e1ebfb url(img/add.png) no-repeat;
  display: block;
  width:12rem;
  text-align:left;
  cursor: pointer;
  padding-left: 1rem;
  border-radius:4rem;
  font-size:1.5rem;
  background-position:left 2rem center;
  height:5rem;
  color:#2781fc;
  text-align: center;
  line-height:5rem;
}
.tent{
  clear: both;
  display: block;
  padding-top:10rem;
  padding-left:10%;
  padding-right:10%;
}
.tent li{
  float: left;
  width: 20%;
}
.tent li .tt{
  color:#656566;
  font-size:2rem;
  line-height:4rem;
  height:4rem;
  width:100%;
  text-align: center;
  padding-bottom:1rem;
}
.tent li .tc{
  height:38rem;
   width:100%;
   position: relative;
   text-align: center;
}
.tent li .tc .cc{
  position: absolute;
  left:50%;
  bottom:0;
  width:5rem;
  background:#fa7100;
  border-radius:5rem;
  margin-left:-2.9rem;
}
.tent li .bt{  
  padding-bottom:1rem;
  color:#fa7100;
  font-size:2.2rem;
  line-height:4rem;
  height:4rem;
  width:100%;
  text-align: center;}
  .tent li .tc .cc1{
    position: absolute;
    left:50%;
    bottom:0;
    width:5rem;
    background:#fbe213;
    border-radius:5rem;
    margin-left:-2.9rem;
  }
  .tent li .bt1{  
    color:#fbe213;
    font-size:2.2rem;
    line-height:4rem;
    height:4rem;
    width:100%;
    text-align: center;}

    .tent li .tc .cc2{
      position: absolute;
      left:50%;
      bottom:0;
      width:5rem;
      background:#31f28b;
      border-radius:5rem;
      margin-left:-2.9rem;
    }
    .tent li .bt2{  
      color:#31f28b;
      font-size:2.2rem;
      line-height:4rem;
      height:4rem;
      width:100%;
      text-align: center;}

      .tent li .tc .cc3{
        position: absolute;
        left:50%;
        bottom:0;
        width:5rem;
        background:#28d0f7;
        border-radius:5rem;
        margin-left:-2.9rem;
      }
      .tent li .bt3{  
        color:#28d0f7;
        font-size:2.2rem;
        line-height:4rem;
        height:4rem;
        width:100%;
        text-align: center;}

        
      .tent li .tc .cc4{
        position: absolute;
        left:50%;
        bottom:0;
        width:5rem;
        background:#4478f5;
        border-radius:5rem;
        margin-left:-2.9rem;
      }
      .tent li .bt4{  
        color:#4478f5;
        font-size:2.2rem;
        line-height:4rem;
        height:4rem;
        width:100%;
        text-align: center;}
        .kongjianc{
          margin:0 auto;
          width:80rem;
          background:#ade8d6;
          height:20rem;
          border-radius:2rem;
          margin-top:3rem;
        }
        .kongjianc1{
          background:#00c681;
          height:20rem;
          width:40rem;
          padding-left:10rem;
          border-radius:2rem;
          padding-top:5rem;
          text-align: left;
        }
        .kongjianc1 strong{
          color:#fff;
          font-size:1.7rem;
          line-height:4rem;
          font-weight:300;
        }
        .kongjianc1 .yykj{
          color:#fff;
          font-size:3.6rem;
          font-weight:600;  
        }
        .kongjiancr{
          height:20rem;
          width:40rem;
          padding-left:10rem;
          border-radius:2rem;
          padding-top:5rem;
          text-align: left;
        }
        .kongjiancr strong{
          color:#079c68;
          font-size:1.7rem;
          line-height:4rem;
          font-weight:300;
        }
        .kongjiancr .yykj{
          color:#079c68;
          font-size:3.6rem;
          font-weight:600;  
        }
        .pldaoru{
          background:#fff;
          width:85rem;
          height:36rem;
          border-radius:2rem;
          margin:5rem auto 0 auto;
        }
        .pldaoru ul{
          padding:4rem 1rem;
        }
        .pldaoru ul li{
          clear: both;
          display: block;
          padding-top:0.7rem;
          padding-bottom:0.7rem;
        }
        .pldaoru ul li .sp1{
          color:#222222;
          width:13rem;
          text-align: right;
          font-size:1.7rem;
          line-height:2.8rem;
          float:left;
        }
        .pldaoru ul li .sp2{
          width:65rem;
          text-align:left;
          float:left;
        }
        .pldaoru ul li .sp2 .txt{
          border:1px solid #e4e4e4;
          border-radius:0.5rem;
          padding:1rem 1.5rem;
          width:65rem;
          background:#fff;
          font-size:1.4rem;
          line-height:2.8rem;
          color:#555555;
          text-align:left;

        }
        .pldaoru ul li .sp2 a{
          color:#2781fc;
          font-size:1.4rem;
          line-height:2.8rem;
        }
        .pldaoru ul li .sp2 input{
          margin-top:0.3rem;
        }
        .pldaoru ul li .sp2 .daoru{
          margin-top:2rem;
          display: block;
          background:#2781fc;
          border-radius:1rem;
          text-align: center;
          color:#fff;
          width:11rem;
          height:5rem;
          line-height:5rem;
          font-size:1.6rem;
}
.jiaose{
  width:52rem;
  margin:0 auto;
  background:#fff;
  border-radius:2rem;
  padding:3rem 2rem;
  overflow: hidden;
}
.jiaose ul{
  clear: both;
  display: block;
}
.jiaose ul li{
  clear: both;
  display: block;
  padding-top: 1.5rem;
  padding-bottom:1.5rem;
  height: 6rem;
}
.jiaose ul li .spa1{
  display: block;
  width:14rem;
  text-align: right;
  color:#333;
  font-size:1.8rem;
  float: left;
}
.jiaose ul li .spa2{
  display: block;
  width:20rem;
  float: left;
  color:#333;
  font-size:1.8rem;
}
.jiaose ul li .spa2 input{
  width:18rem;
  text-align: left;
  height: 3rem;
  line-height: 3rem;
  border-bottom:1px solid #e4e4e4;
  color:#333;
  padding-left:1rem;
  font-size:1.8rem;

}

.jiaose ul li .spa20{
  display: block;
  width:16rem;
  float: left;
  color:#333;
  font-size:1.8rem;
}
.jiaose ul li .spa20 input{
  width:14rem;
  text-align: left;
  height: 3rem;
  line-height: 3rem;
  border-bottom:1px solid #e4e4e4;
  color:#333;
  padding-left:1rem;
  font-size:1.8rem;

}

.jiaose ul li .spa22x{
  display: block;
  width:10rem;
  float: left;
  color:#333;
  font-size:1.8rem;
}
.jiaose ul li .spa22x input{
  width:8rem;
  text-align: left;
  height: 3rem;
  line-height: 3rem;
  border-bottom:1px solid #e4e4e4;
  color:#333;
  padding-left:1rem;
  font-size:1.8rem;

}
.jiaose ul li .spa2 select{
  width:18rem;
  text-align: left;
  height: 3rem;
  line-height: 3rem;
  border-bottom:1px solid #e4e4e4;
  color:#333;
  padding-left:1rem;
  font-size:1.8rem;

}
.jiaose ul li .spa3{
  width:15rem;
  display: block;
  float: left;
  color:#333;
  font-size:1.8rem;
}
.jiaose ul li .spa33x{
  width:22rem;
  display: block;
  float: left;
  color:#333;
  font-size:1.8rem;
}
.jiaose ul li .spa2dx{
  width:32rem;
}
.jiaose ul li .spa2dx button{
  padding:0;
  width: 11rem;
  height: 5.5rem;
  line-height:5.5rem;
  text-align: center;
  border-radius: 0.5rem;
}
.jiaose ul li .spa2dx .sava{
  background:#2781fc;
  border:2px solid #2781fc;
  color:#fff;
  font-size:1.8rem;
}
.jiaose ul li .spa2dx .return{
  background:#fff;
  border:2px solid #2781fc;
  color:#2781fc;
  font-size:1.8rem;
  margin-left:1rem;
}
.privatebg{
  background:rgba(0,0,0,0.5);
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  display:none;
}
.pricon{
  margin:0 auto;
  width:50rem;
  background:#fff;
  height:74.2rem;
  border-radius:2rem;
  margin-top:3rem;
}
.pricont{
  padding-left:2rem;
  padding-right:2rem;
  padding-top:2rem;
  color:#222222;
  text-align: center;
  font-size:1.6rem;
  height:2.8rem;
  line-height:2.8rem;
  position: relative;
}

.pricont img{
  cursor: pointer;
  float: right;
  position: absolute;
  right:2rem;
  top:2rem;
  width:2rem;
  height:2rem;
}

.priconc1{
  display: flex;
  text-align: center;
  padding-left:4rem;
  padding-right:4rem;
  padding-top:3rem;
}
.pi1{
  margin-left:1rem;
  margin-left: 1rem;
  color:#666;
  font-size:1.7rem;
  height:2rem;
  line-height:2rem;
  cursor: pointer;
  width:30%;

}
.pi2{
  margin-left:1rem;
  margin-left: 1rem;
  color:#666;
  font-size:1.7rem;
  height:2rem;
  line-height:2rem;
  cursor: pointer;
  width:28%;
}
.quebtn{
  background:url(img/new.png) no-repeat;
  background-position:left 1rem center;
  color:#666;
  font-size:1.6rem;
  cursor: pointer;
  height:3rem;
  line-height:2rem;
  margin-left:1rem;
  text-align:left;
  padding-left:3rem;
  padding-top: 0.5rem;
  padding-bottom:1rem;
  padding-right:2rem;
  border:1px solid #19243c;
  border-radius:2rem;
  margin-left: 3rem;
}
.priconc2{
  padding-left:4rem;
  padding-top:1rem;
  height:65rem;
  overflow: scroll;
}
.priconc2 dl{
  clear: both;
  display: block;
  padding-left:1rem;
}
.priconc2 dl dt{
  clear: both;
  height:2.7rem;
  display: block;
  line-height:2.7rem;
}

.priconc2 dl dt .pan1{
  background:url(img/adds.png)no-repeat;
  display: block;
  background-size:1.5rem 1.5rem;
  background-position:0 center;
  width:1.5rem;
  height:1.8rem;
  line-height:1.8rem;
  cursor: pointer;
 float:left; 
}

 .priconc2 dl dt .pan3{
   color:#222222;
   font-size:1.4rem;
   padding-left:0.25rem;
   height:1.8rem;
   line-height:1.8rem;
   cursor: pointer;
   float:left;
  }
  .priconc2 dl dd{
    clear: both;
    height:2.75rem;
    line-height:2.75rem;
    padding-bottom:0.1rem;
    display: block;
    padding-top:0.1rem;
    padding-left:3rem;
    font-size:1.4rem;
    border-radius:0.5rem;
    cursor: pointer;
  }
  .priconc2 dl dd input{
    margin-top:0.5rem;
    margin-left:1.5rem;
  }
  .priconc2 dl dd{
    display: none;
  }
    .priconc2 dl.on dd{
      display: block;
    }
    .priconc2 dl.on dt .pan1{
      background:url(img/sub.png)no-repeat;
      display: block;
      background-size:1.5rem 1.5rem;
      background-position:0 center;
      width:1.5rem;
      height:1.8rem;
      line-height:1.8rem;
      cursor: pointer;
     float:left; 
    }
    .priconc2 dl dd a:hover{
      background:#edf1ff;
      border:1px solid #8ab9fe;
    }
    .priconc2 dl dd a.on{
      background:#edf1ff;
      border:1px solid #8ab9fe;
    }


    .sytongji{
      margin:0 auto;
      width:100rem;
      background:#43c4fe;
      height:33rem;
      border-radius:2rem;
      margin-top:3rem;
    }
    .sytongji1{
       clear: both;
       display: block;
      padding-left:10rem;
      padding-top:4rem;
      text-align: left;
    }
    .sytongji1 strong{
      color:#fff;
      font-size:1.7rem;
      line-height:4rem;
      font-weight:300;
    }
    .sytongji1 .yykj{
      color:#fff;
      font-size:4rem;
      font-weight:500;  
    }
    .sytongji2{
      clear: both;
      display: block;
     padding-left:10rem;
     padding-top:4rem;
     text-align: left;
    }
    .sytongji2 ul li{
      float: left;
      width:25%;
    }
    .sytongji2 strong{
      color:#fff;
      font-size:1.7rem;
      line-height:4rem;
      font-weight:300;
    }
    .sytongji2 .kk{
      color:#fff;
      font-size:4rem;
      font-weight:500;
    }
.kongjiancong{
  width:120rem;
  margin:0 auto;
}
.wulikongjian strong{
  height:6rem;
  line-height:6rem;
  color: #222222;
  font-size:1.8rem;
  font-weight: 500;
}
.shiyongkongjian strong{
  height:6rem;
  line-height:6rem;
  color: #222222;
  font-size:1.8rem;
  font-weight: 500;
}
.wulikongjiancon{
 width:55rem;
 text-align:left;
 background:#fec243;
 border-radius:1rem; 
 height: 23rem;
}    
.shiyongkongjian{
  margin-left:3rem;
}
.wulikongjiancon1{
  width:55rem;
  text-align:left;
  background:#2dbcbc;
  border-radius:1rem; 
  height: 23rem;
}
.wlkong{
  padding-top:2rem;
  padding-left:6rem;
  clear: both;
}
.wlkong strong{
  color:#fff;
  font-size:1.7rem;
  line-height:3.4rem;
}
.wlkong .kzhi{
  clear: both;
  color:#fff;
  font-size:3.6rem;
  font-weight:500;
}
.wlkong1{
  width:50%;
}
.wlkong1 .kzhi{
  clear: both;
  color:#fff;
  font-size:2rem;
  font-weight:500;
}
.wlkong2 .kzhi{
  clear: both;
  color:#fff;
  font-size:2rem;
  font-weight:500;
}


.cipanus{
  width:72rem;
  margin:0 auto;
  background:#fff;
  border-radius:2rem;
  padding:3rem 2rem;
}
.cipanus ul{
  clear: both;
  display: block;
}
.cipanus ul li{
  clear: both;
  display: block;
  padding-top: .35rem;
  padding-bottom:.35rem;
  height: 4.5rem;
}
.cipanus ul li .spa1{
  display: block;
  width:14rem;
  text-align: right;
  color:#333;
  font-size:1.8rem;
  float: left;
}
.cipanus ul li .spa2{
  display: block;
  width:25rem;
  float: left;
  color:#333;
  font-size:1.8rem;
}
.cipanus ul li .spa2x{
  display: block;
  width:25rem;
  float: left;
  color:#333;
  font-size:1.8rem;
}
.cipanus ul li .spa2 input{
  width:23rem;
  text-align: left;
  height: 3rem;
  line-height: 3rem;
  border-bottom:1px solid #e4e4e4;
  color:#333;
  padding-left:1rem;
  font-size:1.8rem;

}
.cipanus ul li .spa2 select{
  width:23rem;
  text-align: left;
  height: 3rem;
  line-height: 3rem;
  border-bottom:1px solid #e4e4e4;
  color:#333;
  padding-left:1rem;
  font-size:1.8rem;

}
.cipanus ul li .spa3{
  width:25rem;
  display: block;
  float: left;
  color:#333;
  font-size:1.8rem;
}
.cipanus ul li .spa4{
  float: left;
  width:49rem;
  display: block;
}
.cipanus ul li .spa4 textarea{
  width:49rem;
  height:20rem;
  text-align: left;
  line-height: 3rem;
  border:1px solid #e4e4e4;
  color:#333;
  padding-left:1rem;
  font-size:1.8rem;
  background:#f8f8f8;
  padding:2rem;
  border-radius:1rem; 
}
.cipanus ul li .spa2 button{
  padding:0;
  width: 11rem;
  height: 5.5rem;
  line-height:5.5rem;
  text-align: center;
  border-radius: 0.5rem;
}
.cipanus ul li .spa2 .sava{
  background:#2781fc;
  border:2px solid #2781fc;
  color:#fff;
  font-size:1.8rem;
}
.cipanus ul li .spa2 .return{
  background:#fff;
  border:2px solid #2781fc;
  color:#2781fc;
  font-size:1.8rem;
  margin-left:2rem;
}
/*个人信息*/
.cipanus ul li .spa2 .red{
  font-size:1.8rem;
}
.keycl{
  margin:0 auto;
  width:85rem;
  background:#fff;
  height:40rem;
  border-radius:2rem;
  margin-top:3rem;
}
.keycl ul{
  padding-top:5rem;
  padding-bottom:5rem;
}
.keycl ul li{
  clear: both;
  display: block;
  width:100%;
}
.keycl ul li .sp1{
   width:11rem;
   text-align: right;
   float: left;
   font-size:1.7rem;
   height:3rem;
   line-height:3rem;
}
.keycl ul li .sp2{
  width:68rem;
  text-align: left;
  float: left;
}
.keycl ul li .sp2 textarea{
  text-align:left;
  color:#666;
  font-size:1.6rem;
  line-height:1.8rem;
  width:65rem;
  height:20rem;
  text-align: left;
  line-height: 3rem;
  border:1px solid #e4e4e4;
  color:#333;
  padding-left:1rem;
  background:#f8f8f8;
  padding:2rem;
  border-radius:1rem; 
  padding-top :0px;
}
.keycl ul li p{
  padding:2rem 3rem 2rem 5rem;
  color:#333;
  font-size:1.4rem;
  line-height:1.8rem;
}
.keycl ul li p span{
  color:#ff4e4e;
}
.keycl ul li .save{
  display: block;
  background:#2781fc;
  border:2px solid #2781fc;
  color:#fff;
  font-size:1.6rem;
  width:11rem;
  height:6rem;
  line-height:5.8rem;
  border-radius:1rem;
  margin:0 auto;
}





.tablex{
  padding-left:5rem;
  padding-right:5rem;
  padding-top:1.5rem;
  padding-bottom:1.5rem;
  display: block;
  width:100%;
}
.tablex table{
  width:100%;
  border:0;
}
.tablex table tr th{
  border:0;
 border-bottom:1px solid #e1e1e1;
 height:5rem;
 line-height:5rem;
 color:#333;
 font-size:1.8rem;
 font-weight:500;
 padding-top:0.5rem;
 padding-bottom:0.5rem;
}
.tablex table tr th.th1{
  width:22rem;
  text-align: left;
}
.tablex table tr th.th2{
  width:70rem;
  text-align: center;
 
}
.tablex table tr th.th3{
  width:15rem;
  text-align: center;
 
}
.tablex table tr th.th4{
  width:25rem;
  text-align: center;
 position: relative;
}

.tablex table tr th .tdd2{
  cursor: pointer;
  text-align:left; 
}
.tablex table tr th .tdd2 input{
  margin-top:1.5rem;
}
.tablex table tr td .tdd1{
  cursor: pointer;
}
.tablex table tr td .tdd1 input{
  margin-top:1.5rem;
}


.tablex table tr td{
  border-bottom:0px solid #e1e1e1;
  height:5rem;
  line-height:5rem;
  color:#333;
  font-size:1.8rem;
  font-weight:400;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
 }
 .tablex table tr td.td1{
  text-align: left;
 }
 .tablex table tr td.td2{
  text-align: left;
 }
 .tablex table tr td.td3{
  text-align: center;
 }
 .tablex table tr td.td4{
  text-align: center;
 }
.zhanghuxx{

margin:0 auto;
  width:75rem;
  background:#fff;
  border-radius:2rem;
}
.zhanghuxx ul{
  padding-top:5rem;
  padding-bottom:5rem;
  padding-left:5rem;
  padding-right:5rem;
}
.zhanghuxx ul li{
  clear: both;
  display: block;
  width:100%;
  padding-top:1.5rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}
.zhanghuxx ul li .sanp1{
   width:11rem;
   text-align: right;
   float: left;
   font-size:1.7rem;
   height:3rem;
   line-height:3rem;
}
.zhanghuxx ul li .sanp2{
  width:29rem;
  font-size:1.7rem;
  height:3rem;
  line-height:3rem;
  text-align: left;
  float: left;
}
.zhanghuxx ul li .sanp2 input{
  border-bottom:1px solid #e4e4e4;
  font-size:1.7rem;
  height:3rem;
  line-height:3rem;
  text-align:left;
}
.zhanghuxx ul li .sanp3{
  font-size:1.7rem;
  width:21rem;
  text-align: left;
  float: left;
}
.zhanghuxx ul li.ls{
  padding-top:2rem;
}
.zhanghuxx ul li .sanp2x{
  width:29rem;
}
.zhanghuxx ul li .sanp2x .return{
  display: block;
  background:#fff;
  border:2px solid #2781fc;
  color:#2781fc;
  font-size:1.6rem;
  width:11rem;
  height:6rem;
  text-align: center;
  line-height:5.8rem;
  border-radius:1rem;
   margin-left:3rem;
  float: left;
}
.zhanghuxx ul li .sanp2x .save{
  display: block;
  background:#2781fc;
  border:2px solid #2781fc;
  color:#fff;
  font-size:1.6rem;
  width:11rem;
  height:6rem;
  text-align: center;
  line-height:5.8rem;
  border-radius:1rem;
  float: left;
}


.jigoubg{
  background: rgba(0,0,0,0.5);
  position: fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  display:none;
}
.jigou{
  position: fixed;
  width:98rem;
  background:#fff;
  min-height:60rem;
  border-radius:1rem;
  left:50%;
  top:50%;
  margin-left:-49rem;
  margin-top:-30rem;
  padding-bottom:2rem;
}
.jigout{
  padding-top:3rem;
}
.jigoul{
  padding-left:4rem;
  color:#222222;
  line-height:2rem;
  font-size:1.7rem;
  text-align: left;
  
}
.jigour{
  padding-right:4rem;
  color:#222222;
  line-height:2rem;
  font-size:1.7rem;
  text-align: right;
}
.jigour img{
  width: 2rem;
  height:2rem;
  cursor: pointer;
}
.daishouquan{
  width:50%;
  height:42rem;
  border-right:1px solid #f4f4f4;
}
.yishouquan{
  width:50%;
  height:42rem;
}
.sqtit{
  display: block;
  clear: both;
}
.sqtit strong{
  display: block;
  clear: both;
  color:#222222;
  font-size:1.7rem;
  width: 100%;
  text-align: center;
  font-weight:500;
}
.daishouquan{
  padding-top:2rem;
  overflow: hidden;
}
.daishouquan .sqtit strong{
  clear: both;
  display: block;
  height:4rem;
  line-height: 4rem;

}
.daishouquan .search1{
  width:16.5rem;
  margin-left:4.5rem;
}
.daishouquan .search1 input{
  background:#f6f7fb url(img/search.png) no-repeat;
  background-size:1.5rem 1.5rem;
  background-position:2rem 1.75rem;
  width:16.5rem;
  height:5rem;
  border-radius:4rem;
  padding-left:4.25rem;
}
.daishouquan .search2{
  width:16.5rem;
  margin-left:4.5rem;
}
.daishouquan .search2 input{
  background:#f6f7fb url(img/search.png) no-repeat;
  background-size:1.5rem 1.5rem;
  background-position:2rem 1.75rem;
  width:16.5rem;
  height:5rem;
  border-radius:4rem;
  padding-left:4.25rem;
}



.yishouquan{
  padding-top:2rem;
  overflow: hidden;
}


.yishouquan .sqtit strong{
  clear: both;
  display: block;
  height:4rem;
  line-height: 4rem;

}
.yishouquan .search1{
  width:16.5rem;
  margin-left:5rem;
}
.yishouquan .search1 input{
  background:#f6f7fb url(img/search.png) no-repeat;
  background-size:1.5rem 1.5rem;
  background-position:2rem 1.75rem;
  width:16.5rem;
  height:5rem;
  border-radius:4rem;
  padding-left:4.25rem;
}
.yishouquan .search2{
  width:16.5rem;
  margin-left:5rem;
}
.yishouquan .search2 input{
  background:#f6f7fb url(img/search.png) no-repeat;
  background-size:1.5rem 1.5rem;
  background-position:2rem 1.75rem;
  width:16.5rem;
  height:5rem;
  border-radius:4rem;
  padding-left:4.25rem;
}
.userlist{
  padding-left:4.5rem;
  padding-right:4.5rem;
}
.userlist ul li{
  clear: both;
  display: block;
  border-bottom:1px solid #f4f4f4;
  height:5.6rem;
  line-height:3.6rem;
  padding-top:1rem;
  padding-bottom:1rem;
}
.userlist ul li .anp1{
  margin-top:0.75rem;
  float: left;
  width:4.5rem;
}
.userlist ul li .anp2{
  width:15rem;
  text-align:left;
  float: left;
  font-size:1.7rem;

}
.userlist ul li .anp3{
  width:15rem;
  text-align:left;
  float: left;
  font-size:1.7rem;
}
A.gray {
  TEXT-DECORATION: none;
}
A.gray:link {
  COLOR:#8c929e ;  TEXT-DECORATION: none
}
A.gray:hover {

  COLOR:#8c929e ;  TEXT-DECORATION:none;
}
A.gray:active {
  COLOR:#8c929e;  TEXT-DECORATION: none
}
A.gray:visited {
  COLOR:#8c929e ; TEXT-DECORATION: none
}