@charset "UTF-8";
.visible-xs {
    display: none !important
}

/*mob function*/
th {
    white-space: nowrap;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    padding: 0;
    margin: 0;
    background: #fff;
    font-family: "MiSans","Microsoft YaHei";
    font-size: 14px;
}
code, kbd, pre, samp {
    font-family: "MiSans","Microsoft YaHei","Courier New",monospace;
}
a {
    color: #333;
    -moz-outline: none;
    outline: none;
}

a:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #A9281C;
}

a:hover,
a:focus,
a:active,
a:visited {
    text-decoration: none;
}

::selection {
    background: #A9281C;
    color: #fff;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 18px;
}
.textEps {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clearfix_:after,
.my_pagination:after,
.my_pagination .pagination_ul:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.clearfix_,
.my_pagination,
.my_pagination .pagination_ul {
    zoom: 1;
}

.hoverTransition{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.container {
    padding-left: 0;
    padding-right: 0;
    max-width:1200px;
}

label {
    font-weight: normal;
}

input:focus {
    outline: none;
}

.pagination{
    justify-content: center;
}
.next.disabled,
.previous.disabled{
    display:none;
}
.page-item.next,
.page-item.previous{
    border:0 !important;
    padding:0 4px;
}
.page-item{
    min-width: 30px;
    height: 30px;
    line-height: 29px;
    background: #fff;
    text-align:center;
    color:#666;
    margin-right:6px;
    cursor:pointer;
    border: 1px solid #EAEAEA;
}
.page-item:hover,
.page-item.active{
    background: #A9281C;
    color:#fff;
    border: 1px solid #A9281C;
}

/*global*/
.container-fluid{
    padding:0;
}
.pop {
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px #c1c1c1;
    box-shadow: 0 0 15px #c1c1c1;
    background: #fff;
    font-size: 14px;
    z-index: 1050;
    color: #666;
}

.pop .pop_result {
    padding: 18px 32px;
    color: #fff;
    background: #7f7f7f;
    color: #A9281C;
    background: #fff;
    border: 1px solid #A9281C;
    border-radius: 4px;
    max-width: 600px;
}

.pageright-box{
    display: flex;
    width: 100%;
    padding-bottom:36px;
}
.pageright-nav{
    min-width:200px;
    width: 200px;
}
.pageright-main{
    flex: 1;
    padding-left:25px;
}

.form-flex{
    display:flex;
    margin-bottom: 12px;
}
.form-flex .control-box{
    width:438px;
}
.form-flex .form-control{
    width:100%;
    height:40px;
    line-height:39px;
    padding:0 15px;
    border: 1px solid #E4E4E4;
    border-radius:0;
}
.form-flex textarea.form-control{
    height:unset;
    line-height: 22px;
    padding: 9px 15px;
}
.form-flex .form-control:focus{
    box-shadow:unset;
    border-color:#A9281C;
}
.form-flex .control-label{
    position:relative;
    width:100px;
    padding-right:20px;
    text-align:right;
    line-height:39px;
}
.form-flex .control-label.required::before{
    content:"* ";
    color:#F44009;
}
.form-flex .radio-inline{
    margin-right:35px;
    margin-bottom:0;
    line-height:39px;
}
.form-btn{
    display:inline-block;
    width: 130px;
    height: 40px;
    background: #A9281C;
    border-radius: 4px;
    color:#fff;
    transition:all .3s ease;
    cursor:pointer;
    line-height:39px;
    text-align:center;
}
.form-btn:hover{
    opacity:.8;
}
.form-btn-group{
    padding-left:90px;
}
input[type="radio"] {
    width: 16px;
    height: 16px;
    appearance: none;
    position: relative;
    outline: none;
    margin-right:6px;
}
input[type="radio"]::before {
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #aaa;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
input[type="radio"]:checked::before {
    border: 1px solid #A9281C;
}
input[type="radio"]:checked:after {
    content: "";
    width: 10px;
    height: 10px;
    text-align: center;
    background: #A9281C;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 16px;
    left: 3px;
}
input[type="radio"]:checked + label {
    color:#A9281C;
}
.modal-dialog{
    max-width:unset;
}
.reg-result{
    text-align:center;margin: 0 auto;padding-top:30px;
}
.reg-result-main{
    padding-bottom:47px; display: flex;
}
.reg-result-txt{
    display: flex; 
    align-items: center; 
    text-align: left;
    padding-left:20px;
    line-height: 30px;
}
.reg-result-qrcode{
    padding-bottom:37px;
    color:#666;
}
.reg-result-qrcode img{width:110px; margin-bottom:7px;}
.reg-result-btn{
    cursor:pointer;display:inline-block;color:#fff;width: 130px;line-height: 40px;background: #A9281C;border-radius: 4px;
}