/* ****************头部内容 *************************/
* {
  margin: 0;
  padding: 0;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
}

html { 
  overflow-x: auto;
}

body {
  position: relative;
}
 /*body::-webkit-scrollbar {
  display: none; 
}*/
  
i { 
  display: inline-block;
}

.hotCourse:after {
  content: '';
  display: block;
  clear: both;     
}
/* 多行文本控制 */
.textControls {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 20;
  line-clamp: 20;
  -webkit-box-orient: vertical;
}

/* 单行文本控制 */
.textControl {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
} 
/* 多行文本控制 */
 

.transColor {
  transition: color 0.2s;
}

li {
  list-style: none;
}

header {
  width: 100%;
  height: 120px;
  overflow: hidden;
}

/* .center {
  margin: 0 auto;
  width: 1200px;
  height: 100%;
} */

.tool {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: rgba(245, 245, 245, 1);
  border-bottom: 1px solid rgba(220, 223, 230, 1);
  z-index: 2060;
}

.tool a {
  margin-right: 30px;
  display: inline-block;
  height: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(144, 147, 153, 1);
}

.transColor:hover {
  color: rgba(26, 140, 254, 1);
}

/* .tool .center {
  position: relative;
  text-align: left;
} */
.header_content{
  margin: 0 auto;
  width: 1200px;
  height: 100%;
  text-align: center;
}
.tool .header_content {
  position: relative;
  text-align: left;
}
.tool .appBox {
  display: none;
  position: absolute;
  left: -20px;
  top: 40px;
  width: 315px;
  height: 178px;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #EBEEF5;
  box-shadow: 0px 6px 12px rgba(99, 110, 155, 0.1);
  border-radius: 5px;
}

.tool .appBox .radius {
  position: absolute;
  left: 50%;
  top: -6px;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  border-left: 1px solid #EBEEF5;
  border-top: 1px solid #EBEEF5;
  transform: rotate(45deg);
  background: #FFFFFF;
}

.tool .appBox .ewm .radius {
  transform: rotate(-45deg);
  left: -1px;
  top: 20px;
}

.tool .appBox .ewm {
  display: none;
  position: absolute;
  right: -125px;
  top: 0px;
  width: 110px;
  height: 110px;
  text-align: center;
  padding-top: 10px;
  background: #FFFFFF;
  border: 1px solid #EBEEF5;
  box-shadow: 0px 6px 12px rgba(99, 110, 155, 0.1);
  border-radius: 5px;
}

.tool .appBox .ewm {
  display: none;
  position: absolute;
  right: -125px;
  top: 0px;
  width: 110px;
  height: 110px;
  text-align: center;
  padding-top: 10px;
  background: #FFFFFF;
  border: 1px solid #EBEEF5;
  box-shadow: 0px 6px 12px rgba(99, 110, 155, 0.1);
  border-radius: 5px;
}

.tool .appBox .ewm .ewmImg {
  width: 69px;
  height: 69px;
}

.tool .appBox .ewm .xz {
  font-size: 12px;
  color: #333444;
  line-height: 15px;
}

.tool .studyApp .point {
  margin-left: 10px;
  width: 10px;
  height: 10px;
  transition: transform .4s;
}

.tool .studyApp .rotate {
  transform: rotate(180deg);
}

img {
  border: none;
}

.tool .tip {
  height: 100%;
  color: rgba(144, 147, 153, 1);
  font-size: 12px;
}

.tool .appBox .app:nth-child(odd) {
  width: 115px;
}

.tool .appBox .app:nth-child(even) {
  margin-right: 10px;
}

.tool .appBox .app {
  margin-bottom: 10px;
  width: 145px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  cursor: pointer;
}

.tool .appBox .app .name {
  margin-top: 1px;
  font-size: 14px;
  transition: color .2s;
  cursor: pointer;
}

.tool .appBox .app:hover .name {
  color: rgba(26, 140, 254, 1);
}

.tool .appBox .app .appImg {
  margin-right: 8px;
  width: 20px;
}

.tool .appBox .radius {
  position: absolute;
  left: 50%;
  top: -6px;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  border-left: 1px solid #EBEEF5;
  border-top: 1px solid #EBEEF5;
  transform: rotate(45deg);
  background: #FFFFFF;
}

