    /* 弹出 样式 */
    .mini_tips{
        display:none;
        position:absolute;
		left: 33.333333%;
		right: 33.3333333%;
        z-index:2;
		
    }
    .mini_tips .item{
	    text-align: center;
        width:320px;
        margin:0 auto;
        height:48px;
        line-height:48px;
        padding:0 20px;
        background-color: white;
    }
    /* 弹出窗第一行*/
    .mini_tips .firstLine{
        color:#666;
        background:#f7f7f7;
        font-size:18px;
        font-weight:bold;
    }
    .mini_tips .item .tips_close{
        display:inline-block;
        float:right;
        cursor:pointer;
    }
    
    .mini_tips .item label{
        font-size:15px;
        text-align: center;
    }
    .mini_tips .item input{
        display:inline-block;
        height:60%;
        width:70%;
    }
    .mini_tips .item a.btn_tips{
        display:block;
        margin:0px 10% 0;
        height:30px;
        line-height:30px;
        width:80%;
        background:#4490F7;
        color:white;
        font-size:18px;
        font-weight:bold;
        text-align:center;
    }
    /* 遮罩层样式 */
    .cover{
        display:none;
        width:100%;
        height:100%;
        position:fixed;
        top:0;
        left:0;
        z-index:1;
        background-color:#000;
        opacity:0.3;
    }


*{
    font-family: "Microsoft YaHei UI";
}
.btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #0b91fd;
    border: 1px solid #0b91fd;
}
.btn-primary:hover{
    color: #0b91fd;
    background-color: #fff;
    border: 1px solid #0b91fd;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow:none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}
.ml-15{
    margin-left: 15px;
}

.fh5co-form {
    padding: 30px;
    /*margin-top: 4em;
    -webkit-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
    box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);*/
    background: #ffffff;
}
.fh5co-form h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    margin: 0 0 30px 0;
    color: #000000;
}
.fh5co-form .form-group {
    margin: 20px 0;
}
.fh5co-form .form-control {
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    padding-left: 0;
    padding-right: 0;
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #555;
    padding: 0 10px;
}
.fh5co-form .form-control:focus, .fh5co-form .form-control:active {
    border: 1px solid #0091ff;
}
.description{
    font-size: 12px;
    color: #999;
    line-height: 20px;
    margin-top: -10px;
}
.description span{
    color: #e91e63;
}
.float-left{
    float: left;
}
.mr-10{
    margin-right: 10px;
}
.col-xs-4 {
    width: 33.33333333%
}
.btn-primary {
    height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    border: none;
    background: #0091ff;
    color: #ffffff;
    width: 100%;
    margin-top: 10px;
    border-radius: 0;
}
.fh5co-form .form-group p {
    font-size: 14px;
    color: #9f9f9f;
    font-weight: 300;
}
.fh5co-form .form-group p a {
    color: #000000;
}

