@font-face {
  font-family: 'iconfont';  /* project id 639621 */
  src: url('//at.alicdn.com/t/font_639621_o0wer6bl2ce.eot');
  src: url('//at.alicdn.com/t/font_639621_o0wer6bl2ce.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_639621_o0wer6bl2ce.woff') format('woff'),
  url('//at.alicdn.com/t/font_639621_o0wer6bl2ce.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_639621_o0wer6bl2ce.svg#iconfont') format('svg');
}

/* 搜索 */
.d-flex{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.u-search {
    /* margin-bottom: 50px; */
    justify-content: center;
    font-family: "微软雅黑"
}

.search-box {
    background-color: transparent;
}

.search-top {
    padding: 0 2%;
    display: flex;
    align-items: center;
}

.search-top button {
    border: 0;
    background-color: #fff;
    color: #000000;
    font-size: 1rem;
    outline: none;
    cursor: pointer;
    height: 30px;
    margin: 0 10px;
    width: 5.625rem;
}

@media (max-width: 768px) {
    .search-top button {
        border: 0;
        background-color: #fff;
        color: #000000;
        font-size: 14px;
        outline: none;
        cursor: pointer;
        height: 30px;
        margin: 0 10px;
        width: 5.625rem;
    }


}

.search-top .active {
    background-color: #cf213a;
    color: #fff;
}

.search-bottom {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    box-shadow: 0 6px 7px 0px #e9e9e9;
    display: flex;
    justify-content: space-between;
    height: 3.25rem;
}

.search-bottom .left-span {
    display: flex;
    align-items: center;
    flex-grow: 6;
}

.search-bottom .right-span {
    background-color: #c1233b;
    background: linear-gradient(to bottom, #d21f36, #b02641);
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    flex-grow: 1;
}

.search-bottom input {
    width: 100%;
    border: 0 solid #000;
    background-color: transparent;
    margin-left: 1.5rem;
    outline: none;
}

.search-btn {
    border: 0;
}

.search-btn i {
    color: #fff;
}


/* 分类 */

.u-classify {
    margin-top: 50px;
    margin-bottom: 15px;
}

.u-classify>div {
    margin-bottom: 20px;
    /* padding: 0; */
}

.classify-box {
    border: 1px solid #dddddd;
}

.classify-box span {
    justify-content: space-between;
}

.classify-box h1 {
    padding: 0 20px;
    display: flex;
    font-size:1.1rem;
font-family:MicrosoftYaHei;
    color: #000000;
    background-color: #f7f7f7;
    height: 50px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.classify-box h1 .left-span {
    font-size:1.1rem;
font-family:MicrosoftYaHei;
font-weight:400;
color:rgba(0,0,0,1);
line-height:2.375rem;
}

.right-span a{font-size:1.1rem;
font-family:MicrosoftYaHei;
font-weight:400;
color:rgba(130,130,130,1);
line-height:2.375rem;}

.classify-box h1 .iconfont {
    font-size: 1.1rem;
}

.classify-box ul {
    background-color: #ffffff;
    color: #000000;

    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.classify-box li {
    display: inline-block;


    text-align: center;
    flex-basis: 20%;
    font-size:1rem;
font-family:MicrosoftYaHei;
font-weight:400;
color:rgba(0,0,0,1);
line-height:2.375rem;
}

.classify-box h1 .right-span {
    color: #828282;
    font-size: 1rem;
    cursor: pointer;
}


/* 文章详情 翻页 */

.article-bottom {
    /* border: 1px solid #000; */
    margin: 25px 0 25px 0;
}

.u-article {
    border: 1px solid #dddddd;
    margin-bottom: 3rem;
}

.article-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 4px solid #cf213a;
    height: 55px;
    padding: 0;
}

.article-top>span {
    height: 100%;
    display: flex;
    align-items: center;
}

.article-top .left-span em {
    color: #000000;
    background-color: #fff;
    font: 1rem "微软雅黑";
    display: inline-block;
    height: 100%;
    width: 6.25rem;
    padding: 0 1rem;
    cursor: pointer;
    line-height: 55px;
    text-align: center;
}

.article-top .left-span .active {
    background-color: #cf213a;
    color: #fff;
}

.u-table {
    border: 1px solid #e1e4e8;
    text-align: center;
    margin: 20px 0 25px 0;
}

.u-table td,
.u-table th {
padding: 0 0.75rem;
    width: 6.875rem;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:rgba(130,130,130,1);
    font-size:1rem;
font-family:MicrosoftYaHei;
font-weight:400;
line-height:2.375rem;
}
.td-box{width: auto!important;}
.td-box a{color:rgba(0,0,0,1)!important;}
.td-box {
    background-color: transparent;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.td-box .td-classify {
    color: #828282 !important;
    font-size: 1rem;
}

.td-box .td-icon {
    background-color: #d4af78;
    color: #fff;
    border-radius: 2px;
    padding: 2px;
    font-size: 1rem;
    margin-left: 10px;
}

.td-box .td-article {
    margin-left: 10px;
}

.article-top .right-span {
    margin-right: 1rem;
}

.article-top .right-span em {
    color: #828282;
    font: 1rem "微软雅黑";
}

.article-top .right-span select {
  
    border: 1px solid #dddddd;
   
    background: url(/public/img/triangle.png);
    background-repeat: no-repeat;
    background-position: 90% center;

    appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
padding: 0 2rem;

font-size:1rem;
font-family:MicrosoftYaHei;
font-weight:400;
color:rgba(130,130,130,1);
line-height:2.375rem;






}

.article-top .right-span select option {
    color: #828282;
}


/* college_classify_list.html页面样式 */

.u-tag {
    /* background-color: #f00; */
    color: #000000;
    font: 1em 微软雅黑;
    margin-top: 28px;
    margin-bottom: 40px;
}


.u-tag em a {
    font: 1rem sans-serif;
    color: #000000;
}

.classify-title {
    font: 20px 微软雅黑;
    color: #000000;
    margin-bottom: 30px;
}


/* 文章内容 */

.u-content .content-h1 {
   
        font-size: 1.875rem;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: rgba(0,0,0,1);
    line-height: 2.375rem;
}
.content-box p{line-height:2.375rem;}
.content-box img{max-width: 100%;}
.contentbanner{padding: 1.25rem 0 2.5rem;}
.publish {
    font-size: 1.1rem;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(130,130,130,1);
    /* line-height: 2.375rem; */
    padding: 1.1rem 0;
}
.content-des {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.location-txt{font-size:1rem;
font-family:MicrosoftYaHei;
font-weight:400;
color:rgba(0,0,0,1);
line-height:2.375rem;}
.color-red{color:rgba(207,33,58,1); }
.color-red:hover{color:rgba(207,33,58,1); }
.color-border{background:rgba(255,255,255,1);
border:1px solid rgba(207,33,58,1);padding: 0.375rem 0.625rem;}

.content-des .left-span {
    font-size: .9rem;
    font-family: "Microsoft YaHei" !important;
    color: #828282;
}

.content-des .right-span {
    border: 1px solid #cf213a;
    color: #cf213a;
    font: .5rem "微软雅黑";
    padding: .5rem .9rem;
}
.content-des .right-span a{  color: #cf213a;}

.content-des em {
    font-weight: bold;
    font-style: normal
}
/* 文章评论 */
.favorites-p{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
}
.favorites-p>span{
    margin-left: 40px;
    cursor: pointer;
}
.favorites-p .iconfont{
    cursor: pointer;
}
.favorites-p strong{
    font-weight: normal;
    font-style: normal;
    font-size: .8rem;
}
.comment-text{
    color: #cf213a;
    font: 1rem "微软雅黑";
    /* font-weight: bold; */
}
.comment-text .iconfont{
    margin: 0 1rem;
}
/* 相关股票u-relevant */
.u-relevant{
    border: 1px solid #dee2e6;
    background-color: #ffffff;
    text-align: center;
    /* min-width: 200px; */
/*     max-width: 9rem; */
/*     height: 200px;
    width: 250px; */
    height: auto;
    position: fixed;
    top: 48%;
    left: 10%;
    z-index: 100;
}
.u-relevant p{
    margin: 5px 0;
}
.u-relevant span{
    color: #856767;
    font-size: .8rem;
    display: inline-block;
    text-align: left;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    transform: scale(.8,.8);
}
.u-relevant li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    border-top: 1px solid #dee2e6;
}
.u-relevant li:nth-child(odd){
    background-color: #f2f2f2;
}
.u-relevant li:nth-child(even){
    background-color: #ffffff;
}
/* 逆选盈 点击红旗 和 收藏 */
.fc-cf213a::before{
    color: #cf213a;
}
.fc-f6df45::before{
    color: #f6df45;
}
.column1-box li{
    flex-basis: 20%;
}
/* 登录模态框 */
.m-modal{
		border-radius: 0;
}
.m-modal>h1{
    background-color: #cf213a;
    padding: 24px 0;
    justify-content: center;
}
.m-modal>h1 span{
    font-size: 1rem;
    color: #ffffff;
    flex-basis: 60%;
    margin-left: 5%;
}
.m-modal>h1 .iconfont{
    font-size: 1rem;
    color: #fff;
    cursor: pointer;
}
.form-wrap{
    background-color: #ffffff;
    min-height: 10rem;
    margin-top: 2.2rem;
    margin-bottom: 1.5rem;
    display: flex;
}
.aside-box{
    flex-basis: 30%;
    border-right: 1px solid #cf213a;
    text-align: center;
}
.section-box{
    flex-basis: 70%;
}
.aside-box img{
    width: 80%;
    margin-bottom: 40px;
}
.aside-box p{
    font-size: 1rem;
    color: #000000;
    margin-bottom: .2px;
}
.section-box{
	opacity: 1;
}
/* 模态框 登录 */
.u-login{
    padding: 0 1.3rem;
}
.u-login .top-div{
	padding: 0 1.2rem;
}
.top-div p{
    display: block;
		display: flex;
		justify-content: space-between;
		margin-bottom: 1.3rem;
		color: #333333;
}
.top-div>.rom1{
	color: #cf213a;
	margin-bottom: 1.25rem;
	font: 1.2rem "微软雅黑";
}
.top-div input{
	text-indent: 10px;
	border: 1px solid #dedede;
	border-radius: 5px;
}
.top-div>.rom3{
	margin-bottom: .3rem;
}
.top-div>.rom4{
	justify-content: flex-end;
	color: #000000;
	font-size: .875rem;
	font-weight: bold;
	margin: 1rem 1.3rem;
}
.top-div>.rom4 a{
	margin-left: .5rem;
}
.top-div .btn-red{
    width: 95.6%;
    border-radius: 5px;
    border: 0 solid #000;
    color: #fff;
    padding: 0.824rem 0;
    background: linear-gradient(to bottom,#d51f35,#ae2641);
    cursor: pointer;
}
.top-div>.rom6{
    margin-bottom: 0;
    cursor: pointer;
}
.top-div>.rom6 button{
	background: #ffffff;
	color: #cf213a;
}
.u-login .middle-div .right-span{
	font-size: 0.75rem;
	color: #000000;
	line-height: 0%;
}
.u-login .middle-div .left-span .iconfont{
	color: #cf213a;
}
.u-login .middle-div {
    padding-bottom: .5rem;
	position: relative;
    margin-top: 0.3rem;
}
.u-login .left-span{
	position: absolute;
	left: 1%;
	top: 2%;
}
.u-login .bottom-div{
	padding: 0 1rem;
}
.u-login .bottom-div p{
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #bbbbbb;
    padding-top: 1rem;
}
.u-login .bottom-div .social-account i{
	display: inline-block;
	border-bottom: 1px solid #bbbbbb;
	width: 25%;
	margin: 0 1rem;
}
.u-login .bottom-div .social-account span{
	font-size: .75rem;
}
.u-login .social-login .iconfont{
	color: #bbbbbb;
	font-size: 3rem;
    border: solid 2px gainsboro;
    border-radius: 50%;
    width: 18%;
    padding-left: 3%;
}
/*手机登录模块*/
.u-mlogin{
    padding: 0 1.3rem;
}
.u-mlogin .top-div{
    padding: 0 1.2rem;
}
.top-div p{
    display: block;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.3rem;
    color: #333333;
    /* border: 1px solid #000; */
}
.top-div>.rom1{
    color: #cf213a;
    margin-bottom: 1.25rem;
    font: 1.2rem "微软雅黑";
}
.top-div input{
    text-indent: 10px;
    border: 1px solid #dedede;
    border-radius: 5px;
}
.top-div>.rom3{
    margin-bottom: .3rem;
}
.top-div>.rom4 a{
    margin-left: .5rem;
}

.top-div>.rom6{
    margin-bottom: 0;
    cursor: pointer;
}
.top-div>.rom6 button{
    background: #ffffff;
    color: #cf213a;
}
.u-mlogin .middle-div .right-span{
    font-size: 0.75rem;
    color: #000000;
    line-height: 0;
}
.u-mlogin .middle-div .left-span .iconfont{
    color: #cf213a;
}
.u-mlogin .middle-div {
    padding-bottom: .5rem;
    position: relative;
    margin-top: 0.3rem;
}
.u-mlogin .left-span{
    position: absolute;
    left: 1%;
    top: 2%;
}
.u-mlogin .bottom-div{
    padding: 0 1rem;
}
.u-mlogin .bottom-div p{
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #bbbbbb;
    margin-top: 1rem;
}
.verification-btn2 {
    background: linear-gradient(to bottom,#d51f35,#ae2641);
    border: none;
    color: white;
    padding: 0.2rem;
    border-radius: 5px;
    font-size: 1.1rem;
    width: 36%;
    position: relative;
    left: -1.2rem;
}
.u-mlogin .bottom-div .social-account i{
    display: inline-block;
    border-bottom: 1px solid #bbbbbb;
    width: 18%;
    margin: 0 1rem;
}
.u-mlogin .bottom-div .social-account span{
    font-size: .75rem;
}
.u-mlogin .social-login .iconfont{
    color: #bbbbbb;
    font-size: 3rem;
    border: solid 2px gainsboro;
    border-radius: 50%;
    width: 18%;
    padding-left: 3%;
}
/*重置密码*/
.u-make{
    padding: 0 1.3rem;
}
.u-make .top-div{
    padding: 0 1.2rem;
}

.u-make .top-div h1{
    font: 1.25rem "微软雅黑";
    color: #000000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2.5rem;
    cursor: pointer;
}
.u-make .top-div h1>span:nth-child(1){
    color: #cf213a;
    cursor: pointer;
}
.u-make .top-div h1>span:nth-child(2){
    color: #bbbbbb;
    padding: 0 1rem;
}
.top-div p>span:nth-child(2){
    flex-basis: 74%;
    display: flex;
    justify-content: space-between;
}
.top-div p>span input{
    width: 94%;
    padding: 0.75rem;
    background: #f9fbff;
    border-radius: 9px;
    border: solid 1.5px #dcdcdc;
}
.zi_ti{
    line-height: 3rem;
}
.u-make .top-div .rom2>span input{
    width: 40%;
}
.u-make .top-div .rom6 {
    padding-left: 24%;
    cursor: pointer;
}
.u-make .top-div .rom6 a{color:#d51f35;}
.u-make .verification-btn{
    width: 47%;
    position: relative;
    left: -1.3rem;
    border-radius: 5px;
    border: 0 solid #000;
    color: #fff;
    padding: .2rem .1rem;
    background: linear-gradient(to bottom,#d51f35,#ae2641);
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
/*密保问题*/
.u-mibao{
    padding: 0 1.3rem;
}
.u-mibao .top-div{
    padding: 0 1.2rem;
}

.u-mibao .top-div h1{
    font: 1.25rem "微软雅黑";
    color: #000000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2.5rem;
    cursor: pointer;
}
.u-mibao .top-div h1>span:nth-child(1){
    color: #cf213a;
    cursor: pointer;
}
.u-mibao .top-div h1>span:nth-child(2){
    color: #bbbbbb;
    padding: 0 1rem;
}
.top-div p>span:nth-child(2){
    flex-basis: 80%;
    display: flex;
    justify-content: space-between;
}
.u-mibao .top-div .rom2>span input{
    width: 40%;
}
.u-mibao .top-div .rom6 {
    padding-left: 24%;
    cursor: pointer;
}

.u-mibao .top-div .rom6 a{color:#d51f35;}
.u-mibao .verification-btn{
    width: 55%;
    border-radius: 5px;
    border: 0 solid #000;
    color: #fff;
    padding: .2rem .1rem;
    background: linear-gradient(to bottom,#d51f35,#ae2641);
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}


.u-mibao2{
    padding: 0 1.3rem;
}
.u-mibao2 .top-div{
    padding: 0 1.2rem;
}

.u-mibao2 .top-div h1{
    font: 1.25rem "微软雅黑";
    color: #000000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2.5rem;
    cursor: pointer;
}
.u-mibao2 .top-div h1>span:nth-child(1){
    color: #cf213a;
    cursor: pointer;
}
.u-mibao2 .top-div h1>span:nth-child(2){
    color: #bbbbbb;
    padding: 0 1rem;
}
.top-div p>span:nth-child(2){
    flex-basis: 74%;
    display: flex;
    justify-content: space-between;
}
.u-mibao2 .top-div .rom2>span input{
    width: 40%;
}
.u-mibao2 .top-div .rom6 {
    padding-left: 38%;
    cursor: pointer;
}

.u-mibao2 .top-div .rom6 a{color:#d51f35;}
.u-mibao2 .verification-btn{
    width: 55%;
    border-radius: 5px;
    border: 0 solid #000;
    color: #fff;
    padding: .2rem .1rem;
    background: linear-gradient(to bottom,#d51f35,#ae2641);
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.u-mibao3{
    padding: 0 1.3rem;
}
.u-mibao3 .top-div{
    padding: 0 1.2rem;
}

.u-mibao3 .top-div h1{
    font: 1.25rem "微软雅黑";
    color: #000000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2.5rem;
    cursor: pointer;
}
.u-mibao3 .top-div h1>span:nth-child(1){
    color: #cf213a;
    cursor: pointer;
}
.u-mibao3 .top-div h1>span:nth-child(2){
    color: #bbbbbb;
    padding: 0 1rem;
}
.top-div p>span:nth-child(2){
    flex-basis: 60%;
    display: flex;
    justify-content: space-between;
}
.u-mibao3 .top-div .rom2>span input{
    width: 40%;
}
.u-mibao3 .top-div .rom6 {
    padding-left: 38%;
    cursor: pointer;
}

.u-mibao3 .top-div .rom6 a{color:#d51f35;}
.u-mibao3 .verification-btn{
    width: 55%;
    border-radius: 5px;
    border: 0 solid #000;
    color: #fff;
    padding: .2rem .1rem;
    background: linear-gradient(to bottom,#d51f35,#ae2641);
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}


.u-youxiang{
    padding: 0 1.3rem;
}
.u-youxiang .top-div{
    padding: 0 1.2rem;
}

.u-youxiang .float-right{
    width: 94%;
    font-size: 0.8rem;
    font-weight: bold;
}
.u-youxiang .top-div h1{
    font: 1.25rem "微软雅黑";
    color: #000000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2.5rem;
    cursor: pointer;
}
.u-youxiang .top-div h1>span:nth-child(1){
    color: #cf213a;
    cursor: pointer;
}
.u-youxiang .top-div h1>span:nth-child(2){
    color: #bbbbbb;
    padding: 0 1rem;
}
.top-div p>span:nth-child(2){
    flex-basis: 60%;
    display: flex;
    justify-content: space-between;
}
.u-youxiang .top-div .rom2>span input{
    width: 40%;
}
.u-youxiang .top-div .rom6 {
    padding-left: 24%;
    cursor: pointer;
}

.u-youxiang .top-div .rom6 a{color:#d51f35;}
.u-youxiang .verification-btn{
    width: 47%;
    position: relative;
    left: -1.3rem;
    border-radius: 5px;
    border: 0 solid #000;
    color: #fff;
    padding: .2rem .1rem;
    background: linear-gradient(to bottom,#d51f35,#ae2641);
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 注册模块 */
.u-register{
    padding: 0 1.3rem;
}
.u-register .top-div{
    padding: 0 1.2rem;
}

.u-register .top-div h1{
    font: 1.25rem "微软雅黑";
    color: #000000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2.5rem;
    cursor: pointer;
}
.u-register .top-div h1>span:nth-child(1){
    color: #cf213a;
    cursor: pointer;
}
.u-register .top-div h1>span:nth-child(2){
    color: #bbbbbb;
    padding: 0 1rem;
}
.top-div p>span:nth-child(2){
    flex-basis: 74%;
    display: flex;
    justify-content: space-between;
}
.u-register .top-div .rom2>span input{
    width: 40%;
}
.u-register .verification-btn{
    width: 55%;
    border-radius: 5px;
    border: 0 solid #000;
    color: #fff;
    padding: .2rem .1rem;
    background: linear-gradient(to bottom,#d51f35,#ae2641);
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis; 
}
.u-register .middle-div strong{
    color: #cf213a;
}
.u-register .middle-div span{
    font-size: .875rem;
}
.display-none{
    display: none;
}

.article-middle table tr:nth-child(odd) td{background: #f2f2f2;}
.u-bottom{
    position: fixed;
    width: 100%;
    bottom: 0;
    max-height: 120px;
}
.u-bottom .nav-ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid #e9e9e9;
    margin: 0;
    padding: 10px 0;
    background-color: #ffffff;
}
.u-bottom .nav-ul li {
    flex: 1;
    text-align: center;
    padding: 5px 0;
    border-right: 1px solid #e9e9e9;
}
.u-bottom .nav-ul li:last-child{
    border-right: 0 solid red;
}
.u-bottom .nav-ul li a{
    color: #000000;
}
.hq_yzm{position: relative;left: 24%}

#login_tpl .rom2{
    margin-top:3rem;
}

/*屏幕小于768*/
@media (max-width: 768px) {
    .top-div p>span input {
        width: 94%;
        padding: 0;
        background: #f9fbff;
        border-radius: 9px;
        border: solid 1.5px #dcdcdc;
    }
    .article-top .right-span {
        margin-right: 0;
    }
    .article-top .right-span select{
        border: 1px solid #dddddd;
        background: url(/public/img/triangle.png);
        background-repeat: no-repeat;
        background-position: 90% center;
        -webkit-appearance: none;
        padding: 0px 2rem 0 0.5rem;
        font-size: 0.3rem;
        font-family: MicrosoftYaHei;
        font-weight: 300;
        color: rgba(130,130,130,1);
        line-height: 1.8rem;
    }
    .aside-box {
        display: none;
    }
    .rom_yzm{width: 19%;}
    .section-box {
         flex-basis: 100%;
    }
    .u-mlogin .top-div {
         padding: 0;
    }
    .u-login .top-div {
        padding: 0;
    }
    .hq_yzm{position: relative;left: 21%}
    .u-mlogin .social-login .iconfont{  
        width: 29%;
        padding-left: 4%; 
    }
    .u-login .social-login .iconfont{   width: 29%; padding-left: 4%; }
    .u-login .bottom-div .social-account i {
        display: inline-block;
        border-bottom: 1px solid #bbbbbb;
        width: 18%;
        margin: 0 1rem;
    }
    .verification-btn2 {
        background: linear-gradient(to bottom,#d51f35,#ae2641);
        border: none;
        color: white;
        border-radius: 5px;
        font-size: 0.1rem;
       width: 30%;
        padding: 0;
    }
    .top-div p>span input {
        width: 94%;
        /* padding: 0.75rem; */
        background: #f9fbff;
        border-radius: 9px;
        border: solid 1.5px #dcdcdc;
    }
    .top-div>.rom4 {
        justify-content: flex-end;
        color: #000000;
        font-size: .875rem;
        font-weight: bold;
        margin: 1rem;
    }
    .m-modal>h1 {
        background-color: #cf213a;
        padding: 8px 0;
        justify-content: center;
    }
    .form-wrap {
        background-color: #ffffff;
        min-height: 10rem;
        margin-top: 0.2rem;
        margin-bottom: 0.5rem;
        display: flex;
    }
    #login_tpl .rom2{
        margin-top:0rem;
    }
    .classify-box h1 {
        padding: 0 20px;
        display: flex;
        font-size: 1.1rem;
        font-family: MicrosoftYaHei;
        color: #000000;
        background-color: #f7f7f7;
        height: 29px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .right-span a {
        font-size: 0.8rem;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: rgba(130,130,130,1);
        line-height: 2.375rem;
    }
 
    .classify-box h1 .left-span {
        font-size: 1rem;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: rgba(0,0,0,1);
        line-height: 2.375rem;
    }
    .classify-box li {
        display: inline-block;
        text-align: center;
        flex-basis: 20%;
        font-size: 1rem;
        font-family: MicrosoftYaHei;
        font-weight: 350;
        color: rgba(0,0,0,1);
        line-height: 1.7rem;
    }
    .u-classify {
        margin-top: 14px;
        margin-bottom: 15px;
    }
    .article-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 4px solid #cf213a;
        height: 36px;
        padding: 0;
    }
    .article-top .left-span em {
        color: #000000;
        background-color: #fff;
        font: 0.8rem "微软雅黑";
        display: inline-block;
        height: 100%;
        width: 5.25rem;
        padding: 0 1rem;
        cursor: pointer;
        line-height: 33px;
        text-align: center;
    }
    .article-top .right-span em {
        color: #828282;
        font: 0.8rem "微软雅黑";
    }
    .top-div .rom5 {
        display: block;
        display: flex;
        justify-content: center;
        margin-bottom: 0.3rem;
        color: #333333;
      
    }
    .top-div .btn-red {
        width: 98.6%;
        border-radius: 5px;
        border: 0 solid #000;
        color: #fff;
        padding: 0.524rem 0;
        background: linear-gradient(to bottom,#d51f35,#ae2641);
        cursor: pointer;
    }
    .u-login .middle-div {
        padding-bottom: 0px;
        position: relative;
        margin-top: -10px;
    }
    .u-mlogin .middle-div {
        padding-bottom: 0;
        position: relative;
        margin-top: -10px;
    }
    .u-content .content-h1 {
        font-size: 1.5rem;
        font-family: MicrosoftYaHei;
        font-weight: bold;
        color: rgba(0,0,0,1);
        line-height: 1.5rem;
    }
    .publish {
        font-size: 0.8rem;
        font-family: MicrosoftYaHei;
        font-weight: 300;
        color: rgba(130,130,130,1);
        /* line-height: 2.375rem; */
        padding: 0.3rem 0;
    }
    #detail_container .padding0 {
        padding: 0.8rem 1rem;
    }
    #detail_container .content-box{
        font-size: 0.8rem;
    }
    .top-div>.rom6 {
        margin-bottom: 1rem;
        cursor: pointer;
    }
}