/* 导航栏 */
.nav {
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  height: 90px;
  line-height: 90px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 6px 12px rgba(99, 110, 155, 0.1);
  z-index: 2050;
}

.nav .logo {
  vertical-align: middle;
}

.nav .menu {
  margin-left: 60px;
  height: 100%;
}

.nav .user {
  width: 280px;
  height: 100%;
}

.nav .menu li a:hover {
  color: rgba(26, 140, 254, 1);
}

.nav .menu li a {
  color: rgba(48, 49, 51, 1);
  transition: color 0.2s;
}

.nav .menu li {
  position: relative;
  margin-right: 22px;
  float: left;
  color: rgba(48, 49, 51, 1);
}

.nav .menu li a {
  color: rgba(48, 49, 51, 1);
  transition: color 0.2s;
  font-size: 16px;
  font-weight: 400;
  color: #303133;
}

.nav .menu .active a {
  /*color: rgba(26, 140, 254, 1);*/
}

/*.nav .menu .active::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -44px;
  content: "";
  width: 88px;
  height: 3px;
  background: rgba(26, 140, 254, 1);
  border-radius: 2px;
}*/

.nav .user .notLogin {
  font-size: 16px;
  font-weight: 400;
  color: #303133;
}

.nav .user .search {
  margin-top: 29px;
  vertical-align: middle;
  width: 80px;
  height: 30px;
  line-height: 30px;
  padding-left: 12px;
  font-size: 14px;
  background: rgba(245, 245, 245, 1);
  color: rgba(144, 147, 153, 1);
  border-radius: 25px;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  padding-right:10px; 
}

.nav .user .search:hover {
  background: #d9ecff;
  color: #1a8cfe;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.nav .user .notLogin span {
  color: rgba(48, 49, 51, 1);
  transition: color 0.2s;
  cursor: pointer;
}

.nav .user .notLogin .login {
  margin-right: 10px;
}

.nav .user .notLogin .register {
  margin-left: 10px;
}

.nav .user .notice {
  position: relative;
  margin-left: 24px;
  margin-right: 16px;
  cursor: pointer;
  display: inline-block;

}

.nav .user .notice {
  position: relative;
  margin-left: 24px;
  margin-right: 16px;
  cursor: pointer;
}

.num {
    position: absolute;
    top: 13px;
    left: 10px;
    background-color: red;
    width: 18px;
    height: 15px;
    line-height: 15px;
    border-radius: 7px;
    color: #fff;
    font-size: 12px;
    display: none;
}

.nav .user .userImg {
  position: relative;
  display: inline-block;
  height: 100%;
} 

.nav .user .upRank {
  margin-left: 10px;
  width: 76px;
  height: 32px;
  line-height: 32px;
  background: rgba(255, 145, 13, 1);
  box-shadow: 0px 6px 16px rgba(255, 145, 13, 0.5);
  cursor: pointer;
  border-radius: 5px;
  border: none;
  outline: none;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}

.nav .user .notice {
  position: relative;
  margin-left: 24px;
  margin-right: 16px;
  cursor: pointer;
}
/*.shake{
    animation:shake .15s 20;          
} 
@keyframes shake{
    0%{
        transform:rotate(20deg);    
    }
    50%{
        transform:rotate(0deg);
    }
    100%{
         transform:rotate(-20deg) ;
    } 
}
@-webkit-keyframes shake{  
    0%{
        transform:rotate(20deg);
    }
    50% {
        transform: rotate(0deg);
    } 
    100%{  
         transform:rotate(-20deg) ;  
    }
}*/

/* 消息盒子 */ 
.noticeBox {
  display: none;
  width: 320px;
  min-height: 205px;
  position: absolute;
  left: -152px;
  top: 60px;
  line-height: 12px;
  background: #ffffff;
  border: 1px solid #e5e8ed;
  border-radius: 6px;
  box-shadow: 0px 12px 24px 0px rgba(99, 110, 155, 0.2);
}

.noticeBox-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.noticeBox-wrap .radius {
  position: absolute;
  left: 50%;
  top: -18px;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  border-left: 1px solid #EBEEF5;
  border-top: 1px solid #EBEEF5;
  transform: rotate(45deg);
  background: #FFFFFF;
}