a {
    color: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.black-link{
    color: #282828;
}

.g-hd{
    height: 85px;
    background: #fff;
}

.g-logo{
    padding: 11px 0;
    max-width: 370px;
}

.fs16{
    font-size: 16px;
}

.g-hdview{
    margin: 0 0 70px 0;
}

.g-phone-alt{
    position: absolute;
    border-right: 1px solid rgba(0,0,0,.1);
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    color: #c5c5c5;
}

/*footer*/
.footnav{
    padding: 60px 0px;
}
.footnav-link{
    border-top: 1px solid #e4e4e4;
    padding: 20px 0;
}
.link-tittle{
    font-weight: bold;
}
.link-tittle a{
    color: #525252!important;
    cursor: text;
}
ol, ul {
    margin: 0;
}
.breadcrumb{
    padding: 8px 10px;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 3px;
}
.breadcrumb li a{
    color: #888888;
}
.breadcrumb li a:hover{
    color: #0b91fd;
    text-decoration: none;
}
.breadcrumb>li+li:before {
    padding: 0 10px;
    color: #f5f5f5;
    content: "/\00a0";
}
.footer{
    color:#525252;
    padding: 5px 10px 0 10px;
}
.beianhao{
    border-right: 1px solid #525252;
    padding: 0 30px;
}
.contact-icon {
    background: url(../img/blue.png);
    width: 40px;
    height: 40px;
    display: block;
    background-size: cover;
    float: left;
}
.beian-icon{
    background: url("../img/beian.png");
    width: 20px;
    height: 20px;
    display: block;
    background-size: cover;
    float: left;
    margin-right: 5px;
}
.contact-text{
    padding: 11px 0;
}
.beian{
    padding:0 30px;
}
.footer-bottom{
    margin-left: -109px;
}

@media (max-width: 768px){
    .g-hdview {
        margin: 0 0 25px 0;
    }
    h1{
        font-size: 24px;
    }
    .footer-bottom{
        margin-left: -28px;
    }
    .footer,.footer-bottom{font-size: 10px;}
}
@media (min-width:992px) {
    .footer-bottom{
        margin-left: 0px;
    }
}

@media (min-width:1200px) {
    .footer-bottom{
        margin-left: -109px;
    }
}

/*弹出验证码*/
.downfloor {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 348px;
    margin: -174px 0 0 -250px;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}
.msgclose {
    float: right;
    width: 36px;
    height: 36px;
    overflow: hidden;
    margin: 10px 15px 0 0;
    text-indent: -999px;
    background: transparent url("../img/close.png") no-repeat 0 0;
}
.msgbody {
    clear: both;
    width: 380px;
    margin: 0 auto;
    margin-top: 30px;
}
.msgdesc {
    color: #888888;
    font-size: 17px;
    margin-bottom: 20px;
    padding: 0;
}
.msgdesc em{
    font-style: normal;
}
.verification-head{
    width: 65px;
    float: left;
    height: 50px;
    line-height: 50px;
}
.verification-input{
    width: 130px;
    float: left;
    margin: 0;
}
.description-green{
    color:#51d75e;
}
.msg-link{
    color: #0b91fd;
}
.msgcode {
    float: left;
    width: 130px;
    height: 130px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}
.msgcode img {
    width: 100%;
    height: 100%;
}
.msghead{
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 0 0 15px;
}
.tab {
    font-size: 18px;
    padding: 20px 5px;
    cursor: pointer;
    margin: 0 20px;
    float: left;
}
.tab-choosed{
    border-bottom: 2px solid #404040;
}
.msgbtns {
    float: right;
    width: 318px;
}
.msgbtns a {
    display: block;
    width: 224px;
    height: 54px;
    overflow: hidden;
    text-indent: -999px;
    background: transparent url("../img/downbtns.png") no-repeat 0 0;
}

.msgbtns a.iph {
    margin-bottom: 23px;
    background-position: 0 0;
}

.msgbtns a.iph:hover {
    background-position: 0 -55px;
}
.msgbtns a.and {
    background-position: 0 -110px;
}
.msgbtns a.and:hover {
    background-position: 0 -165px;
}

/*遮罩层*/
.black-bg{
    display: none;
    background: rgba(0,0,0,.1);
    width: 100%;
    height: 1310px;
    position: absolute;
    top: 0px;
    z-index: 9;
}


/*账号安全*/
.safe-head{
    background: #0b91fd;
    padding: 40px 0;
    color: #fff;
    margin: 0;
    font-size: 32px;
}
.cp-head{
    font-size: 24px!important;
    color: #404040!important;
    margin: 20px 0 30px!important;
}
.description-red{
    color: #fc3939;
    margin: -10px 0 0 10px;
}
.confirm{
    width: 46%;
}
.return{
    width: 46%;
    float: right;
    background: #fff;
    border: 1px solid #cfcfd1;
    color: #cfcfd1;
}

@media (max-width: 768px){
    .safe-head {
        background: #0b91fd;
        padding: 20px 0;
        color: #fff;
        margin: 0;
        font-size: 18px;
    }
    .cp-head {
        font-size: 16px!important;
        color: #404040!important;
        margin: 0!important;
    }
}
@media (min-width:992px) {
    .g-hdview {
        margin: 0 0 40px 0;
    }
    .safe-head {
        background: #0b91fd;
        padding: 40px 0;
        color: #fff;
        margin: 0;
        font-size: 24px;
    }
    .cp-head {
        font-size: 22px!important;
        color: #404040!important;
        margin: 20px 0 30px!important;
    }
}

@media (min-width:1200px) {
    .g-hdview {
        margin: 0 0 70px 0;
    }
    .safe-head{
        background: #0b91fd;
        padding: 40px 0;
        color: #fff;
        margin: 0;
        font-size: 32px;
    }
    .cp-head{
        font-size: 24px!important;
        color: #404040!important;
        margin: 20px 0 30px!important;
    }
}


/*找回密码*/
.yzm-input{
    width: 48%;
    float: left;
}
.send{
    margin: 0 0 0 2%;
    width: 173px;
    float: right;
}
@media (max-width: 358px){
    input{
        font-size: 12px!important;
    }
}



/*veritification*/
.gray-btn {
    width: 130px;
    margin: 0 0 0 10px;
    cursor: text!important;
    background: #ccc;
    color: #fff!important;
    height: 50px;
    border-radius: 0;
}
@media (max-width: 530px){
	.send{
		width:102px;
	}
    .downfloor{
        width: 320px;
        height: 350px;
        margin: -175px 0 0 -160px;
    }
    .tab{
        font-size: 16px;
    }
    .msgclose {
        float: right;
        width: 28px;
        height: 28px;
        margin: 5px 15px 0 0;
        background-size: cover;
    }
    .msgbody{
        width: 280px;
    }
    .msgdesc{
        font-size: 14px;
    }
    .msgdesc em{
    	max-width:
    }
    .verification-input{
        font-size: 14px!important;
        width: 106px;
    }
    .fs16{
        font-size: 11px;
    }
    .gray-btn{
        width: 99px;
    }
}