a{
    color: #333333;
}
a:hover{
    color: #dd251d;
}
.container{
    min-height: 600px;padding: 20px auto;max-width: 1025px;
    padding-bottom: 50px;
}

.nav-box-member{
    height: 52px;
    background: #c31303;
}
.nav-box-member ul li{
    float: left;
    width: 12.5%;
    height: 100%;
    line-height: 52px;
    font-size: 18px;
    text-align: center;
    list-style: none;
}
.nav-box-member ul li a{
    color: #f6f6f6;
}
.nav-box-member .wrap{
    max-width: 1025px;
    margin: 0 auto;
}

.header{
    height: 270px;
    padding-top: 70px;
    background: url("../img/header_bg.jpg") no-repeat;
    background-size: 100% 100%;
    text-align: center;
}
.header .wrap{
    max-width: 1025px;
    position: relative;
    margin: 0 auto;
    height: 100%;
}
.header .wrap .smzyzbox{
    position: absolute;
    right: 148px;
    top: 160px;
    color: #c31303
}

.header-text{
    margin-top: 19px;
}
.header-pic {
    position: absolute;
    right: 0;
    bottom: 0;
}

.header-xs{
    height: 58px;
    line-height: 58px;
    text-align: left;
    color: #fff;
    background: #d73240;
}

.header-xs-text{
    padding-left: 12px;
    font-size: 16px;
    vertical-align: middle;
}
.header-xs-text a{
    color: #ffffff;
}
.header-xs-text a span{
    padding-right: 3px;
}
.header-xs-text b{font-weight: normal;}
.header-xs .inb{
    width: 30%;
    float: right;
    height: 99%;
    padding-right: 10px;
    vertical-align: middle;
    text-align: right;
}
.header-xs .inb img,
.header-xs .inb span,
.header-xs .inb a{
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
}
ul{
    padding-inline-start:0px;
    margin-block-start:0;
    margin-block-end:0;
}
.regist_form .form-control{
    height: 46px;
}
.regist_form .form-control:hover, .signin-form .form-control:focus{
    border: 1px solid #474d5b;
    color: #464e60;
    box-shadow: 0px 5px 10px rgba(45,50,64,.2);
}

.registerh3 span{
    margin-bottom: 24px;
    margin-top: 40px;
    font-weight: bold;
}
.registerh3 font{
    font-size: 32px;
    font-weight: bold;
}
.registerh3 span.glyphicon{
    font-size: 24px;
}


.signin{
    background: #fff;
    padding: 216px 0;
}
.signin.signup {padding: 123px 0px;}

.sign-content {
    max-width: 620px;
    margin: 0 auto;
}
.sign-content h2{
    color: #464d5f;
    font-size: 36px;
    text-align: center;
    margin-bottom: 65px;
}

/*.signin-form  .form-control*/
.signin-form  .form-control {
    background: transparent;
    border: transparent;
    border: 1px solid #c3c6cf;
    border-radius: 3px;
    outline: 0!important;
    box-shadow: none;
    padding: 0px 0;
    height: 46px;
    -webkit-transition: linear .5s;
    -moz-transition: linear .5s;
    -ms-transition: linear .5s;
    -o-transition: linear .5s;
    transition: linear .5s;
}
.signin-form  .form-control:hover,.signin-form  .form-control:focus{
    border: 1px solid #474d5b;
    color:#464e60;
    box-shadow: 0px 5px 10px rgba(45,50,64,.2);
}

.signin-form label{
    color: #7c8089;
    font-size:16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.signin-form input[type="text"],.signin-form input[type="email"],.signin-form input[type="password"]{
    color: #464e60;
    font-size:16px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 18px;
}
.signin-form .form-col{
    width: 48.5%;
    float: left;

}
.signin-form .form-col1{
    width: 48%;
    float: right;
}
.btn.signin_btn,.btn.signin_btn:focus {
    width: 100%;
    padding: 0;
    height: 60px;
    background: #c31303;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
    margin-top: 23px;
}

.member_box{
    margin-top: 30px;
}
.member_menu dl{
    margin-bottom: 5px;
}
.member_menu dt{
    height: 40px;
    background: #c31303;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    margin-bottom: 8px;
    border-radius: 6px;
}
.member_menu dd{
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}
.member_menu dd a{
    color: #454043;
}

.tr_header td{
    font-weight: bold;
    font-size: 16px;
    color: #c31303;
}
.table .bigfont{
    font-size: 150%;
}
.table .bigfont span{
    font-size: 14px;
}

.nav-tabs li{
    height: 50px;
    line-height: 50px;
    width: 33%;
    text-align: center;
}
.nav-tabs>li>a{
    line-height: 50px;
}
.dropdown-menu>li>a{
    line-height: 40px;
}
.dropdown-menu{
    min-width: 100%!important;
    overflow: hidden;
}
.dropdown-menu li{
   line-height: 40px;
    height: 40px;
}
.dropdown-menu li a{
    display: block;
    width: 100%;
}
.dropdown .btnnn{
  color: #454043;
    font-size: 16px;
    font-weight: bold;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    border: none;
    background-color:#c31303;
    color: #ffffff;
}

.panel-danger>.panel-heading{
    font-weight: bold;
    font-size: 14px;
}

/*footer*/
.footer{
    height: auto;
    padding: 20px 0px;
    background: #c31303;
    color: #fff;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
}
.footer p{
    margin: 0;
}

.nvpage{
  line-height: 30px;
    text-align: center;
}
.nvpage a{
    padding: 3px 6px;
    background: #f3f3f3;
}
.nvpage a b{
    padding: 0;
    background: none;
}
.nvpage b{
    padding: 3px 5px;
    background: #f2dede;
}