.noticeBox h5 {
  height: 25px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #303133;
  border-bottom: 1px solid #ebeef5;
  margin-top: 12px;
  padding-bottom: 12px;
}

.noticeBox .notice-part,
.noticeBox .notice-part3 {
    display:block;
  padding: 14px 30px;
  border-bottom: 1px dashed #ebeef5;
  position: relative;
}

.noticeBox .notice-part:last-child {  
  border-bottom: 1px solid #ebeef5;
}

.noticeBox .notice-part3 {
  border: none; 
}

.noticeBox .p1 {
  height: 20px;
  line-height: 20px;
}

.noticeBox .notive-title {
  font-size: 12px;
  font-weight: 400;
  color: #303133;
}

.noticeBox .notice-liveTime {
  font-size: 12px;
  color: #c0c4cc;
}

.noticeBox .notice-part1,
.noticeBox .notice-part2 {
  
}

.noticeBox .p1 i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fa5555;
  position: absolute;
  top: 21px;
  left: 16px;
}
.notice-part:hover{
  background: #e6f2fe; 
}
/* .noticeBox-wrap a:hover{
  color: #909399;
} */
.noticeBox .remindText {
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #909399;
  line-height: 20px;
}
.noticeBox .notice-part:hover .remindText{       
    color: rgba(26, 140, 254, 1);
}
.noticeBox .lookMore {
  display: block;
  height: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #606266;
}

.noticeBox .lookMore:hover {
  color: rgba(26, 140, 254, 1);
}

.notice:hover .noticeBox {
  display: block;
  z-index: 2000;
}

.nav .user .hasNotice::before {
  position: absolute;
  top: 20px;
  right: -3px;
  content: "";
  width: 6px;
  height: 6px;
  background: rgba(26, 140, 254, 1);
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 50%;
}

.nav .user .userImg {
  position: relative;
  display: inline-block;
  height: 100%;
}

.nav .user .upRank {
  margin-left: 10px;
  width: 76px;
  height: 32px;
  line-height: 32px;
  background: rgba(255, 145, 13, 1);
  box-shadow: 0px 6px 16px rgba(255, 145, 13, 0.5);
  cursor: pointer;
  border-radius: 5px;
  border: none;
  outline: none;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}

.nav .user .userImg .userHead {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  vertical-align: middle;
}

/* 大搜索框 */
.bigSearchBox {
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: -600px;
  padding: 50px 90px;
  width: 1200px;
  height: 575px;
  background: rgba(255, 255, 255, 1);
  border-radius: 0px 0px 6px 6px;
  z-index: 2045;
  transform: translateY(-575px);
  transition: transform .5s;
  opacity: 0;

}
 @media (max-height: 700px){     
     .bigSearchBox{
           height:510px;          
      } 
}
.bigSearchBox .close {
  position: absolute;
  top: 50px;
  right: 50px;
  color: rgba(192, 196, 204, 1);
  font-size: 24px;
  cursor: pointer;
  transition: all 0.4s;
}

.bigSearchBox .close:hover {
  transform: rotate(180deg);
  color: rgba(26, 140, 254, 1);
}

.bigSearchBox .head {
  padding-top:6px; 
  font-size: 32px;
  font-weight: 400;
  color: rgba(48, 49, 51, 1);
}

.bigSearchBox .inputBox {
  position: relative;
  margin-top: 23px;
  width: 100%;
  height: auto;
}

.bigSearchBox .realSearch {
  width: 850px;
  height: 60px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 60px;
  color: #515151;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(238, 238, 238, 1);
  border-radius: 6px 0px 0px 6px;
  outline: none;
}
.bigSearchBox .realSearch:focus {
  border: 1px solid #1A8CFE;
}
.bigSearchBox .btnSearch {
  position: absolute;
  left: 848px;
  top: 0px;
  width: 150px;
  height: 60px;
  font-size: 22px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  background: rgba(26, 140, 254, 1);
  border-radius: 0px 6px 6px 0px;
  outline: none;
  border: none;
  cursor: pointer;
}

.btnColor {
  transition: background-color .2s;
}

