@charset "utf-8";

* {
	margin: 0;
	padding: 0
}
html{
    background: #f1f1f1;
}
body {

	color: #000;
	background: #fff;
	line-height: 1.5;
	overflow-x: hidden;
}

img {
	border: 0;
	display: block
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #333;
	text-decoration: none;
}

.clear {
	clear: both;
	width: 100%;
	overflow: hidden;
}

.mt2{
    margin-top: 2rem;
}
.swiper-slide{
    width: 100%!important;
}

.blank {
	clear: both;
	width: 100%;
	overflow: hidden;
	height: 1rem;
	background: #f1f1f1;
}

.box {
	width: 600px;
	margin: auto;
	overflow: hidden;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0rem 1rem;
}



/*header*/


header {
	height: 5rem;
	background: #fff;
	padding: 0rem 0.8rem;
	display: flex;
	justify-content: space-between;
}

header .left {
	line-height: 5rem;
	color: #000;
	font-size: 1.8rem;
	font-weight: 900;
}

header .left {
	display: flex;
	align-items: center;
}

header .left img {
	width: 2rem;
	height: 2rem;
	margin-right: 0.5rem;
}

header .right {
	display: flex;
	align-items: center;
}
.userimg .right{
    
}
.userimg .right .nologin{
    
    color: #fff;
    margin-left: 30px;
    
}

div.search {
	padding: 0rem 0rem;
}

.search form {
	position: relative;
	width: 18rem;
	margin: 0 auto;
}

input,
button {
	border: none;
	outline: none;
}

.search input {
	width: 18rem;
	height: 3rem;
	padding-left: 1rem;
	box-sizing: border-box;
}

.search button {
	height: 3rem;
	width: 3rem;
	cursor: pointer;
	position: absolute;
}

/*搜索框2*/
.bar6 input {
	border: 1px solid #ff5d7d;
	border-radius: 0.01rem;
	background: transparent;
	top: 0;
	right: 0;
}

.bar6 button {
	background: #ff5d7d;
	border-radius: 0 0.01rem 0.01rem 0;
	width: 4rem;
	top: 0;
	right: 0;
}

.bar6 button:before {
	content: "搜索";
	font-size: 1.2rem;
	color: #F9F0DA;
}


.banner img{
	max-width: 100%;
}


.fenlei{

	height: 8rem;

	background-color: #fff;
	display: flex;
	justify-content: space-around;
	padding: 1rem 0rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-radius: 0.5rem;
	width: 95%;
	    box-shadow: 0 0 1rem #d6d6d6;
}


.fenlei .active{
    color: #ff0000;
}
.fenlei .item i{
    width: 6rem;
height: 3.5rem;
font-size: 2.5rem;
text-align: center;
display: block;
color: #ff5d7d;
}
.fenlei .item span{
width: 6rem;
height: 1.5rem;
font-size: 1.5rem;
text-align: center;
display: block;
}

.title-box{
    display: flex;
    padding: 1rem;
    justify-content: space-between;
    height: 3rem;
    line-height: 3rem;
}

