﻿@charset "utf-8";
/* CSS Document */
/*=============登录css=========*/
.signin {
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 28px 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: 32px;
}
/*登录表单形式控制*/
.signin-form .form-control {
    background: transparent;
    border: transparent;
    border: 1px solid #c3c6cf;
    border-radius: 3px;
    outline: 0!important;
    box-shadow: none; font-size:16px;
    /*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="code"], .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;
}
/*登录表单形式控制*/

/*密码*/
.styled-checkbox {
    position: absolute;
    opacity: 0;
    -webkit-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    -ms-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}
.styled-checkbox + label, .awesome-checkbox-list a {
    position: relative;
    cursor: pointer;
    padding: 0;
    color: #91949c;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
/*盒子*/
.styled-checkbox + label:before {
    position: relative;
    top: -3px;
    content: '';
    margin-right: 16px;
    display: inline-block;
    vertical-align: text-top;
    width: 25px;
    height: 25px;
    background: transparent;
    border: 1px solid #ebebeb;
}
/*框悬停*/
.styled-checkbox:hover + label:before {
    background: #fff;
    box-shadow: 2px 3px 15px rgba(45,50,64,.25);
}
/*勾选框*/
.styled-checkbox:checked + label:before {
    background: #fff;
    box-shadow: none;
}
input[type='checkbox'], input[type='radio'] {
    position: relative;
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
    margin-left: -15px;
    margin-right: 5px;
}
/*复选标记。可以用图片代替*/
.styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 8px;
    top: 9px;
    background: #5a84fd;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #5a84fd, 4px 0 0 #5a84fd, 4px -2px 0 #5a84fd, 4px -4px 0 #5a84fd, 4px -6px 0 #5a84fd, 4px -8px 0 #5a84fd;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
}
.unstyled li {
    display: inline-block;
    margin: 10px 10px 10px 0;
    float: left;
}
.centered {
    max-width: 620px;
    margin: auto;
}
.title {
    text-align: center;
   /* color: rgb(69, 113, 236);*/
}
.unstyled li:last-child {
    float: right;
}
.awesome-checkbox-list li a:hover {
    color: #036eb8;
}
/*登录按钮*/
.btn.signin_btn, .btn.signin_btn:focus {
    width: 620px;
    padding: 0;
    height: 60px;
    background: #5a84fd;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
    box-shadow: 0 5px 30px rgba(0,66,255,.3);
    margin-top: 23px;
}
.signin-footer p {
    color: #91949c;
    font-size: 16px;
    max-width: 265px;
    margin: 35px auto;
    text-align: center;
}
.signin-footer p>a {
    color: #7c8089;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

@media (max-width: 640px) {
.signin {
    background: #fff;
    padding: 8px 0 8px 0;
}
.sign-content h2 {
    color: #464d5f;
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
}
.code_img {
    width: 100%;
    height: 100%;
    margin-top: 10px;
}
}
/*===============================帐号注册 CSS===============================*/
.register {
    background: #fff;
    padding: 28px 0;
    border: 1px solid #e7e7e7;
}

/*.register-content {
    max-width: 1024px;
    margin: 0 auto;
}*/
.register-content h2 {
    color: #464d5f;
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
}
.register_code_img {
    margin-top: 35px;
}
.signin-form input[type="repeatpassword"], .signin-form input[type="phonenumber"], .signin-form input[type="email"], .signin-form input[type="Mobile_code"] {
    color: #464e60;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 18px;
}
.Mobile_code_btn {
    margin-top: 35px;
}
.agree{
    position:relative; top:-6px;
    height: auto!important;
    line-height: normal!important;
    min-width: 18px;
    min-height: 18px;
    border: none!important;
    margin-right: 0;
    padding-left: 0px;
    padding-right: 0;
    background: 0
}
.sex{  position:relative; top:-6px;}
.c-red {color:red;}

/*===============================我的信息 CSS===============================*/
 /* 导航栏样式 */
 .member{display:block;margin:15px 0;}

 /*必填*号*/
.fy-dot{
    position:relative;top:3px;
	font-size: 17px;
	color:#f00;
	font-weight: bold;
	margin-right:3px;
}
/* 媒体查询 */
@media (max-width: 768px) {
.navbar {
    flex-flow: row wrap;
    justify-content: space-between;
}
.nav-button {
    width: 20%;
    display: block;
    POSITION: absolute;
    right: 25px;
    top: 25px;
}
.navbar-brand {
    width: 80%;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.nav-item {
    margin: 10px 0 0 0;
}
}
/*===============================会员资料 CSS===============================*/
.member_bs-callout {
    padding: 10px;
    margin: 20px 0;
    border-left: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
 h4 {
 margin-top: 0;
 margin-bottom: 5px;
}
 + .member_bs-callout {
 margin-top: -5px;
}
}
.member_bs-callout-info {
    border-left-color: rgb(0,165,235);
 h4 {
 color: #1b809e;
}
}
/**上传图片**/
div[upfile] {
    position: relative;
    margin-top: 10px;
}
div[upfile]>ul>li {
    width: 25mm;
    height: 128px;
    line-height: 22px;
    float: left;
    overflow: hidden;
    margin: 0 18px 0 0;
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    background: #fff;
    box-shadow: inset 0 -2px 6px rgba(0,0,0,0.018);
    transition: 0.3s;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -o-box-pack: center;
    box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -o-box-align: center;
    box-align: center;
}
div[upfile]>ul>li>img {
    display: block;
}
div[upfile]>ul>li>input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0;
}
div[upfile]>ul>li>img {
    max-width: 100%;
    max-height: 100%;
}
.Upload-block{ clear: both; font-size: 14px; color: green;}
.input-file {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 1;
    font-size: 30em;
    opacity: 0;
    filter: alpha(opacity=0)
}
.btn-blue {
  color: #fff;
  background-color: #00b7ee;
  border-color: #2e6da4;
}
/*===============================修改信息 CSS===============================*/
.Modify_disabled { padding: 6px 12px;}
.formControls.form-controls.Modify_disabled {
    position: relative;
    padding: 3px;
}