.bigSearchBox .tagBox {
  margin-top: 20px;
  width: 100%;
  height: auto;
}
.bigSearchBox .tagBox a:hover {
  color: rgba(26,140,254,1);
}
.bigSearchBox .tagBox a {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(144, 147, 153, 1);
  transition: color 0.2s;
}

.bigSearchBox .hotBox {
  margin-top: 20px;
  width: 100%;
  height: auto;
}

.bigSearchBox .hotBox .hotCourse {
  margin-top: 20px;
  width: 100%;
  height: auto;
}

.bigSearchBox .hotBox .hotTitle {
  font-size: 20px;
  font-weight: 400;
  color: rgba(48, 49, 51, 1);
}

.hotCourse .course {
  position: relative;
  width: 220px;
  height: 222px;
  border-radius: 4px 4px 0px 0px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(243, 243, 243, 1);
  overflow: hidden;
  transition: transform .2s;
}

.hotCourse .course:not(:last-child) {
  margin-right: 40px;
}

.hotCourse .course .imgBox {
  position: relative;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  height: 124px;
  background-color: black;
  overflow: hidden;
}

.hotCourse .course .cover {
  width: 100%;
  height: 124px;
  transition: all .2s;
}

.hotCourse .course .imgBox .play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  transform: scale(1.3);
  transition: all .3s;
  opacity: 0;
  z-index: 2000;
}
.hotCourse .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
   opacity: 0; 
  transition: all 0.4s;
}
.hotCourse .course:hover .mask {
   opacity: 1; 
}
.hotCourse .course .name {
  margin: 15px auto;
  width: 200px;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: rgba(48, 49, 51, 1);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.hotCourse .course .other {
  margin: 0 auto;
  width: 200px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(144, 147, 153, 1);
}

.hotCourse .course .tag {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 52px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  background: rgba(255, 170, 46, 1);
  cursor: default;
}

.hotCourse .course:hover {
  transform: translateY(-5px);
}

.hotCourse .course .imgBox .play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  transform: scale(1.3);
  transition: all .3s;
  opacity: 0;
}

.hotCourse .course:hover .play {
  opacity: 1;
  transform: none;
}

.bigSearchBox .btnSearch .icon_search {
  margin-right: 10px;
  font-size: 28px;
}

/*剪短的一些信息*/
.user_short_info{
    width:350px;
    height:107px; 
    background: #ffffff;
	border-radius: 6px; 
	box-shadow: 0px 0px 24px 0px rgba(38, 47, 125, 0.06);
    position:absolute;
    right: -38%;
    display:block;
    text-align:left;
    padding:21px 20px 0;
    line-height:0;
    display:none;
}

.user_short_info .radius {
  position: absolute;
  right: 8%;
  top: -6px;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  border-left: 1px solid #EBEEF5;
  border-top: 1px solid #EBEEF5;
  transform: rotate(45deg);
  background: #FFFFFF;
}
.user .userImg:hover .user_short_info{   
     display:block; 
}
.user_short_img{
    position:relative;
    display:inline-block;
 }
.user_short_img .userHead{
    width:56px !important;
    height:56px !important;
}
.user_short_img .memberstate{
    right: 0;
    left: 40px; 
    bottom: 3px;
}
.user_short_name{
    margin-left:10px;
    font-weight:bold;
    color: #303133;
}
.exit{
    float: right;
    font-size: 12px; 
    color: #909399;
    cursor:pointer;
}
.exit:hover{
      color:#1A8CFE; 
}
.term{
    width:310px;
    height:42px;
    line-height:42px;
    background:url('../images/member9.png') no-repeat; 
    background-size:100% auto;  
    margin:8px auto 16px;
    padding:0 13px;
}
.term *{
    font-size:14px;
    color: #303133;
}
.term img{
    width:23px; 
    height:auto;
    vertical-align:middle;
    margin-right:7px;
}
.term a{
    float:right;
   color: #ff7700; 
   cursor:pointer;
}
.term span small{
    color: #1a8cfe; 
    margin:0 2px; 
}
.golink span,.user_short_study span{ 
     font-size: 14px;
     color: #303133;
     display:block;
     margin-left: 21px;
    margin-top: 9px;
} 
.user_short_study span{
     display:inline; 
     margin-left:0;
     vertical-align: middle;
} 
.golink a{
    display:inline-block;
    margin-bottom:30px;
    position:relative;
}
.golink a:hover span{
     color: #1A8CFE; 
}
.golink a img{ 
    width:auto;
    height:16px; 
     position:absolute;
     top:0;
     left:0
}
.user_short_study img{
    width:16px;
    height:auto;
    margin-right:10px;
    vertical-align:middle;
}
.user_short_study p{
    display:inline-block;
    width: 218px;
height: 1px; 
background: #dcdfe6;
vertical-align:middle;
}
.one_info {
    position:relative; 
    height:40px;
    margin-top:10px;
}
.one_info span{
    display:block;
    font-size: 14px;
    color: #606266;
    line-height:18px; 
}
.one_info span:nth-child(2){ 
    font-size: 12px;
    color: #909399;
    line-height:17px;
    margin-top:6px;
}
.one_info a{
    position:absolute;
    font-size: 14px;
    color: #409eff; 
    bottom:5px;
    right:0;
    cursor:pointer;
}
.one_info a:hover{
    color:red;
}
/* 遮罩层 */
.searchMask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0.7;
  z-index: 400;
}
img.memberstate {
    position: absolute;
    width: 16px; 
    height: auto;
    bottom: 15px;
    right: -5px;
}
/* *********************底部 footer************************/