.title-box .left{
   font-weight: 900;
   font-size: 2rem;
   
}
.title-box .left span{
   color:  #ff5d7d;
}
.title-box .right{
   
   font-size: 1.5rem;
   color: #555;
}
.hot-list{
    padding: 0rem 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hot-list li{
    width: 49%;
    margin-bottom: 1.5rem;
}
.hot-list .img{
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16 / 9;
        border-radius: 1rem;
}

.hot-list img{
    width: 100%;

}

.hot-list  .title{
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: 1rem;
    white-space: nowrap; /* 强制一行显示 */
  overflow: hidden; /* 多余部分隐藏 */
  text-overflow: ellipsis; /* 显示省略号 */
}

.hot-list  .info{
    display: flex;
    justify-content: space-between;
    font-size: 1.3rem;
    color: #555;
    margin-top: 1rem;
}

.hot-list  .info .gocs{
    background: #ff5d7d;
    color: #fff;
    padding: 0rem 0.6rem;
    border-radius: 1rem;
    font-size: 1.2rem;
    
}


/*推荐*/
.tuijian{
    padding: 0rem 1rem ;
  
}

.right-ceshi{
    padding: 0rem 1rem ;
   /*margin-left: 1rem;*/
}
.tuijian-one a{
    position: relative;
}
.tuijian-one img{
    width: 100%;
}

.tuijian-one .info-box{
    position: absolute;
    bottom: 0rem;
}

.tuijian-one .img{
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16 / 9;
        
       
}

.tuijian-one .info-box{
    background-color: rgba(0, 0, 0, 0.8); /* 完全透明 */
    color: #fff;
    width: 100%;
    padding: 0.5rem 1rem;
     box-sizing: border-box;

}


.tuijian-one .hits{
    background-color: rgba(0, 0, 0, 0.1); /* 完全透明 */
    color: #fff;
    width: 100%;
    font-size: 1.5rem;

}


.tuijian-one .title .left{

    color: #fff;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 900;

}


.tuijian-one  .gocs{
    background: #ff5d7d;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    float: right;
    font-size: 1.1rem;
    
    
}
.tuijian-list{
    margin-top: 0.5rem;
     /*border: 1px solid #ddd;*/
     box-shadow: 0 0 1rem #d6d6d6;
 
}

.tuijian-list li{
   
    box-sizing: border-box;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
}

.tuijian-list a{
    display: flex;
    justify-content: space-between;
}

.tuijian-list .leftimg{
      width: 30%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.tuijian-list .rightinfo{
     width: 68%;
    overflow: hidden;
    position: relative;

}


.tuijian-list .rightinfo .title{
   font-weight: 900;
    white-space: nowrap; /* 强制一行显示 */
  overflow: hidden; /* 多余部分隐藏 */
  text-overflow: ellipsis; /* 显示省略号 */
  font-size: 1.5rem;
  margin-bottom: 0.4rem;

}

.tuijian-list .rightinfo .ad{
    white-space: nowrap; /* 强制一行显示 */
  overflow: hidden; /* 多余部分隐藏 */
  text-overflow: ellipsis; /* 显示省略号 */
  font-size: 1.3rem;
  margin-bottom: 0.4rem;

}

.tuijian-list .rightinfo .price{
  font-size: 1.3rem;
  color: #ff5d7d;
   margin-bottom: 0.4rem;

}

.tuijian-list .rightinfo .hits{
  font-size: 1.3rem;
  color: #666;

}


.tuijian-list .rightinfo .gocs{
    position: absolute;
    background: #ff5d7d;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    
    font-size: 1.3rem;
    right: 3rem;
    bottom:0rem;
}




.tuijian-list img{
    width: auto;
    height: 100%;
}

/*热门*/
/*推荐*/
.remen{
    padding: 0rem 1rem;
   
}
.remen-one a{
    position: relative;
}
.remen-one img{
    width: 100%;
}

.remen-one .info-box{
    position: absolute;
    bottom: 0rem;
}

.remen-one .img{
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16 / 9;
        
       
}

.remen-one .info-box{
    background-color: rgba(0, 0, 0, 0.5); /* 完全透明 */
    color: #fff;
    width: 100%;
    padding: 0.5rem 1rem;
     box-sizing: border-box;

}


.remen-one .hits{
    background-color: rgba(0, 0, 0, 0.1); /* 完全透明 */
    color: #fff;
    width: 100%;
    font-size: 1.5rem;

}


.remen-one .title .left{

    color: #fff;
    width: 100%;
    font-size: 2rem;
    font-weight: 900;

}


.remen-one  .gocs{
    background: #ff5d7d;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    float: right;
    font-size: 1.3rem;
    
    
}
.remen-list{
    margin-top: 0.5rem;
     /*border: 1px solid #ddd;*/

 
}

.remen-list li{
   
    box-sizing: border-box;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 0 1rem #d6d6d6;
}

.remen-list a{
    display: flex;
    justify-content: space-between;
}

.remen-list .leftimg{
      width: 30%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.remen-list .rightinfo{
     width: 68%;
    overflow: hidden;
    position: relative;

}


.remen-list .rightinfo .title{
   font-weight: 900;
    white-space: nowrap; /* 强制一行显示 */
  overflow: hidden; /* 多余部分隐藏 */
  text-overflow: ellipsis; /* 显示省略号 */
  font-size: 1.5rem;
  margin-bottom: 0.4rem;

}

.remen-list .rightinfo .ad{
    white-space: nowrap; /* 强制一行显示 */
  overflow: hidden; /* 多余部分隐藏 */
  text-overflow: ellipsis; /* 显示省略号 */
  font-size: 1.3rem;
  margin-bottom: 0.4rem;

}

.remen-list .rightinfo .price{
  font-size: 1.3rem;
  color: #ff5d7d;
   margin-bottom: 0.4rem;

}

.remen-list .rightinfo .hits{
  font-size: 1.3rem;
 color: #666;
}


.remen-list .rightinfo .gocs{
    position: absolute;
    background: #ff5d7d;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    
    font-size: 1.3rem;
    right: 3rem;
    bottom:0rem;
}




.remen-list img{
    width: auto;
    height: 100%;
}

.tab-footer{

	max-width: 100%;
	border-top: 1px solid #ececec;
	width: 600px;
		position: fixed;
	height: 5rem;
	bottom: 0rem;
	background-color: #fff;
	display: flex;
	justify-content: space-around;
	padding: 0.5rem 0rem;
	 	align-items: center;
}
.fixed-footer .item{
    color: #666;
}


.fixed-footer .active{
    color: #ff5d7d;
}
.fixed-footer .item i{
    width: 6rem;
height: 2.5rem;
font-size: 2.5rem;
text-align: center;
display: block;
}
.fixed-footer .item span{
width: 6rem;
height: 1.5rem;
font-size: 1.5rem;
text-align: center;
display: block;
}


footer{
	height: 5rem;
	font-size: 1.2rem;
	text-align: center;
    line-height: 5rem;
	margin-bottom: 7rem;
}


/*list页面*/
.ceshi-box {
    display: flex;
    padding: 1rem 0rem;
    background: #f1f1f1;
}


.ceshi-box .left-fenlei{
    width: 22%;
    padding: 0rem 0rem;
    background: #fff;
}

.ceshi-box .left-fenlei a{
    width: 100%;
    display: block;
    font-size: 1.5rem;
    text-align: center;
    line-height: 5rem;
    box-sizing: border-box;
}
.ceshi-box .left-fenlei .active{
   border-left: 0.3rem solid #ff5d7d;
   background: #ff5d7d;
   color: #fff;
}



.ceshi-box .right-ceshi{
    width: 78%;
    background: #f1f1f1;
}

#datalist {
  height: calc(100vh - 200px); /* 使用calc()函数来计算高度 */
  overflow-y: scroll; /* 启用垂直滚动 */
}
#datalist::-webkit-scrollbar {
  display: none;  /* Chrome, Safari, Opera */
}

.ceshi-list{
   

}

.ceshi-list li{
   
    box-sizing: border-box;
    padding: 1rem 0.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 0 1rem #d6d6d6;
    background: #fff;
}

.ceshi-list a{
    display: flex;
    justify-content: space-between;
    overflow: auto;
}

.ceshi-list .leftimg{
    width: 25%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    height: auto;
}

.ceshi-list .rightinfo{
     width: 72%;
    overflow: hidden;

}


.ceshi-list .rightinfo .title{
   font-weight: 900;
    white-space: nowrap; /* 强制一行显示 */
  overflow: hidden; /* 多余部分隐藏 */
  text-overflow: ellipsis; /* 显示省略号 */
  font-size: 1.5rem;
margin-bottom: 0.5rem;

}

.ceshi-list .rightinfo .ad{
    white-space: nowrap; /* 强制一行显示 */
  overflow: hidden; /* 多余部分隐藏 */
  text-overflow: ellipsis; /* 显示省略号 */
  font-size: 1.3rem;
  margin-bottom: 0.5rem;

}


.ceshi-list .rightinfo .info{
 display: flex;
 justify-content: space-between;

}

.ceshi-list .rightinfo .price{
  font-size: 1.3rem;
  color: #ff5d7d;

}

.ceshi-list .rightinfo .hits{
  font-size: 1.3rem;
 color: #666;
}




.ceshi-list img{
    width: auto;
    height: 100%;
}


/*show*/
.showimg img{
    width: 100%;
    position: relative;
}

.ceshi-info .info{
    display:flex;
    justify-content: space-between;
    color: #555;
    font-size: 1.3rem;
    margin-bottom: 2rem;
}

.ceshi-info .price{
  font-size: 1.6rem;
  color: #ff5d7d;
  text-align: center;
   margin-bottom: 1rem;

}


.ceshi-info .title{
  font-size: 1.8rem;

  text-align: center;
  margin-bottom: 1rem;
  margin-top: 2rem;

}

.ceshi-info .ad{
  font-size: 1.4rem;
 color: #555;
  text-align: center;
   margin-bottom: 1rem;

}



.content { font-size: 1.6rem; line-height: 3rem; word-break: break-all; color: #262626; }
.content p { margin: 20px 0; }
.content ul, .content ol { margin: 2rem 0 2rem 3rem; }
.content ul li, .content ol li { margin-top: 0.2rem; line-height: 3rem; }
.content.content ul li { list-style-type: disc; }
.content ol li { list-style-type: decimal; }
.content h2, .content h3, .content h4, .content h5, .content h6 { position: relative; margin: 2rem 0; padding-left: 1rem; line-height: 2rem; border-left: 0.4rem solid #1472ff; }
.content h2 { font-size: 2rem; }
.content h3 { font-size: 1.9rem; }
.content h4 { font-size: 1.8rem; }
.content h5 { font-size: 1.7rem; }
.content h6 { font-size: 1.6rem; }
.content hr { width: 100%; height: 1px; border: 0; border-top: 1px #dedddd solid; margin: 2rem 0; }
.content img { max-width: 100% !important; width: auto !important; height: auto !important; margin: 2rem auto; }
.content video { height: auto !important; display: block; margin: auto; max-width: 100% !important; }
.content table { max-width: 100%; border-width: 1px; border-color: #666; border-collapse: collapse; font-size: 1.rem; line-height: 3rem; }
.content table th { border-width: 1px; padding: 0.2rem 0.5rem; border-style: solid; border-color: #666; background-color: #dedede; }
.content table td { border-width: 1px; padding: 0.2rem 0.5rem; border-style: solid; border-color: #666; background-color: #ffffff; }
.content span.marker { background: yellow; }


.ertitle{
    text-align: center;
    font-weight: 900;
    font-size: 2rem;
    margin-top: 2rem;
}

.weixin{
    display: flex;
    justify-content: space-between;
    padding: 1rem 1rem;
}
.weixin .left{
    width: 22%;
        aspect-ratio: 1 / 1;
}

.weixin .right{
    width: 76%;
        
}

.weixin .right .title{
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
}

.weixin .right .msg{
    font-size: 1.4rem;
}
.weixin .left img{
    width: 100%;
}


/*user页面*/

.userimg{
     background: url(../images/user.png) no-repeat;
background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    background-size: cover;
    width: 100%;
     aspect-ratio: 16 / 6;
     display: flex;
     align-items: center;
}


.userimg .left{
    
    width: 7rem;
    height: 7rem;
    border-radius: 5rem;
    overflow: hidden;
    margin-left: 2rem;
}



.userimg .left img{
    width: 100%;
}

.userimg .right{
    
    font-size: 1.6rem;
    color: #fff;
    margin-left: 2rem;
}

.userimg .right .loginout a{
    
    font-size: 1.2rem;
 
    color: #fff;
}

.userimg .right .userid{
    
   margin-bottom: 0.5rem;
}

.userimg .right .msg{
    
    margin-bottom: 0.5rem;
}
.baogaobox {
    margin-top: 2rem;
}
 .bgtitle{
   font-weight: 700;
   font-size: 1.8rem;
   line-height:3rem
}

.bgtitle span{

    font-weight: normal;
    font-size: 1.2rem;
    margin-left: 1rem;
    color: #777;
}
.baogaolist .item{
    position: relative;
        margin-bottom: 1rem;
        box-shadow: 0 0 1rem #d6d6d6;
        padding: 1rem ;
        box-sizing: border-box;
        display: block;
        overflow: hidden;
        
}
.baogaolist .info{
    margin-bottom: 1rem;
}
.baogaolist .status{
   
     
   

    text-align: center;
    
    color: #1487f4;
    margin-left: 1rem;
    
}

.baogaolist .title{
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.baogaolist .price {
    font-size: 1.2rem;
    color: #ff5d7d;
    margin-bottom: 0.5rem;
    
    
}

.baogaolist .time{
    font-size: 1.2rem;
    color: #888;
}

.baogaolist .time i{
    margin-right: 1rem;
}

.baogaolist .chakan{
    background: #ff5d7d;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    position: absolute;
    font-size: 1rem;
    right: 2rem;
    bottom:  1rem;
    
}
.fuwubox{
    margin: 3rem 0rem;
}

.fuwu {
    max-width: 100%;


    background-color: #f1f1f1;
    display: flex;

    align-items: center;
    margin-top: 1rem;
    padding: 0.5rem 0rem;
    justify-content: space-around;
    text-align: center;
}

.fuwu a{
    width: 25%;
}




.fuwu span{

line-height:  3rem;
font-size: 1.4rem;
text-align: center;
   color: #1487f4;

margin: auto;
}


.ceshi-footer{
	max-width: 100%;
	border-top: 1px solid #ececec;
	width: 600px;
		position: fixed;
    	height: 5rem;
    	bottom: 0rem;
    	background-color: #fff;
    	display: flex;
    	padding: 0.5rem 0rem;
    	color: #555;
    	align-items: center;
	}
	
.ceshi-footer .addfav a{
	    color: #888;
	}
	.ceshi-footer .active a{
	    color: #ff5d7d;
	}
.ceshi-footer .home{
    width: 20%;
       display: flex;
    justify-content: center;
}	

.ceshi-footer .addfav{
    width: 20%;
       display: flex;
    justify-content: center;
}	
	
.ceshi-footer .gocs{
    width: 60%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.ceshi-footer .gocs a{
    background: #ff5d7d;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.8rem;
    display: block;
    width: 80%;
   
}






   .csimg{
        width: 100%;
        height: auto;
             background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        aspect-ratio: 16 / 9;
    }
    
       .csimg0{

            background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
       }
    
       .csimg1{
       background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
       }
    
       .csimg2{
       background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
       }
    
       .csimg3{
       background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
       }
    
       .csimg4{
       background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
       }
    
       .csimg5{
       background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
       }
    
       .csimg5{
       background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
       }
    
       .csimg6{
       background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
   }
    
       .csimg7{

       background-image: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
       }
    
       .csimg8{
       background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
       }
    
       .csimg9{
       background-image: linear-gradient(to top, #c4c5c7 0%, #dcdddf 52%, #ebebeb 100%);
       }
    
       .csimg10{
       background-image: linear-gradient(to top, #dad4ec 0%, #dad4ec 1%, #f3e7e9 100%);
       }
    
    
    
       .csimg12{
 background-image: radial-gradient(at 50% 100%, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%), linear-gradient(to bottom, rgba(255,255,255,0.25) 0%, rgba(0,0,0,0.25) 100%);
 background-blend-mode: screen, overlay;
       }
    
       .csimg13{
 
 background-image: linear-gradient(to top, #bdc2e8 0%, #bdc2e8 1%, #e6dee9 100%);
 
 background: linear-gradient(to bottom, #D5DEE7 0%, #E8EBF2 50%, #E2E7ED 100%), linear-gradient(to bottom, rgba(0,0,0,0.02) 50%, rgba(255,255,255,0.02) 61%, rgba(0,0,0,0.02) 73%), linear-gradient(33deg, rgba(255,255,255,0.20) 0%, rgba(0,0,0,0.20) 100%);
 background-blend-mode: normal,color-burn;
       }
    
       .csimg14{
 
 background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
       }
    
       .csimg15{
 background-image: linear-gradient(-225deg, #5D9FFF 0%, #B8DCFF 48%, #6BBBFF 100%);
       }
    
       .csimg16{
 background-image: linear-gradient(-225deg, #FFFEFF 0%, #D7FFFE 100%);
       }
    
       .csimg17{
 background-image: linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%);
       }
    
       .csimg18{
 background-image: linear-gradient(-225deg, #20E2D7 0%, #F9FEA5 100%);
    }
    
  
    
   .csimg img{
               
 max-width: 90%;
 max-height: 90%;
    }


/*user*/
.form-group {
    margin-bottom: 2rem;
}





#loginform{
    width: 90%;
    margin: auto;
}

#loginform .input-icon{
    position: relative;
    align-items: center;
    display: flex;
}
#loginform .input-icon  i{
    font-size: 2rem;
    transform: translateX(1rem); /* 将 div 元素向右移动50px */
    width: 0rem;
}

#loginform .input-icon input{
 width: 100%;   
 height: 4rem;
 border: 1px solid #e4e6ef;
 padding-left: 4rem;
 font-size: 1.5rem;
}

#loginform .input-group{
    display: flex;
}

#loginform .input-group  img{

    height: 4rem;
    
}
#loginform .form-actions{
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
}



.form-actions button{
    width: 10rem;
    height: 3rem;
    background: #ff5500;
    color: #fff;
}




#loginform .form-actions input{
  width: 2rem;
 height: 2rem;
 border: 1px solid #e4e6ef;
 padding-left: 4rem;
 margin-right: 1rem;
}

#loginform .form-actions .rememberme{
 font-size: 1.4rem;
 display: flex;
 align-items: center;
}

.loginbox{
    padding: 2rem 0rem;
}





.wxkefu{
    font-size: 2rem;
    margin-top: 2rem;
    text-align: center;
    width: 100%;
}



.login_msg{
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    width: 100%;
}


.register{
     text-align: center;
    
    width: 100%;
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

.register a {
   
   font-size: 1.3rem;
   line-height: 3rem;

       width: 10rem;
    height: 3rem;
    background: #1477bf;
    color: #fff;
    margin: auto;
   
}



#regform{
    width: 90%;
    margin: auto;
}


#regform .input-group{
    display: flex;
}

#regform .form-group  img{

    height: 4rem;
    
}
.xieyi-line{
    display: flex;
    align-items: center;
}

#regform  button{
    font-size: 1.3rem;
    width: 10rem;
    height: 3rem;
    background: #ff5500;
    color: #fff;
    margin: auto;
}






#regform .form-group{
    display: flex;
    justify-content: space-between;
    
}


#regform .form-group input{
  width: 100%;
 height: 4rem;
 border: 1px solid #e4e6ef;
 padding-left: 2rem;
 box-sizing: border-box;
 font-size: 2rem;
 
}


#regform .form-group .col-md-1{
 width:8rem;   
 line-height: 4rem;

 font-size: 1.4rem;
 text-align: center;
}

#regform .form-group .col-md-10{
 width:8rem;   
 
 flex-grow: 1;
}


#regform .form-group input[type="checkbox"]{
  width: 2rem;
 height: 2rem;
 margin-right: 1rem;
 
}
#regform .xieyi{
  font-size: 1.5rem;
 
}

#regform .xieyi laben{
  display: flex;
  align-items: center;
 
}
#regform .xieyi a{
 color: #1487f4 !important;
 
}


