
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: none;
	font-size: 12px;
	text-decoration: none;
}
.hd_zc{
	width: 1000px;
	height: 100px;
	margin: 0 auto;

}
.hd_zclf{
	float: left;
}
.hd_zclf img{
	margin-top: 20px;
}
.hd_zcri{
	width: 370px;
	height:100px;
	float: right;
}
.hd_zcricon{
	width: 100px;
	height: 43px;
	font-size: 15px;
	font-family: "微软雅黑";
	line-height: 43px;
	margin-top: 60px;
	float: left;
}
.hd_zcricon span{
	font-size: 15px;
}
.find{
	float: left;
	width: 42px;
	height: 43px;
	background: url(../image/find.jpg) no-repeat;
}
.afford{
	float: left;
	width: 42px;
	height: 43px;
	background: url(../image/afford.jpg) no-repeat;
}
.security{
	float: left;
	width: 42px;
	height: 43px;
	background: url(../image/security.jpg) no-repeat;
}
.main{
	width: 1000px;
	min-height: 488px;
	margin: 5px auto 50px auto;
	clear: both;
}
.main_lf{
	width: 603px;
	height: 488px;
	float: left;margin-top:30px;
	background: url(../image/bg.jpg) no-repeat;
}
.main_ri{
	width: 397px;
	height:auto;/* 488px;*/
	float: left;
}
.choice{
	width: 280px;
	margin: 30px auto 15px auto;
	font-size: 16px;
	font-family: "微软雅黑";

}
.choice a{
	font-size: 16px;
	font-family: "微软雅黑";
	color: #dc0000;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-right: 0px;
}
label{
	font-size: 13px;
	color: #000;
	font-family: "微软雅黑";
	font-weight: normal;
}
.col-sm-10 p{
	margin: 0px;
	color: #c1c1c1;
}
.verification{
	width: 25%;
	float: left;
}
.agreement{
	color: #134de1;
}
.btn-default{
	background: #dc0000;
	color: #fff;
	border: none;
}
.btn{
	padding: 8px 80px;
}
.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#fff;background-color:#dc0000;}

*{
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: none;
	font-size: 12px;
	text-decoration: none;
}
.foot{
	width: 100%;
	height: 132px;
	clear: both;
	
}
.foot_min{
	width: 1000px;
	height: 132px;
	background: url(../image/footbg.jpg) no-repeat 0px 75px;
	text-align: center;
	line-height: 15px;
	margin: 0 auto;
}
.foot_logo{
	width: 168px;
	height: 53px;

	margin: 0 auto;
	margin-bottom: 10px;
}
.foot_logo img{
	margin-right: 20px;
	margin-top: 10px;
}

/*/*密码强度*/
.rank { border:none; background:url("../image/rank.gif") no-repeat; width:145px; height:22px; vertical-align:middle; cursor:default; margin:0 0 0 5px;}
.r0 { background-position:0 2; }
.r1 { background-position:0 -19px; }
.r2 { background-position:0 -40px; }
.r3 { background-position:0 -61px; }
.r4 { background-position:0 -82px; }
.r5 { background-position:0 -103px; }
.r6 { background-position:0 -124px; }
.r7 { background-position:0 -145px; }

/**************模态框****************/
div.mod {
  display: none;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

div.mod div.zx {
  display: none;
  width: 680px;
  padding: 5px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.3);
  margin: auto;
  position: relative;
  overflow-y: auto;
  
}

div.mod div.zx > div {
  background: #fff;
  border-radius: 5px;
  padding-bottom: 30px;
  padding-top: 10px;
}

div.mod div.zx > div > p {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 2px 15px;
  background: #f7f7f7;
}

div.mod div.zx > div > p > span {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  margin-right: 5px;
  height: 25px;
  line-height: 25px;
  float: right;
  color: #888;
}

div.mod div.zx > div > p > span:hover {
  cursor: pointer;
}

div.mod div.zx > div > div table {
  width: 95%;
  margin: 35px auto;
}

div.mod div.zx > div > div table tbody tr td {
  border: 1px solid #ddd;
  padding: 5px;
}
div.mod div.zx > div > div table tbody tr td span {
  width:10px;
}
div.mod div.zx > div > div table tbody tr td:first-child {
  text-align: left;
  /*width: 100%;*/
}

div.mod div.zx > div > div table tbody tr td p {
  margin: 0;
}

div.mod div.zx > div > div table tbody tr td.hid div {
  max-height: 60px;
  overflow-y: auto;
}
  /* 
        #bgDiv {
            display: none;
            position: absolute;
            height: 400px;
            top: 0px;
            left: 0px;
            right: 0px;
            background-color: #777;
            filter: progid:DXImageTransform.Microsoft.Alpha(style=3,opacity=100,finishOpacity=75);opacity: 0.6;
        }

        #msgDiv {
            z-index: 10001;
            background: white;
            border: #666 1px solid;
            position: absolute;
            left: 40%;
            top: 10%;
            font-size: 12px;
            margin-left: -225px;
            display: none;
        }

        .zone_opent1 {
            border: 2px solid #F65C14;
            width: 650px;
            margin: 0 auto;
            padding-bottom: 20px;
        }

        .zone_opentitle {
            height: 30px;
            background: url(/Content/Web/images/reg/orange_top.gif) repeat-x;
        }

        .zone_opentitle_l {
            float: left;
            color: #FFFFFF;
            font-size: 14px;
            font-weight: bold;
            padding-left: 20px;
            padding-top: 3px;
        }

        .zone_opentitle_r {
            float: right;
            padding-right: 20px;
            padding-top: 6px;
        }

        .zone_opencon1 {
            width: 90%;
            margin: 0 auto;
            padding-top: 25px;
        }

*/
        .xiao_button {
            background-color: #F35E0C;
            color: #ffffff;
            border: 1px solid #FE0000;
            height: 24px;
            cursor:pointer;
            padding-left: 5px;
            padding-right: 5px;
        }

        .login table {
            color: #444;
            border: solid 1px #e8eef4;
            border-collapse: collapse;
        }

            .login table td {
                padding: 5px;
            }

        select, input[type=text], [type=password],div input.sc  {
            border: 1px solid #ccc;
            padding: 2px;
            font-size: 12px;
            color: #444;
        }

        .eerr {
            color: rgb(220,0,0);
        }

        .btn-default[disabled] {
            background-color: rgb(220,0,0);
            border-color: #ccc;
        }
        .zuche1 a{    height: 44px;
    line-height: 44px;
    font-family: \5FAE\8F6F\96C5\9ED1;
    font-size: 18px;
    font-weight: bold;
    color: #305798;}
           .zuche2 a{    height: 44px;
    line-height: 44px;
       color: #305798;
    font-family: "微软雅黑";
    font-weight: bold;
    font-size: 18px;}
           .choice{width:320px; margin:30px auto 15px 65px ;}
           .choice a:hover { color: #0f649b!important; font-weight: bold;cursor:pointer; text-shadow: -0.1em 0.1em #CCCCCC,
        -0.1em 0.1em 0.3em #CCCCCC; }
          .choice a:hover .col-sm-10{border:3px solid rgb(102,175,232);}
 