.home_footer {
  width: 100%;
  height: auto;

  padding-top: 35px;

  background: url("../images/f_bg.jpg") center center no-repeat;
}

.home_footer a {
  display: block;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  color: #c0c4cc;
  height: 17px;
  line-height: 17px;
  margin-bottom: 8px;
  opacity: .7;
}

.home_footer .noPadding a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.home_footer a:hover {
  opacity: 1;
  color: #fff;
}

.home_footer .title {
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #e4e7ed;
  margin-bottom: 12px;
  opacity: 1;
}

.home_footer .footer-part1 .col-9 .logo_img {
  opacity: 1;
  padding-right: 0px;
  padding-left: 0px;
  height: auto;
}

/* .home_footer .logo_img img {
  width: 85%;
} */

.home_footer .container .footer-part1 .col-3,
.noPadding {
  padding-right: 0px;
  padding-left: 0px;
}

.home_footer .container .footer-part1 .col-5,
.home_footerr .container .footer-part1 .col-6 {
  padding-right: 0px;
  padding-left: 0px;
}

.footer-part1 {
  padding-bottom: 20px;
}

.footer-part1 .col-10 {
  padding-right: 10px;
}

.footer-part1>.col-3 {
  padding: 0px 40px;
}

.footer-part1 .telephone {
  font-size: 30px;
  font-weight: 400;
  text-align: left;
  color: #c0c4cc;
  margin: 10px 0px;
}

.home_footer .service-grow {
  margin: 10px 0px;  
}

.home_footer .service-grow .col-3 a { 
  width: 32px;
  height: 32px;
  height: auto; 
}

.home_footer .service-grow .col-3>a>img {
    width:100%;
    height: 100%;
}
 .home_footer .QRCodeBox .ewmImg {
  width: 69px;
  height: 69px;
}
.service-grow .weChat,
.service-grow .mobile,
.service-grow .dingwei {
  position: relative;
}

.dingweiTxt img {
  width: 132px;
}
.weChat:hover a{
  opacity: 1;
}
  .mobile:hover a{
  opacity: 1;
}
.weChat .QRCodeBox { 
  left: -37px !important;
  top: 44px !important;
  z-index:3000;
}
.mobile .QRCodeBox { 
  left: -37px !important;
  top: 44px !important;
  z-index:3000;
}
 

.service-grow .dingweiTxt {
  width: auto;
  height: auto;
  position: absolute;
  top: 26px;
  left: -50px;
  text-align: center;
  z-index: 2000;
  display: none;
}

/* .showQRcode img,
.showAppQRcode img {
  width: 100%;
  height: 100%;
  display: block;
} */

.home_footer .service-time {
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  color: #c0c4cc;
}

.home_footer .service-time a {
  margin-bottom: 3px;
}

