@charset "UTF-8";
/**
 *
 * @authors Rehack (rehack6@gmail.com)
 * @date    2017-11-08 09:11:15
 * @version $Id$
 */
 .art-container{background-color: #fff;}
 .position{border-bottom: 1px solid #ccc;font-size: 0.26rem;padding: 0.1rem;}
 .position i{font-size: 0.26rem;color: #f009a6;margin-right: 0.05rem;}
 .article .article-title{font-size: 0.34rem;text-align: center;color: #000;margin: 0.2rem 0;font-weight: bold;}
 .article .article-content{font-size: 15px;box-sizing: border-box;width: 97%;margin: 0 auto;color: #333;line-height: 30px;}
 .article .article-content img{max-width: 100%!important;height: auto!important;margin: auto;}
 /*文章页表单挂号*/
 .register{
     font-size: 0.26rem;
     display: flex;
     flex-direction: column;
     border-top: 1px solid #aaa;
     margin-top: 25px;
 }
 .register .register-tit{
     width: 100%;
     font-size: 0.35rem;
     background: #FF7200;
     color: #fff;
     text-align: center;
 }
 .register .register-tit i{
     font-size: 0.35rem;
 }
 .register .register-form{
     display: flex;
     flex-direction: column;
     padding: 20px 15px 0 15px;
 }
 .register .register-form input,.register .register-form select{
     text-indent: 8px;
     border:1px solid #ccc;
     border-radius: 4px;
     height: 0.54rem;
 }
 .register label{
     /*display: block;*/
     color: #666;
     margin-top: 15px;
     margin-bottom: 5px;
 }
 .register .save{
     background: #FF7200;
     color: #fff;
     font-size: 0.3rem;
     padding: 5px 15px;
     margin: 20px 0;
     border-radius: 4px;
     text-align: center;
 }
 .register .register-subtit{
     color: #e85484;
     font-size: 0.24rem;
     text-align: center;
 }
 .register .radios{
     display: flex;
     flex-direction: row;
     align-items: center;
     font-size: 0.24rem;
 }
 .register .radios span{
     margin-right: 15px;
 }
 .register .radios input{
     width: 20px;
     height: 20px;
     -webkit-appearance: radio;
     -moz-appearance: radio;
     appearance: radio;
     display: inline;
 }
.register .ys-tit{font-size: 0.18rem;}