.service-grow .col-3 {
  text-align: center;
}
/* .service-grow .weChat>a:hover .showQRcode{ 
  display:block;
} */
.service-grow .weChat>a:hover .QRCodeBox{ 
  display:block;
}
.service-grow .mobile>a:hover .QRCodeBox{ 
  display:block;
}
.service-grow .dingwei>a:hover .dingweiTxt{ 
  display:block;
}
 
/* footer-part2 */
.footer-part2 {
  padding: 3px;
}

.footer-part2 .a1 {
  margin-left: 0px;
}

.footer-part2 a {
  display: inline-block;
  margin: 0px 3px;
}

/* footer-part3 */
.footer-part3 {
  height: 35px;
  line-height: 35px;
  padding: 3px;
  position: relative;
  top: -10px;
}

.footer-part3 span {
  font-size: 12px;
  font-weight: 300;
  color: #c0c4cc;
  opacity: .7;
}
.footer-part3 a{
  display:inline-block; 
  opacity: 1;
}

.footer-part3 img {
  width: 57px;
  margin-left: 5px;
  position: relative;
  top: 6px;
}
 
.common_box {
  width: 930px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 0px 24px 0px rgba(38, 47, 125, 0.06);
  padding: 30px;
  min-height: 300px;
}

.common_s_box {
  display: inline-block;
  width: 100%;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 0px 24px 0px rgba(38, 47, 125, 0.06);
  padding: 30px 20px 10px;
  position: relative;
  margin-bottom: 10px;
  transition: all .5s;
}
.common_s_box:hover{
	background:#E6F2FE;    
}
/* .sidebar{ 
	width: 220px;
	float: left;
} */
.sidebar ul li{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-indent: 50px;  
	font-size: 14px;
	color: #C0C4CC;
}
.sidebar ul li a{
	font-size: 18px;
	color: #606266;
}
.sidebar-active{
	background-color: #F2F6FC;
	border-radius: 6px;
	position: relative;
}
.sidebar-active a{
	color: #1A8CFE !important;
}
.sidebar-active::before{
	content: '';
	display: inline-block; 
	width: 4px;
	height: 24px;
	background-color: #1A8CFE;
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 0 3px 3px 0;    
}
/*会员弹窗*/
#paymember{display:none;}        
#paymember::before {       
	content: "";
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%;
	height: 100%; 
	background: #000000; 
	opacity: .6; 
	z-index: 9000; 
}

/* 网站协议弹窗 */
#protocol-wrap{
  width:auto;
  line-height: 21px;
}
#protocol-wrap>h5{
  color: #303133;
  font-size: 20px; 
  margin-bottom: 16px;
}
#protocol-wrap p{
  font-size:14px;
  text-align: left; 
  color: #303133;
  line-height:25px;
}
#protocol-wrap p a{
  color:#1a8cfe;
  font-size:14px;
  text-decoration: underline;
}
 
.protocol_btn{
  display:inline-block; 
  width: 219px;
  height: 41px; 
  color:#fff;
  text-align:center;  
  font-size:16px;
   border:none;  
background: #1a8cfe;
border-radius: 40px;
margin-top:24px;
}
/* 新用户弹窗提醒 */

.dialog {
  visibility: hidden; 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2200;
  transition: visibility .3s; 
}

.dialog .mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: .6;
  z-index: 190;
  transition: visibility .3s;
}

.dialog .box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
}

.dialog .dialog-wrapper {
  width: 564px;
  transform: scale(0);
  transition: all .3s;
  z-index: 220;
  position: relative;
}

.newUserTipBg {
  width: 100%;
}

.dialog .box .close {
  width: 40px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}

.goRegister {
  width: 371px;
  display: block;
  position: absolute;
  bottom: -101px;
  left: 50%;
  transform: translate(-50%, 0);
}

.goRegister img {
  width: 100%;
}

.dialog_show .dialog-wrapper {
  transform: scale(1);
}

.dialog_show {
  visibility: visible; 
}

/* 新用户弹窗提醒 */
@media screen and (max-width: 1400px) {
  .jc-promptTitle {
    width: 1200px;
  }

  .jc-promptTitle .tip span {
    display: block;
  }

}

@media screen and (max-width: 1670px) {
  .dialog .dialog-wrapper {
    width: 364px;
  }

  .dialog .box .close {
    width: 30px;
  }

  .goRegister {
    width: 251px;
    bottom: -65px;
  }
}